Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp132 bool SelectIToFP(const Instruction *I, bool IsSigned);
1063 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() function in PPCFastISel
1957 return SelectIToFP(I, /*IsSigned*/ true); in fastSelectInstruction()
1959 return SelectIToFP(I, /*IsSigned*/ false); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp171 bool SelectIToFP(const Instruction *I, bool isSigned);
1524 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP() function in ARMFastISel
2841 return SelectIToFP(I, /*isSigned*/ true); in fastSelectInstruction()
2843 return SelectIToFP(I, /*isSigned*/ false); in fastSelectInstruction()