Searched refs:selectFPToInt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 51 bool selectFPToInt(MachineInstr &I, MachineBasicBlock &MBB, 211 bool PPCInstructionSelector::selectFPToInt(MachineInstr &I, in selectFPToInt() function in PPCInstructionSelector 770 return selectFPToInt(I, MBB, MRI); in select()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 162 bool selectFPToInt(const Instruction *I, bool IsSigned); 1102 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt() function in MipsFastISel 2089 return selectFPToInt(I, /*isSigned*/ true); in fastSelectInstruction() 2091 return selectFPToInt(I, /*isSigned*/ false); in fastSelectInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 165 bool selectFPToInt(const Instruction *I, bool Signed); 2824 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt() function in AArch64FastISel 5154 return selectFPToInt(I, /*Signed=*/true); in fastSelectInstruction() 5157 return selectFPToInt(I, /*Signed=*/false); in fastSelectInstruction()
|