Searched refs:CheckOpcode (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp145 // CheckOpcode, invert the two nodes. We prefer to do structural checks
153 Matcher *CheckOpcode = CheckType->takeNext(); local
154 Matcher *Tail = CheckOpcode->takeNext();
157 MatcherPtr.reset(CheckOpcode);
158 CheckOpcode->setNext(CheckType);
391 // If all the options are CheckOpcode's, we can form the SwitchOpcode, woot.
H A DDAGISelMatcher.h61 CheckOpcode, // Fail if not opcode. enumerator in enum:llvm::Matcher::KindTy
121 case CheckOpcode:
165 // the CheckOpcode method, not the other way around.
449 : Matcher(CheckOpcode), Opcode(opcode) {}
454 return N->getKind() == CheckOpcode;
466 /// every child does a CheckOpcode, but is much faster.
H A DDAGISelMatcherEmitter.cpp429 case Matcher::CheckOpcode:
1013 case Matcher::CheckOpcode: return "OPC_CheckOpcode"; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2523 CheckOpcode(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2653 Result = !::CheckOpcode(Table, Index, N.getNode());
3079 if (!::CheckOpcode(MatcherTable, MatcherIndex, N.getNode())) break;

Completed in 80 milliseconds