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

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp133 bool SelectIToFP(const Instruction *I, bool IsSigned);
913 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { function in class:PPCFastISel
1759 return SelectIToFP(I, /*IsSigned*/ true);
1761 return SelectIToFP(I, /*IsSigned*/ false);
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp165 bool SelectIToFP(const Instruction *I, bool isSigned);
1635 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { function in class:ARMFastISel
2905 return SelectIToFP(I, /*isSigned*/ true);
2907 return SelectIToFP(I, /*isSigned*/ false);

Completed in 45 milliseconds