Searched refs:CheckChildSame (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h58 CheckChildSame, // Fail if child not same as prev match. enumerator in enum:llvm::Matcher::KindTy
118 case CheckChildSame:
379 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {}
385 return N->getKind() == CheckChildSame;
H A DDAGISelMatcherEmitter.cpp394 case Matcher::CheckChildSame:
1009 case Matcher::CheckChildSame: return "OPC_CheckChildSame"; break;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2496 /// CheckChildSame - Implements OP_CheckChildXSame.
2498 CheckChildSame(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2643 Result = !::CheckChildSame(Table, Index, N, RecordedNodes,
3035 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes,

Completed in 118 milliseconds