Searched refs:CheckChildSame (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | DAGISelMatcher.h | 59 CheckChildSame, // Fail if child not same as prev match. enumerator 128 case CheckChildSame: in isSimplePredicateNode() 408 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {} in CheckChildSameMatcher() 414 return N->getKind() == CheckChildSame; in classof()
|
| HD | DAGISelMatcherEmitter.cpp | 245 case Matcher::CheckChildSame: in EmitMatcher() 769 case Matcher::CheckChildSame: OS << "OPC_CheckChildSame"; break; in EmitHistogram()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGISel.cpp | 2302 CheckChildSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChildSame() function 2439 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail() 2790 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()
|