Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp133 bool SelectFPToI(const Instruction *I, bool IsSigned);
1188 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel
1961 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()
1963 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp172 bool SelectFPToI(const Instruction *I, bool isSigned);
1569 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel
2845 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()
2847 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()