Searched refs:CheckChildType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 74 CheckChildType, // Fail if child has wrong type. enumerator 140 case CheckChildType: in isSimplePredicateNode() 586 : Matcher(CheckChildType), ChildNo(childno), Type(type) {} in CheckChildTypeMatcher() 592 return N->getKind() == CheckChildType; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 665 case Matcher::CheckChildType: { in EmitMatcher() 1235 case Matcher::CheckChildType: in getOpcodeString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2744 CheckChildType(MVT::SimpleValueType VT, SDValue N, const TargetLowering *TLI, in CheckChildType() function 2951 Result = !::CheckChildType(VT, N, SDISel.TLI, in IsPredicateKnownToFail() 3561 if (!::CheckChildType(VT, N, TLI, CurDAG->getDataLayout(), ChildNo)) in SelectCodeCommon()
|