Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp132 bool SelectIToFP(const Instruction *I, bool IsSigned);
1061 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() function in PPCFastISel
1955 return SelectIToFP(I, /*IsSigned*/ true); in fastSelectInstruction()
1957 return SelectIToFP(I, /*IsSigned*/ false); in fastSelectInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMFastISel.cpp172 bool SelectIToFP(const Instruction *I, bool isSigned);
1521 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP() function in ARMFastISel
2838 return SelectIToFP(I, /*isSigned*/ true); in fastSelectInstruction()
2840 return SelectIToFP(I, /*isSigned*/ false); in fastSelectInstruction()