HomeSort by: relevance | last modified time | path
    Searched defs:selectBinaryOp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 664 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID,
2759 const unsigned NewOpc = selectBinaryOp(I.getOpcode(), RB.getID(), OpSize);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 452 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) {
1684 return selectBinaryOp(I, ISD::ADD);
1686 return selectBinaryOp(I, ISD::FADD);
1688 return selectBinaryOp(I, ISD::SUB);
1690 return selectBinaryOp(I, ISD::FSUB);
1692 return selectBinaryOp(I, ISD::MUL);
1694 return selectBinaryOp(I, ISD::FMUL);
1696 return selectBinaryOp(I, ISD::SDIV);
1698 return selectBinaryOp(I, ISD::UDIV);
1700 return selectBinaryOp(I, ISD::FDIV)
    [all...]

Completed in 28 milliseconds