Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp138 bool SelectFPToI(const Instruction *I, bool IsSigned);
1108 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel
1872 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()
1874 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp138 bool SelectFPToI(const Instruction *I, bool IsSigned);
1183 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()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp147 bool SelectFPToI(const Instruction *I, bool isSigned);
1578 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel
2825 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()
2827 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
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()