Searched refs:selectIntToFP (Results 1 – 2 of 2) sorted by relevance
53 bool selectIntToFP(MachineInstr &I, MachineBasicBlock &MBB,184 bool PPCInstructionSelector::selectIntToFP(MachineInstr &I, in selectIntToFP() function in PPCInstructionSelector767 return selectIntToFP(I, MBB, MRI); in select()
171 bool selectIntToFP(const Instruction *I, bool Signed);2859 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP() function in AArch64FastISel5165 return selectIntToFP(I, /*Signed=*/true); in fastSelectInstruction()5168 return selectIntToFP(I, /*Signed=*/false); in fastSelectInstruction()