Home
last modified time | relevance | path

Searched refs:CheckChildSame (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcher.h59 CheckChildSame, // Fail if child not same as prev match. enumerator
116 case CheckChildSame: in isSimplePredicateNode()
374 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {} in CheckChildSameMatcher()
380 return N->getKind() == CheckChildSame; in classof()
DDAGISelMatcherEmitter.cpp383 case Matcher::CheckChildSame: in EmitMatcher()
951 case Matcher::CheckChildSame: return "OPC_CheckChildSame"; break; in getOpcodeString()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h59 CheckChildSame, // Fail if child not same as prev match. enumerator
116 case CheckChildSame: in isSimplePredicateNode()
374 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {} in CheckChildSameMatcher()
380 return N->getKind() == CheckChildSame; in classof()
DDAGISelMatcherEmitter.cpp270 case Matcher::CheckChildSame: in EmitMatcher()
788 case Matcher::CheckChildSame: OS << "OPC_CheckChildSame"; break; in EmitHistogram()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2478 CheckChildSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChildSame() function
2615 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail()
2984 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2622 CheckChildSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChildSame() function
2759 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail()
3146 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()