| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 134 return getTypeInfo(Context.ShortTy); in getTypeInfoHelper() 136 return getTypeInfo(Context.IntTy); in getTypeInfoHelper() 138 return getTypeInfo(Context.LongTy); in getTypeInfoHelper() 140 return getTypeInfo(Context.LongLongTy); in getTypeInfoHelper() 142 return getTypeInfo(Context.Int128Ty); in getTypeInfoHelper() 147 return getTypeInfo(Context.FractTy); in getTypeInfoHelper() 149 return getTypeInfo(Context.LongFractTy); in getTypeInfoHelper() 154 return getTypeInfo(Context.SatFractTy); in getTypeInfoHelper() 161 return getTypeInfo(Context.AccumTy); in getTypeInfoHelper() 163 return getTypeInfo(Context.LongAccumTy); in getTypeInfoHelper() [all …]
|
| H A D | CodeGenTBAA.h | 177 llvm::MDNode *getTypeInfo(QualType QTy);
|
| H A D | CGAtomic.cpp | 58 TypeInfo ValueTI = C.getTypeInfo(ValueTy); in AtomicInfo() 62 TypeInfo AtomicTI = C.getTypeInfo(AtomicTy); in AtomicInfo()
|
| H A D | CGDebugInfo.cpp | 54 auto TI = Ctx.getTypeInfo(Ty); in getTypeAlignIfRequired() 1399 TypeInfo TI = CGM.getContext().getTypeInfo(type); in createFieldType() 4655 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | MicrosoftCXXABI.cpp | 849 TypeInfo Info = getContext().getTypeInfo(RD->getTypeForDecl()); in getRecordArgABI()
|
| H A D | TargetInfo.cpp | 1772 TypeInfo TI = getContext().getTypeInfo(Ty); in classifyArgumentType() 4201 TypeInfo Info = getContext().getTypeInfo(Ty); in classify()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | PassPrinters.cpp | 48 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent()); in runOnFunction() 55 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() 81 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnSCC() 90 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() 113 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, &M); in runOnModule() 120 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() 143 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnLoop() 151 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() 175 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnRegion() 183 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastToStructChecker.cpp | 91 unsigned ToWidth = Ctx.getTypeInfo(ToPointeeTy).Width; in VisitCastExpr() 92 unsigned OrigWidth = Ctx.getTypeInfo(OrigPointeeTy).Width; in VisitCastExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Pass.cpp | 239 CFGOnlyList.push_back(P->getTypeInfo()); in passEnumerate() 263 pushUnique(Preserved, PI->getTypeInfo()); in addPreserved()
|
| H A D | PassRegistry.cpp | 58 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(), &PI)).second; in registerPass()
|
| H A D | LegacyPassManager.cpp | 817 ImmutablePassMap[ImmPI->getTypeInfo()] = P; in addImmutablePass() 891 AvailableAnalysis[II[i]->getTypeInfo()] = P; in recordAvailableAnalysis() 1019 AvailableAnalysis.find(II[i]->getTypeInfo()); in freePass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ |
| H A D | PassInfo.h | 71 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
|
| H A D | PassSupport.h | 132 : RegisterAGBase(RPB.getPassName(), &Interface::ID, RPB.getTypeInfo(), in RegisterAnalysisGroup()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 553 return getTypeInfo(index + 1); in getParamTypeInfo() 556 NullabilityKind getReturnTypeInfo() const { return getTypeInfo(0); } in getReturnTypeInfo() 573 NullabilityKind getTypeInfo(unsigned index) const { in getTypeInfo() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2202 TypeInfo getTypeInfo(const Type *T) const; 2203 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function 2209 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } in getTypeSize() 2210 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } in getTypeSize() 2240 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign() 2241 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } in getTypeAlign()
|
| H A D | APValue.h | 156 static LValueBase getTypeInfo(TypeInfoLValue LV, QualType TypeInfo);
|
| H A D | PropertiesBase.td | 519 base = APValue::LValueBase::getTypeInfo(
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1868 TypeInfo Info = getTypeInfo(T); in getTypeInfoInChars() 1879 return getTypeInfo(T).AlignIsRequired; in isAlignmentRequired() 1911 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext 1941 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr()); in getTypeInfoImpl() 1975 TypeInfo EltInfo = getTypeInfo(VT->getElementType()); in getTypeInfoImpl() 2000 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() 2317 return getTypeInfo(cast<SubstTemplateTypeParmType>(T)-> in getTypeInfoImpl() 2325 return getTypeInfo(A->getDeducedType().getTypePtr()); in getTypeInfoImpl() 2332 return getTypeInfo( in getTypeInfoImpl() 2359 return getTypeInfo( in getTypeInfoImpl() [all …]
|
| H A D | APValue.cpp | 55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo() function in APValue::LValueBase
|
| H A D | Expr.cpp | 270 if (T->isIntegralOrEnumerationType() && Context.getTypeInfo(T).Width <= 64) in getStorageKind() 908 assert(V.getBitWidth() == C.getTypeInfo(type).Width && in FixedPointLiteral()
|
| H A D | RecordLayoutBuilder.cpp | 1538 TypeInfo FieldInfo = Context.getTypeInfo(D->getType()); in LayoutBitField()
|
| H A D | ItaniumMangle.cpp | 3618 unsigned VecSizeInBits = getASTContext().getTypeInfo(T).Width; in mangleAArch64FixedSveVectorType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 6296 getASTContext().getTypeInfo(ivar_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex() 6327 getASTContext().getTypeInfo(ivar_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex() 8480 getASTContext().getTypeInfo(base_class_qual_type); in DumpValue() 8526 getASTContext().getTypeInfo(field_type); in DumpValue() 8614 getASTContext().getTypeInfo(element_qual_type); in DumpValue() 8683 getASTContext().getTypeInfo(typedef_qual_type); in DumpValue() 8708 getASTContext().getTypeInfo(elaborated_qual_type); in DumpValue() 8733 getASTContext().getTypeInfo(elaborated_qual_type); in DumpValue() 8759 getASTContext().getTypeInfo(desugar_qual_type); in DumpValue() 8900 getASTContext().getTypeInfo(typedef_qual_type); in DumpTypeValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 384 return PI ? PI->getTypeInfo() : nullptr; in getPassIDFromName()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3166 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() 3167 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes() 3223 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() 3224 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes()
|