Home
last modified time | relevance | path

Searched refs:NumFP (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp817 unsigned NumFP = 0; in getInstrMapping() local
827 ++NumFP; in getInstrMapping()
847 ++NumFP; in getInstrMapping()
852 if (NumFP >= 2) in getInstrMapping()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp55 STATISTIC(NumFP , "Number of floating point instructions");
443 ++NumFP; // Keep track of # of pseudo instrs in processBasicBlock()