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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FastISel.h 95 /// SelectOperator - Do "fast" instruction selection for the given
100 bool SelectOperator(const User *I, unsigned Opcode);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 201 if (!SelectOperator(Op, Op->getOpcode()))
762 if (SelectOperator(I, I->getOpcode())) {
880 FastISel::SelectOperator(const User *I, unsigned Opcode) {
    [all...]

Completed in 66 milliseconds