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

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 142 // CheckOpcode, invert the two nodes. We prefer to do structural checks
150 Matcher *CheckOpcode = CheckType->takeNext();
151 Matcher *Tail = CheckOpcode->takeNext();
154 MatcherPtr.reset(CheckOpcode);
155 CheckOpcode->setNext(CheckType);
378 // If all the options are CheckOpcode's, we can form the SwitchOpcode, woot.
DAGISelMatcher.h 62 CheckOpcode, // Fail if not opcode.
119 case CheckOpcode:
160 // the CheckOpcode method, not the other way around.
440 : Matcher(CheckOpcode), Opcode(opcode) {}
445 return N->getKind() == CheckOpcode;
457 /// every child does a CheckOpcode, but is much faster.
    [all...]
DAGISelMatcherEmitter.cpp 293 case Matcher::CheckOpcode:
792 case Matcher::CheckOpcode: OS << "OPC_CheckOpcode"; break;
  /external/swiftshader/third_party/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 59 CheckOpcode, // Fail if not opcode.
128 case CheckOpcode:
168 // the CheckOpcode method, not the other way around.
452 : Matcher(CheckOpcode), Opcode(opcode) {}
457 return N->getKind() == CheckOpcode;
472 /// every child does a CheckOpcode, but is much faster.
    [all...]
DAGISelMatcherEmitter.cpp 262 case Matcher::CheckOpcode:
755 case Matcher::CheckOpcode: OS << "OPC_CheckOpcode"; break;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 309 milliseconds