Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp126 bool SelectIToFP(const Instruction *I, bool IsSigned);
1050 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() function in PPCFastISel
1943 return SelectIToFP(I, /*IsSigned*/ true); in fastSelectInstruction()
1945 return SelectIToFP(I, /*IsSigned*/ false); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp196 bool SelectIToFP(const Instruction *I, bool isSigned);
1574 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP() function in ARMFastISel
2914 return SelectIToFP(I, /*isSigned*/ true); in fastSelectInstruction()
2916 return SelectIToFP(I, /*isSigned*/ false); in fastSelectInstruction()