Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp133 bool SelectFPToI(const Instruction *I, bool IsSigned);
1186 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel
1959 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()
1961 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp173 bool SelectFPToI(const Instruction *I, bool isSigned);
1566 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel
2840 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()
2842 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()