HomeSort by relevance Sort by last modified time
    Searched defs:CheckOpcode (Results 1 - 3 of 3) 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 61 CheckOpcode, // Fail if not opcode.
130 case CheckOpcode:
171 // the CheckOpcode method, not the other way around.
483 : Matcher(CheckOpcode), Opcode(opcode) {}
488 return N->getKind() == CheckOpcode;
503 /// every child does a CheckOpcode, but is much faster.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 368 milliseconds