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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp381 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { function in class:FastISel
1474 return selectBinaryOp(I, ISD::ADD);
1476 return selectBinaryOp(I, ISD::FADD);
1478 return selectBinaryOp(I, ISD::SUB);
1483 return selectBinaryOp(I, ISD::FSUB);
1485 return selectBinaryOp(I, ISD::MUL);
1487 return selectBinaryOp(I, ISD::FMUL);
1489 return selectBinaryOp(I, ISD::SDIV);
1491 return selectBinaryOp(I, ISD::UDIV);
1493 return selectBinaryOp(
[all...]
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h526 bool selectBinaryOp(const User *I, unsigned ISDOpcode);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4493 return selectBinaryOp(I, ISD::MUL);
4733 return selectBinaryOp(I, ISD::SDIV);
4738 return selectBinaryOp(I, ISD::SDIV);
4902 if (!selectBinaryOp(I, ISD::SREM))
4906 if (!selectBinaryOp(I, ISD::UREM))

Completed in 259 milliseconds