Searched refs:CheckChildSame (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | 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()
|
D | DAGISelMatcherEmitter.cpp | 263 case Matcher::CheckChildSame: in EmitMatcher() 783 case Matcher::CheckChildSame: OS << "OPC_CheckChildSame"; break; in EmitHistogram()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 2341 CheckChildSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChildSame() function 2478 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail() 2829 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()
|