Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h66 CheckChildType, // Fail if child has wrong type. enumerator
129 case CheckChildType: in isSimplePredicateNode()
553 : Matcher(CheckChildType), ChildNo(childno), Type(type) {} in CheckChildTypeMatcher()
559 return N->getKind() == CheckChildType; in classof()
H A DDAGISelMatcherEmitter.cpp586 case Matcher::CheckChildType: in EmitMatcher()
1051 case Matcher::CheckChildType: return "OPC_CheckChildType"; break; in getOpcodeString()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2593 CheckChildType(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChildType() function
2738 Result = !::CheckChildType( in IsPredicateKnownToFail()
3235 if (!::CheckChildType(MatcherTable, MatcherIndex, N, TLI, in SelectCodeCommon()