Searched refs:CheckChildSame (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 67 CheckChildSame, // Fail if child not same as prev match. enumerator 135 case CheckChildSame: in isSimplePredicateNode() 416 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {} in CheckChildSameMatcher() 422 return N->getKind() == CheckChildSame; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 529 case Matcher::CheckChildSame: in EmitMatcher() 1221 case Matcher::CheckChildSame: in getOpcodeString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2688 LLVM_ATTRIBUTE_ALWAYS_INLINE static bool CheckChildSame( in CheckChildSame() function 2859 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail() 3356 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()
|