Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h66 CheckChildType, // Fail if child has wrong type. enumerator
121 case CheckChildType: in isSimplePredicateNode()
542 : Matcher(CheckChildType), ChildNo(childno), Type(type) {} in CheckChildTypeMatcher()
548 return N->getKind() == CheckChildType; in classof()
H A DDAGISelMatcherEmitter.cpp533 case Matcher::CheckChildType: in EmitMatcher()
995 case Matcher::CheckChildType: return "OPC_CheckChildType"; break; in getOpcodeString()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2714 CheckChildType(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChildType() function
2838 Result = !::CheckChildType( in IsPredicateKnownToFail()
3323 if (!::CheckChildType(MatcherTable, MatcherIndex, N, TLI, in SelectCodeCommon()