Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp121 bool selectDivRem(const Instruction *I, unsigned ISDOpcode);
1661 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem() function in MipsFastISel
1792 return selectDivRem(I, ISD::SDIV); in fastSelectInstruction()
1796 return selectDivRem(I, ISD::UDIV); in fastSelectInstruction()
1800 return selectDivRem(I, ISD::SREM); in fastSelectInstruction()
1804 return selectDivRem(I, ISD::UREM); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp167 bool selectDivRem(const Instruction *I, unsigned ISDOpcode);
1887 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem() function in MipsFastISel
2016 return selectDivRem(I, ISD::SDIV); in fastSelectInstruction()
2020 return selectDivRem(I, ISD::UDIV); in fastSelectInstruction()
2024 return selectDivRem(I, ISD::SREM); in fastSelectInstruction()
2028 return selectDivRem(I, ISD::UREM); in fastSelectInstruction()