Home
last modified time | relevance | path

Searched refs:selectBinaryOp (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp385 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { in selectBinaryOp() function in FastISel
1563 return selectBinaryOp(I, ISD::ADD); in selectOperator()
1565 return selectBinaryOp(I, ISD::FADD); in selectOperator()
1567 return selectBinaryOp(I, ISD::SUB); in selectOperator()
1572 return selectBinaryOp(I, ISD::FSUB); in selectOperator()
1574 return selectBinaryOp(I, ISD::MUL); in selectOperator()
1576 return selectBinaryOp(I, ISD::FMUL); in selectOperator()
1578 return selectBinaryOp(I, ISD::SDIV); in selectOperator()
1580 return selectBinaryOp(I, ISD::UDIV); in selectOperator()
1582 return selectBinaryOp(I, ISD::FDIV); in selectOperator()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp574 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { in selectBinaryOp() function in FastISel
1768 return selectBinaryOp(I, ISD::ADD); in selectOperator()
1770 return selectBinaryOp(I, ISD::FADD); in selectOperator()
1772 return selectBinaryOp(I, ISD::SUB); in selectOperator()
1777 return selectBinaryOp(I, ISD::FSUB); in selectOperator()
1779 return selectBinaryOp(I, ISD::MUL); in selectOperator()
1781 return selectBinaryOp(I, ISD::FMUL); in selectOperator()
1783 return selectBinaryOp(I, ISD::SDIV); in selectOperator()
1785 return selectBinaryOp(I, ISD::UDIV); in selectOperator()
1787 return selectBinaryOp(I, ISD::FDIV); in selectOperator()
[all …]
/external/llvm/include/llvm/CodeGen/
DFastISel.h530 bool selectBinaryOp(const User *I, unsigned ISDOpcode);
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1791 if (!selectBinaryOp(I, ISD::SDIV)) in fastSelectInstruction()
1795 if (!selectBinaryOp(I, ISD::UDIV)) in fastSelectInstruction()
1799 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
1803 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFastISel.h530 bool selectBinaryOp(const User *I, unsigned ISDOpcode);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp2015 if (!selectBinaryOp(I, ISD::SDIV)) in fastSelectInstruction()
2019 if (!selectBinaryOp(I, ISD::UDIV)) in fastSelectInstruction()
2023 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
2027 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp222 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, in selectBinaryOp() function
1124 const unsigned NewOpc = selectBinaryOp(I.getOpcode(), RB.getID(), OpSize); in select()
DAArch64FastISel.cpp4598 return selectBinaryOp(I, ISD::MUL); in selectMul()
4839 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
4844 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
5075 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
5079 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4512 return selectBinaryOp(I, ISD::MUL); in selectMul()
4753 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
4758 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
4922 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
4926 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()