Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h67 CheckChildSame, // Fail if child not same as prev match. enumerator
135 case CheckChildSame: in isSimplePredicateNode()
407 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {} in CheckChildSameMatcher()
413 return N->getKind() == CheckChildSame; in classof()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp524 case Matcher::CheckChildSame: in EmitMatcher()
1222 case Matcher::CheckChildSame: in getOpcodeString()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2822 LLVM_ATTRIBUTE_ALWAYS_INLINE static bool CheckChildSame( in CheckChildSame() function
2993 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail()
3499 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()