Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp797 unsigned NumFP = 0; in getInstrMapping() local
807 ++NumFP; in getInstrMapping()
827 ++NumFP; in getInstrMapping()
832 if (NumFP >= 2) in getInstrMapping()
/freebsd-13.1/contrib/llvm-project/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()