Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp380 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { in selectBinaryOp() function in FastISel
1463 return selectBinaryOp(I, ISD::ADD); in selectOperator()
1465 return selectBinaryOp(I, ISD::FADD); in selectOperator()
1467 return selectBinaryOp(I, ISD::SUB); in selectOperator()
1472 return selectBinaryOp(I, ISD::FSUB); in selectOperator()
1474 return selectBinaryOp(I, ISD::MUL); in selectOperator()
1476 return selectBinaryOp(I, ISD::FMUL); in selectOperator()
1478 return selectBinaryOp(I, ISD::SDIV); in selectOperator()
1480 return selectBinaryOp(I, ISD::UDIV); in selectOperator()
1482 return selectBinaryOp(I, ISD::FDIV); in selectOperator()
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h526 bool selectBinaryOp(const User *I, unsigned ISDOpcode);
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4487 return selectBinaryOp(I, ISD::MUL); in selectMul()
4727 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
4732 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
4896 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
4900 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()