Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp137 bool SelectIToFP(const Instruction *I, bool IsSigned);
999 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() function in PPCFastISel
1868 return SelectIToFP(I, /*IsSigned*/ true); in fastSelectInstruction()
1870 return SelectIToFP(I, /*IsSigned*/ false); in fastSelectInstruction()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp146 bool SelectIToFP(const Instruction *I, bool isSigned);
1534 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP() function in ARMFastISel
2821 return SelectIToFP(I, /*isSigned*/ true); in fastSelectInstruction()
2823 return SelectIToFP(I, /*isSigned*/ false); in fastSelectInstruction()