| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 148 Matcher *CheckType = MatcherPtr.release(); in ContractNodes() local 149 Matcher *CheckOpcode = CheckType->takeNext(); in ContractNodes() 154 CheckOpcode->setNext(CheckType); in ContractNodes() 155 CheckType->setNext(Tail); in ContractNodes() 400 FindNodeWithKind(OptionsToMatch[i], Matcher::CheckType)); in FactorNodes() 442 Matcher *M = FindNodeWithKind(OptionsToMatch[i], Matcher::CheckType); in FactorNodes()
|
| H A D | DAGISelMatcher.h | 72 CheckType, // Fail if not correct type. enumerator 139 case CheckType: in isSimplePredicateNode() 534 : Matcher(CheckType), Type(type), ResNo(resno) {} in CheckTypeMatcher() 540 return N->getKind() == CheckType; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 648 case Matcher::CheckType: in EmitMatcher() 1231 case Matcher::CheckType: in getOpcodeString()
|
| H A D | GlobalISelMatchTable.cpp | 1420 StringRef CheckType = in emitPredicateOpcodes() local 1422 Table << MatchTable::Opcode(CheckType) << MatchTable::Comment("MI") in emitPredicateOpcodes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1966 ID.AddPointer(CheckType); in ProfileIsAOpInit() 1970 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) { in get() argument 1973 ProfileIsAOpInit(ID, CheckType, Expr); in get() 1986 ProfileIsAOpInit(ID, CheckType, Expr); in Profile() 1992 if (TI->getType()->typeIsConvertibleTo(CheckType)) in Fold() 1995 if (isa<RecordRecTy>(CheckType)) { in Fold() 2012 return get(CheckType, NewExpr)->Fold(); in resolveReferences() 2021 return (Twine("!isa<") + CheckType->getAsString() + ">(" + in getAsString() 2028 ID.AddPointer(CheckType); in ProfileExistsOpInit() 2034 ProfileExistsOpInit(ID, CheckType, Expr); in get() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1172 RecTy *CheckType; 1175 IsAOpInit(RecTy *CheckType, Init *Expr) in IsAOpInit() argument 1176 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit() 1177 CheckType(CheckType), Expr(Expr) {} in IsAOpInit() 1185 static IsAOpInit *get(RecTy *CheckType, Init *Expr); 1206 RecTy *CheckType; 1209 ExistsOpInit(RecTy *CheckType, Init *Expr) in ExistsOpInit() argument 1210 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit() 1211 CheckType(CheckType), Expr(Expr) {} in ExistsOpInit() 1219 static ExistsOpInit *get(RecTy *CheckType, Init *Expr);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 758 bool CheckType = true); 777 ScalarEvolution &SE, bool CheckType = true);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MIPatternMatch.h | 715 struct CheckType { 717 CheckType(const LLT Ty) : Ty(Ty) {} 724 inline CheckType m_SpecificType(LLT Ty) { return Ty; }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 2035 auto CheckType = [&](QualType Ty, bool IsRetTy = false) { in checkTypeSupport() local 2092 CheckType(Ty); in checkTypeSupport() 2095 CheckType(ParamTy); in checkTypeSupport() 2096 CheckType(FPTy->getReturnType(), /*IsRetTy=*/true); in checkTypeSupport() 2099 CheckType(FNPTy->getReturnType(), /*IsRetTy=*/true); in checkTypeSupport()
|
| H A D | SemaDeclCXX.cpp | 6101 void CheckType(const NamedDecl *D, TypeLoc TL, Sema::AbstractDiagSelID Sel); 6192 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, in CheckType() function in __anonc650e9f61411::AbstractUsageInfo 6211 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractNone); in CheckAbstractClassUsage() 6222 Info.CheckType(VD, VD->getTypeSourceInfo()->getTypeLoc(), in CheckAbstractClassUsage() 6247 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType); in CheckAbstractClassUsage()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1565 bool CheckType) { in getPointersDiff() argument 1573 if (CheckType && ElemTyA != ElemTyB) in getPointersDiff() 1670 ScalarEvolution &SE, bool CheckType) { in isConsecutiveAccess() argument 1679 /*StrictCheck=*/true, CheckType); in isConsecutiveAccess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2732 LLVM_ATTRIBUTE_ALWAYS_INLINE static bool CheckType(MVT::SimpleValueType VT, in CheckType() function 2748 return ::CheckType(VT, N.getOperand(ChildNo), TLI, DL); in CheckChildType() 2903 Result = !::CheckType(VT, N, SDISel.TLI, SDISel.CurDAG->getDataLayout()); in IsPredicateKnownToFail() 2908 Result = !::CheckType(static_cast<MVT::SimpleValueType>(Table[Index++]), in IsPredicateKnownToFail() 3446 if (!::CheckType(VT, N, TLI, CurDAG->getDataLayout())) in SelectCodeCommon() 3452 if (!::CheckType( in SelectCodeCommon()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 1729 auto CheckType = [&](ShuffleVectorInst *Shuffle) { in identifyDeinterleave() local 1743 if (!CheckType(Shuffle)) in identifyDeinterleave()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3481 bool CheckType(QualType T) { in CheckType() function in __anon5424ade10411::IsTypeDeclaredInsideVisitor 3507 return CheckType(T->getPointeeType()); in VisitPointerType() 3511 return CheckType(T->getPointeeTypeAsWritten()); in VisitReferenceType() 3549 return CheckType(T->getElementType()); in VisitConstantArrayType() 3575 return CheckType(Arg.getIntegralType()); in checkTemplateArgument() 3577 return CheckType(Arg.getAsType()); in checkTemplateArgument() 3585 return CheckType(Arg.getNullPtrType()); in checkTemplateArgument() 3587 return CheckType(Arg.getStructuralValueType()); in checkTemplateArgument() 3618 return Visitor.CheckType(RetT); in hasAutoReturnTypeDeclaredInside()
|