Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp137 bool SelectIToFP(const Instruction *I, bool IsSigned);
1069 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() function in PPCFastISel
1966 return SelectIToFP(I, /*IsSigned*/ true); in fastSelectInstruction()
1968 return SelectIToFP(I, /*IsSigned*/ false); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp177 bool SelectIToFP(const Instruction *I, bool isSigned);
1548 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP() function in ARMFastISel
2848 return SelectIToFP(I, /*isSigned*/ true); in fastSelectInstruction()
2850 return SelectIToFP(I, /*isSigned*/ false); in fastSelectInstruction()