HomeSort by relevance Sort by last modified time
    Searched refs:SelectBinaryOp (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 318 /// SelectBinaryOp - Select and emit code for a binary operator instruction,
321 bool FastISel::SelectBinaryOp(const User *I, unsigned ISDOpcode) {
883 return SelectBinaryOp(I, ISD::ADD);
885 return SelectBinaryOp(I, ISD::FADD);
887 return SelectBinaryOp(I, ISD::SUB);
892 return SelectBinaryOp(I, ISD::FSUB);
894 return SelectBinaryOp(I, ISD::MUL);
896 return SelectBinaryOp(I, ISD::FMUL);
898 return SelectBinaryOp(I, ISD::SDIV);
900 return SelectBinaryOp(I, ISD::UDIV)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FastISel.h 347 bool SelectBinaryOp(const User *I, unsigned ISDOpcode);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 162 bool SelectBinaryOp(const Instruction *I, unsigned ISDOpcode);
    [all...]

Completed in 310 milliseconds