Searched refs:CheckChildSame (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 59 CheckChildSame, // Fail if child not same as prev match. enumerator 124 case CheckChildSame: in isSimplePredicateNode() 385 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {} in CheckChildSameMatcher() 391 return N->getKind() == CheckChildSame; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 469 case Matcher::CheckChildSame: in EmitMatcher() 1043 case Matcher::CheckChildSame: return "OPC_CheckChildSame"; break; in getOpcodeString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2536 LLVM_ATTRIBUTE_ALWAYS_INLINE static bool CheckChildSame( in CheckChildSame() function 2694 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail() 3090 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()
|