Searched refs:selectDivRem (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 170 bool selectDivRem(const Instruction *I, unsigned ISDOpcode); 1913 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem() function in MipsFastISel 2042 return selectDivRem(I, ISD::SDIV); in fastSelectInstruction() 2046 return selectDivRem(I, ISD::UDIV); in fastSelectInstruction() 2050 return selectDivRem(I, ISD::SREM); in fastSelectInstruction() 2054 return selectDivRem(I, ISD::UREM); in fastSelectInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 119 bool selectDivRem(MachineInstr &I, MachineRegisterInfo &MRI, 395 return selectDivRem(I, MRI, MF); in select() 1593 bool X86InstructionSelector::selectDivRem(MachineInstr &I, in selectDivRem() function in X86InstructionSelector
|