Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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.h177 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.cpp54 auto TI = Ctx.getTypeInfo(Ty); in getTypeAlignIfRequired()
1418 TypeInfo TI = CGM.getContext().getTypeInfo(type); in createFieldType()
4677 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy); in EmitDeclareOfBlockLiteralArgVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DPassPrinters.cpp48 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPass.cpp239 CFGOnlyList.push_back(P->getTypeInfo()); in passEnumerate()
263 pushUnique(Preserved, PI->getTypeInfo()); in addPreserved()
H A DPassRegistry.cpp58 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(), &PI)).second; in registerPass()
H A DLegacyPassManager.cpp817 ImmutablePassMap[ImmPI->getTypeInfo()] = P; in addImmutablePass()
891 AvailableAnalysis[II[i]->getTypeInfo()] = P; in recordAvailableAnalysis()
1019 AvailableAnalysis.find(II[i]->getTypeInfo()); in freePass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A DPassInfo.h71 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
H A DPassSupport.h132 : RegisterAGBase(RPB.getPassName(), &Interface::ID, RPB.getTypeInfo(), in RegisterAnalysisGroup()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h553 return getTypeInfo(index + 1); in getParamTypeInfo()
556 NullabilityKind getReturnTypeInfo() const { return getTypeInfo(0); } in getReturnTypeInfo()
573 NullabilityKind getTypeInfo(unsigned index) const { in getTypeInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2157 TypeInfo getTypeInfo(const Type *T) const;
2158 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function
2164 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } in getTypeSize()
2165 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } in getTypeSize()
2195 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign()
2196 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.td519 base = APValue::LValueBase::getTypeInfo(
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1853 TypeInfo Info = getTypeInfo(T); in getTypeInfoInChars()
1864 return getTypeInfo(T).AlignIsRequired; in isAlignmentRequired()
1896 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext
1926 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr()); in getTypeInfoImpl()
1945 TypeInfo EltInfo = getTypeInfo(cast<ArrayType>(T)->getElementType()); in getTypeInfoImpl()
1960 TypeInfo EltInfo = getTypeInfo(VT->getElementType()); in getTypeInfoImpl()
1985 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl()
2240 TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType()); in getTypeInfoImpl()
2246 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr()); in getTypeInfoImpl()
2249 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.cpp270 if (T->isIntegralOrEnumerationType() && Context.getTypeInfo(T).Width <= 64) in getStorageKind()
842 assert(V.getBitWidth() == C.getTypeInfo(type).Width && in FixedPointLiteral()
H A DRecordLayoutBuilder.cpp1538 TypeInfo FieldInfo = Context.getTypeInfo(D->getType()); in LayoutBitField()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d163 enum OpID { getTypeInfo, get, compare, equals, testConversion, toString, in VariantN() enumerator
184 case OpID.getTypeInfo: in VariantN()
332 case OpID.getTypeInfo: in VariantN()
737 fptr(OpID.getTypeInfo, null, &result); in VariantN()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d205 enum OpID { getTypeInfo, get, compare, equals, testConversion, toString, in VariantN() enumerator
226 case OpID.getTypeInfo: in VariantN()
406 case OpID.getTypeInfo: in VariantN()
823 fptr(OpID.getTypeInfo, null, &result); in VariantN()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2014189 * d-typinf.cc (Type::getTypeInfo): Likewise.
218 (Type::getTypeInfo, Type::getTypeInfoDeclaration): Likewise.
H A DChangeLog-2015744 * d-typinf.cc (Type::getTypeInfo): Update for frontend changes.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp384 return PI ? PI->getTypeInfo() : nullptr; in getPassIDFromName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3166 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()

12