Home
last modified time | relevance | path

Searched refs:selectBinaryOp (Results 1 – 4 of 4) 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/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/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()