Searched refs:CheckChildSame (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 59 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()
|
| H A D | DAGISelMatcherEmitter.cpp | 395 case Matcher::CheckChildSame: in EmitMatcher() 987 case Matcher::CheckChildSame: return "OPC_CheckChildSame"; break; in getOpcodeString()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2671 CheckChildSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChildSame() function 2808 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail() 3195 if (!::CheckChildSame(MatcherTable, MatcherIndex, N, RecordedNodes, in SelectCodeCommon()
|