Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp127 bool SelectFPToI(const Instruction *I, bool IsSigned);
1175 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel
1947 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()
1949 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp197 bool SelectFPToI(const Instruction *I, bool isSigned);
1622 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel
2918 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()
2920 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()