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 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...]
DAGISelMatcherEmitter.cpp 262 case Matcher::CheckOpcode:
754 case Matcher::CheckOpcode: OS << "OPC_CheckOpcode"; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 157 milliseconds