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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h65 CheckChildType, // Fail if child has wrong type. enumerator in enum:llvm::Matcher::KindTy
123 case CheckChildType:
547 : Matcher(CheckChildType), ChildNo(childno), Type(type) {}
553 return N->getKind() == CheckChildType;
H A DDAGISelMatcherEmitter.cpp532 case Matcher::CheckChildType:
1017 case Matcher::CheckChildType: return "OPC_CheckChildType"; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2541 CheckChildType(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2673 Result = !::CheckChildType(
3163 if (!::CheckChildType(MatcherTable, MatcherIndex, N, TLI,

Completed in 180 milliseconds