Searched refs:selectIntToFP (Results 1 – 2 of 2) sorted by relevance
52 bool selectIntToFP(MachineInstr &I, MachineBasicBlock &MBB,175 bool PPCInstructionSelector::selectIntToFP(MachineInstr &I, in selectIntToFP() function in PPCInstructionSelector698 return selectIntToFP(I, MBB, MRI); in select()
169 bool selectIntToFP(const Instruction *I, bool Signed);2860 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP() function in AArch64FastISel5117 return selectIntToFP(I, /*Signed=*/true); in fastSelectInstruction()5120 return selectIntToFP(I, /*Signed=*/false); in fastSelectInstruction()