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

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 153 // CheckOpcode, invert the two nodes. We prefer to do structural checks
161 Matcher *CheckOpcode = CheckType->takeNext();
162 Matcher *Tail = CheckOpcode->takeNext();
165 MatcherPtr.reset(CheckOpcode);
166 CheckOpcode->setNext(CheckType);
443 // If all the options are CheckOpcode's, we can form the SwitchOpcode, woot.
DAGISelMatcher.h 60 CheckOpcode, // Fail if not opcode.
129 case CheckOpcode:
169 // the CheckOpcode method, not the other way around.
453 : Matcher(CheckOpcode), Opcode(opcode) {}
458 return N->getKind() == CheckOpcode;
473 /// every child does a CheckOpcode, but is much faster.
    [all...]

Completed in 273 milliseconds