Searched refs:selectIntToFP (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 53 bool selectIntToFP(MachineInstr &I, MachineBasicBlock &MBB, 184 bool PPCInstructionSelector::selectIntToFP(MachineInstr &I, in selectIntToFP() function in PPCInstructionSelector 767 return selectIntToFP(I, MBB, MRI); in select()
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 170 bool selectIntToFP(const Instruction *I, bool Signed); 2861 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP() 5167 return selectIntToFP(I, /*Signed=*/true); in fastSelectInstruction() 5170 return selectIntToFP(I, /*Signed=*/false); in fastSelectInstruction() 2855 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { selectIntToFP() function in AArch64FastISel
|