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

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 161 // CheckOpcode, invert the two nodes. We prefer to do structural checks
169 Matcher *CheckOpcode = CheckType->takeNext();
170 Matcher *Tail = CheckOpcode->takeNext();
173 MatcherPtr.reset(CheckOpcode);
174 CheckOpcode->setNext(CheckType);
451 // If all the options are CheckOpcode's, we can form the SwitchOpcode, woot.
DAGISelMatcher.h 62 CheckOpcode, // Fail if not opcode.
131 case CheckOpcode:
172 // the CheckOpcode method, not the other way around.
484 : Matcher(CheckOpcode), Opcode(opcode) {}
489 return N->getKind() == CheckOpcode;
504 /// every child does a CheckOpcode, but is much faster.
    [all...]
DAGISelMatcherEmitter.cpp 268 case Matcher::CheckOpcode:
773 case Matcher::CheckOpcode: OS << "OPC_CheckOpcode"; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 882 milliseconds