Searched refs:selectDivRem (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 169 bool selectDivRem(const Instruction *I, unsigned ISDOpcode); 1915 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem() function in MipsFastISel 2044 return selectDivRem(I, ISD::SDIV); in fastSelectInstruction() 2048 return selectDivRem(I, ISD::UDIV); in fastSelectInstruction() 2052 return selectDivRem(I, ISD::SREM); in fastSelectInstruction() 2056 return selectDivRem(I, ISD::UREM); in fastSelectInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 116 bool selectDivRem(MachineInstr &I, MachineRegisterInfo &MRI, 387 return selectDivRem(I, MRI, MF); in select() 1473 bool X86InstructionSelector::selectDivRem(MachineInstr &I, in selectDivRem() function in X86InstructionSelector
|