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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp134 return getTypeInfo(Context.ShortTy);
136 return getTypeInfo(Context.IntTy);
138 return getTypeInfo(Context.LongTy);
140 return getTypeInfo(Context.LongLongTy);
142 return getTypeInfo(Context.Int128Ty);
145 return getTypeInfo(Context.ShortFractTy);
147 return getTypeInfo(Context.FractTy);
149 return getTypeInfo(Context.LongFractTy);
152 return getTypeInfo(Context.SatShortFractTy);
154 return getTypeInfo(Contex
225 llvm::MDNode *CodeGenTBAA::getTypeInfo(QualType QTy) { function in class:CodeGenTBAA
[all...]
H A DCodeGenTBAA.h175 /// getTypeInfo - Get metadata used to describe accesses to objects of the
177 llvm::MDNode *getTypeInfo(QualType QTy);
H A DCGAtomic.cpp58 TypeInfo ValueTI = C.getTypeInfo(ValueTy);
62 TypeInfo AtomicTI = C.getTypeInfo(AtomicTy);
H A DCGDebugInfo.cpp54 auto TI = Ctx.getTypeInfo(Ty);
1349 TypeInfo TI = CGM.getContext().getTypeInfo(type);
4515 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy);
H A DTargetInfo.cpp1761 TypeInfo TI = getContext().getTypeInfo(Ty);
4169 TypeInfo Info = getContext().getTypeInfo(Ty);
H A DCodeGenModule.cpp706 return TBAA->getTypeInfo(QTy);
H A DCGBuiltin.cpp595 : context.getTypeInfo(Type).Width;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A DPassPrinters.cpp48 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent());
55 AU.addRequiredID(PassToPrint->getTypeInfo());
81 getAnalysisID<Pass>(PassToPrint->getTypeInfo())
90 AU.addRequiredID(PassToPrint->getTypeInfo());
113 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, &M);
120 AU.addRequiredID(PassToPrint->getTypeInfo());
143 getAnalysisID<Pass>(PassToPrint->getTypeInfo())
151 AU.addRequiredID(PassToPrint->getTypeInfo());
175 getAnalysisID<Pass>(PassToPrint->getTypeInfo())
183 AU.addRequiredID(PassToPrint->getTypeInfo());
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp91 unsigned ToWidth = Ctx.getTypeInfo(ToPointeeTy).Width;
92 unsigned OrigWidth = Ctx.getTypeInfo(OrigPointeeTy).Width;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassInfo.h69 /// getTypeInfo - Return the id object for the pass...
71 const void *getTypeInfo() const { return PassID; } function in class:llvm::PassInfo
H A DPassSupport.h132 : RegisterAGBase(RPB.getPassName(), &Interface::ID, RPB.getTypeInfo(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp239 CFGOnlyList.push_back(P->getTypeInfo());
262 if (PI) Preserved.push_back(PI->getTypeInfo());
H A DPassRegistry.cpp60 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(), &PI)).second;
H A DLegacyPassManager.cpp886 ImmutablePassMap[ImmPI->getTypeInfo()] = P;
965 AvailableAnalysis[II[i]->getTypeInfo()] = P;
1094 AvailableAnalysis.find(II[i]->getTypeInfo());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp355 return PI ? PI->getTypeInfo() : nullptr;
927 const char *TID = (const char *)(TPI->getTypeInfo());
928 const char *IID = (const char *)(IPI->getTypeInfo());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2077 TypeInfo getTypeInfo(const Type *T) const;
2078 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } function in class:clang::ASTContext
2084 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; }
2085 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; }
2115 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; }
2116 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; }
H A DAPValue.h148 static LValueBase getTypeInfo(TypeInfoLValue LV, QualType TypeInfo);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1819 TypeInfo Info = getTypeInfo(T);
1830 return getTypeInfo(T).AlignIsRequired;
1861 TypeInfo ASTContext::getTypeInfo(const Type *T) const { function in class:ASTContext
1891 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr());
1910 TypeInfo EltInfo = getTypeInfo(cast<ArrayType>(T)->getElementType());
1925 TypeInfo EltInfo = getTypeInfo(VT->getElementType());
1943 TypeInfo ElementInfo = getTypeInfo(MT->getElementType());
2180 TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType());
2186 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
2189 return getTypeInfo(cas
[all...]
H A DAPValue.cpp53 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, function in class:APValue::LValueBase
H A DRecordLayoutBuilder.cpp1465 TypeInfo FieldInfo = Context.getTypeInfo(D->getType());
1764 // query getTypeInfo about these, so we figure it out here.
H A DExpr.cpp267 if (T->isIntegralOrEnumerationType() && Context.getTypeInfo(T).Width <= 64)
904 assert(V.getBitWidth() == C.getTypeInfo(type).Width &&
H A DExprConstant.cpp7941 return Success(APValue::LValueBase::getTypeInfo(TypeInfo, E->getType()));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6136 getASTContext().getTypeInfo(ivar_qual_type.getTypePtr());
6167 getASTContext().getTypeInfo(ivar_qual_type.getTypePtr());
6633 // ast->getTypeInfo(array->getElementType());
6814 // ast->getTypeInfo(array->getElementType());
6876 // = ast->getTypeInfo(pointee_type);
8316 getASTContext().getTypeInfo(base_class_qual_type);
8362 getASTContext().getTypeInfo(field_type);
8450 getASTContext().getTypeInfo(element_qual_type);
8519 getASTContext().getTypeInfo(typedef_qual_type);
8544 getASTContext().getTypeInfo(elaborated_qual_typ
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3153 TypeInfo LeftTI = Context.getTypeInfo(left);
3154 TypeInfo RightTI = Context.getTypeInfo(right);
3210 TypeInfo LeftTI = Context.getTypeInfo(lt);
3211 TypeInfo RightTI = Context.getTypeInfo(rt);
H A DSemaExpr.cpp3765 unsigned bit_width = Context.getTypeInfo(Ty).Width;

Completed in 508 milliseconds