Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp138 bool SelectFPToI(const Instruction *I, bool IsSigned);
1194 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel
1970 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()
1972 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp178 bool SelectFPToI(const Instruction *I, bool isSigned);
1593 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel
2852 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()
2854 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()