Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp53 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp171 bool selectIntToFP(const Instruction *I, bool Signed);
2859 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP() function in AArch64FastISel
5165 return selectIntToFP(I, /*Signed=*/true); in fastSelectInstruction()
5168 return selectIntToFP(I, /*Signed=*/false); in fastSelectInstruction()