Searched refs:CheckChildSame (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 67 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()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 528 case Matcher::CheckChildSame: in EmitMatcher() 1278 case Matcher::CheckChildSame: in getOpcodeString()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2879 LLVM_ATTRIBUTE_ALWAYS_INLINE static bool CheckChildSame( in CheckChildSame() function 3049 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail() 3559 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()
|