Home
last modified time | relevance | path

Searched refs:getTypeInfo (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp134 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()
145 return getTypeInfo(Context.ShortFractTy); in getTypeInfoHelper()
147 return getTypeInfo(Context.FractTy); in getTypeInfoHelper()
149 return getTypeInfo(Context.LongFractTy); in getTypeInfoHelper()
152 return getTypeInfo(Context.SatShortFractTy); in getTypeInfoHelper()
154 return getTypeInfo(Context.SatFractTy); in getTypeInfoHelper()
[all …]
H A DCodeGenTBAA.h176 llvm::MDNode *getTypeInfo(QualType QTy);
H A DCGAtomic.cpp58 TypeInfo ValueTI = C.getTypeInfo(ValueTy); in AtomicInfo()
62 TypeInfo AtomicTI = C.getTypeInfo(AtomicTy); in AtomicInfo()
H A DCGDebugInfo.cpp59 auto TI = Ctx.getTypeInfo(Ty); in getTypeAlignIfRequired()
1504 TypeInfo TI = CGM.getContext().getTypeInfo(type); in createFieldType()
4972 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy); in EmitDeclareOfBlockLiteralArgVariable()
H A DMicrosoftCXXABI.cpp868 TypeInfo Info = getContext().getTypeInfo(RD->getTypeForDecl()); in getRecordArgABI()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp91 unsigned ToWidth = Ctx.getTypeInfo(ToPointeeTy).Width; in VisitCastExpr()
92 unsigned OrigWidth = Ctx.getTypeInfo(OrigPointeeTy).Width; in VisitCastExpr()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPass.cpp251 CFGOnlyList.push_back(P->getTypeInfo()); in passEnumerate()
275 pushUnique(Preserved, PI->getTypeInfo()); in addPreserved()
H A DPassRegistry.cpp52 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(), &PI)).second; in registerPass()
H A DLegacyPassManager.cpp810 ImmutablePassMap[ImmPI->getTypeInfo()] = P; in addImmutablePass()
883 AvailableAnalysis[PI->getTypeInfo()] = P; in recordAvailableAnalysis()
1010 AvailableAnalysis.find(PI->getTypeInfo()); in freePass()
/openbsd-src/gnu/llvm/llvm/include/llvm/
H A DPassInfo.h71 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
H A DPassSupport.h147 : RegisterAGBase(RPB.getPassName(), &Interface::ID, RPB.getTypeInfo(), in RegisterAnalysisGroup()
/openbsd-src/gnu/llvm/clang/include/clang/APINotes/
H A DTypes.h554 return getTypeInfo(index + 1); in getParamTypeInfo()
557 NullabilityKind getReturnTypeInfo() const { return getTypeInfo(0); } in getReturnTypeInfo()
573 NullabilityKind getTypeInfo(unsigned index) const { in getTypeInfo() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRandstruct.cpp117 uint64_t Width = Context.getTypeInfo(FD->getType()).Width; in randomizeStructureLayoutImpl()
H A DASTContext.cpp1859 TypeInfo Info = getTypeInfo(T); in getTypeInfoInChars()
1907 return getTypeInfo(T).AlignRequirement != AlignRequirementKind::None; in isAlignmentRequired()
1939 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext
1969 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr()); in getTypeInfoImpl()
1988 TypeInfo EltInfo = getTypeInfo(cast<ArrayType>(T)->getElementType()); in getTypeInfoImpl()
2003 TypeInfo EltInfo = getTypeInfo(VT->getElementType()); in getTypeInfoImpl()
2031 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl()
2292 TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType()); in getTypeInfoImpl()
2298 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr()); in getTypeInfoImpl()
2301 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr()); in getTypeInfoImpl()
[all …]
H A DAPValue.cpp55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo() function in APValue::LValueBase
H A DExpr.cpp371 if (T->isIntegralOrEnumerationType() && Context.getTypeInfo(T).Width <= 64) in getStorageKind()
999 assert(V.getBitWidth() == C.getTypeInfo(type).Width && in FixedPointLiteral()
H A DRecordLayoutBuilder.cpp1540 TypeInfo FieldInfo = Context.getTypeInfo(D->getType()); in LayoutBitField()
H A DItaniumMangle.cpp3692 unsigned VecSizeInBits = getASTContext().getTypeInfo(T).Width; in mangleAArch64FixedSveVectorType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2266 TypeInfo getTypeInfo(const Type *T) const;
2267 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function
2273 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } in getTypeSize()
2274 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } in getTypeSize()
2304 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign()
2305 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } in getTypeAlign()
H A DAPValue.h156 static LValueBase getTypeInfo(TypeInfoLValue LV, QualType TypeInfo);
H A DPropertiesBase.td522 base = APValue::LValueBase::getTypeInfo(
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6392 getASTContext().getTypeInfo(ivar_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex()
6423 getASTContext().getTypeInfo(ivar_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex()
8657 getASTContext().getTypeInfo(base_class_qual_type); in DumpValue()
8703 getASTContext().getTypeInfo(field_type); in DumpValue()
8791 getASTContext().getTypeInfo(element_qual_type); in DumpValue()
8860 getASTContext().getTypeInfo(typedef_qual_type); in DumpValue()
8885 getASTContext().getTypeInfo(elaborated_qual_type); in DumpValue()
8910 getASTContext().getTypeInfo(elaborated_qual_type); in DumpValue()
8936 getASTContext().getTypeInfo(desugar_qual_type); in DumpValue()
9078 getASTContext().getTypeInfo(typedef_qual_type); in DumpTypeValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp416 return PI ? PI->getTypeInfo() : nullptr; in getPassIDFromName()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3180 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes()
3181 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes()
3237 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes()
3238 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DREADME.txt117 For vector types, DataLayout.cpp::getTypeInfo() returns alignment that is equal

12