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-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp584 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { in selectBinaryOp() function in FastISel
1796 return selectBinaryOp(I, ISD::ADD); in selectOperator()
1798 return selectBinaryOp(I, ISD::FADD); in selectOperator()
1800 return selectBinaryOp(I, ISD::SUB); in selectOperator()
1806 return selectBinaryOp(I, ISD::FSUB); in selectOperator()
1809 return selectBinaryOp(I, ISD::MUL); in selectOperator()
1811 return selectBinaryOp(I, ISD::FMUL); in selectOperator()
1813 return selectBinaryOp(I, ISD::SDIV); in selectOperator()
1815 return selectBinaryOp(I, ISD::UDIV); in selectOperator()
1817 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-10.0/llvm/include/llvm/CodeGen/
DFastISel.h529 bool selectBinaryOp(const User *I, unsigned ISDOpcode);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp2046 if (!selectBinaryOp(I, ISD::SDIV)) in fastSelectInstruction()
2050 if (!selectBinaryOp(I, ISD::UDIV)) in fastSelectInstruction()
2054 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
2058 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4691 return selectBinaryOp(I, ISD::MUL); in selectMul()
4932 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
4937 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
5171 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
5175 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()
DAArch64InstructionSelector.cpp476 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, in selectBinaryOp() function
1970 const unsigned NewOpc = selectBinaryOp(I.getOpcode(), RB.getID(), OpSize); in select()
/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()