| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 179 return getTypeInfo(Context.ShortTy); in getTypeInfoHelper() 181 return getTypeInfo(Context.IntTy); in getTypeInfoHelper() 183 return getTypeInfo(Context.LongTy); in getTypeInfoHelper() 185 return getTypeInfo(Context.LongLongTy); in getTypeInfoHelper() 187 return getTypeInfo(Context.Int128Ty); in getTypeInfoHelper() 190 return getTypeInfo(Context.ShortFractTy); in getTypeInfoHelper() 192 return getTypeInfo(Context.FractTy); in getTypeInfoHelper() 194 return getTypeInfo(Context.LongFractTy); in getTypeInfoHelper() 197 return getTypeInfo(Context.SatShortFractTy); in getTypeInfoHelper() 199 return getTypeInfo(Context.SatFractTy); in getTypeInfoHelper() [all …]
|
| H A D | CodeGenTBAA.h | 187 llvm::MDNode *getTypeInfo(QualType QTy);
|
| H A D | CGAtomic.cpp | 57 TypeInfo ValueTI = C.getTypeInfo(ValueTy); in AtomicInfo() 61 TypeInfo AtomicTI = C.getTypeInfo(AtomicTy); in AtomicInfo()
|
| H A D | CGDebugInfo.cpp | 69 auto TI = Ctx.getTypeInfo(Ty); in getTypeAlignIfRequired() 1886 TypeInfo TI = CGM.getContext().getTypeInfo(type); in createFieldType() 5559 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | MicrosoftCXXABI.cpp | 873 TypeInfo Info = getContext().getTypeInfo(RD->getTypeForDecl()); in getRecordArgABI()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Pass.cpp | 238 CFGOnlyList.push_back(P->getTypeInfo()); in passEnumerate() 262 pushUnique(Preserved, PI->getTypeInfo()); in addPreserved()
|
| H A D | PassRegistry.cpp | 52 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(), &PI)).second; in registerPass()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ |
| H A D | PassInfo.h | 63 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 588 return getTypeInfo(index + 1); in getParamTypeInfo() 591 NullabilityKind getReturnTypeInfo() const { return getTypeInfo(0); } in getReturnTypeInfo() 607 NullabilityKind getTypeInfo(unsigned index) const { in getTypeInfo() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Randstruct.cpp | 115 uint64_t Width = Context.getTypeInfo(FD->getType()).Width; in randomizeStructureLayoutImpl()
|
| H A D | ASTContext.cpp | 1970 TypeInfo Info = getTypeInfo(T); in getTypeInfoInChars() 2018 return getTypeInfo(T).AlignRequirement != AlignRequirementKind::None; in isAlignmentRequired() 2050 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext 2080 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr()); in getTypeInfoImpl() 2100 TypeInfo EltInfo = getTypeInfo(cast<ArrayType>(T)->getElementType()); in getTypeInfoImpl() 2115 TypeInfo EltInfo = getTypeInfo(VT->getElementType()); in getTypeInfoImpl() 2152 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() 2445 TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType()); in getTypeInfoImpl() 2451 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr()); in getTypeInfoImpl() 2454 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr()); 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 | ItaniumMangle.cpp | 4186 unsigned VecSizeInBits = getASTContext().getTypeInfo(T).Width; in mangleAArch64FixedSveVectorType() 4273 VecSizeInBits = getASTContext().getTypeInfo(T).Width; in mangleRISCVFixedRVVVectorType()
|
| H A D | Expr.cpp | 317 if (T->isIntegralOrEnumerationType() && Context.getTypeInfo(T).Width <= 64) in getStorageKind() 990 assert(V.getBitWidth() == C.getTypeInfo(type).Width && in FixedPointLiteral()
|
| H A D | RecordLayoutBuilder.cpp | 1538 TypeInfo FieldInfo = Context.getTypeInfo(D->getType()); in LayoutBitField()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2559 TypeInfo getTypeInfo(const Type *T) const; 2560 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function 2566 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } in getTypeSize() 2567 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } in getTypeSize() 2597 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign() 2598 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 | 543 base = APValue::LValueBase::getTypeInfo(
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Pointer.cpp | 167 APValue::LValueBase::getTypeInfo( in toAPValue()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | PPC.cpp | 313 else if (PointerSize < Context.getTypeInfo(VarD->getType()).Width / 8) in setTargetAttributes()
|
| H A D | X86.cpp | 753 TypeInfo TI = getContext().getTypeInfo(Ty); in classifyArgumentType() 3303 TypeInfo Info = getContext().getTypeInfo(Ty); in classify()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 431 return PI ? PI->getTypeInfo() : nullptr; in getPassIDFromName()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3189 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() 3190 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes() 3246 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() 3247 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 6388 getASTContext().getTypeInfo(ivar_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex() 6419 getASTContext().getTypeInfo(ivar_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex() 8688 getASTContext().getTypeInfo(typedef_qual_type); in DumpTypeValue()
|