/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 48 const CodeGenTypeCache &TypeCache; variable 51 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C) in CGBuilderTy() argument 52 : CGBuilderBaseTy(C), TypeCache(TypeCache) {} in CGBuilderTy() 53 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C, in CGBuilderTy() argument 56 : CGBuilderBaseTy(C, F, Inserter), TypeCache(TypeCache) {} in CGBuilderTy() 58 : CGBuilderBaseTy(I), TypeCache(TypeCache) {} in CGBuilderTy() 60 : CGBuilderBaseTy(BB), TypeCache(TypeCache) {} in CGBuilderTy() 63 return llvm::ConstantInt::get(TypeCache.SizeTy, N.getQuantity()); in getSize() 66 return llvm::ConstantInt::get(TypeCache.SizeTy, N); in getSize() 279 assert(Addr.getElementType() == TypeCache.Int8Ty); [all …]
|
H A D | CodeGenTypes.cpp | 269 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType() 274 TypeCache.clear(); in UpdateCompletedType() 305 TypeCache.clear(); in RefreshTypeCacheForClass() 435 TypeCache.find(Ty); in ConvertType() 436 if (TCI != TypeCache.end()) in ConvertType() 831 TypeCache[Ty] = ResultType; in ConvertType() 895 TypeCache.clear(); in ConvertRecordDeclType()
|
H A D | CGDebugInfo.cpp | 2381 auto I = TypeCache.find(TyPtr); in completeType() 2386 TypeCache[TyPtr].reset(Res); in completeType() 2456 auto I = TypeCache.find(TyPtr); in completeClass() 2461 TypeCache[TyPtr].reset(Res); in completeClass() 3356 if (It != TypeCache.end()) { in getTypeOrNull() 3401 TypeCache[TyPtr].reset(Res); in getOrCreateType() 3966 if (It == TypeCache.end()) in getObjCMethodDeclaration() 5667 assert(It != TypeCache.end()); in finalize() 5689 auto It = TypeCache.find(P.first); in finalize() 5690 assert(It != TypeCache.end()); in finalize() [all …]
|
H A D | CodeGenTypes.h | 97 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; variable
|
H A D | CGDebugInfo.h | 85 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; variable
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 98 RVVTypeCache TypeCache; member in __anon7702a1690111::RVVEmitter 350 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createHeader() 362 auto UT = TypeCache.computeType( in createHeader() 373 auto T = TypeCache.computeType(BasicType::Float16, Log2LMUL, in createHeader() 382 auto T = TypeCache.computeType(BasicType::Float32, Log2LMUL, in createHeader() 391 auto T = TypeCache.computeType(BasicType::Float64, Log2LMUL, in createHeader() 553 TypeCache.computeTypes(BT, Log2LMUL, NF, Prototype); in createRVVIntrinsics() 561 TypeCache, BT, Log2LMUL, OverloadedSuffixDesc); in createRVVIntrinsics() 577 TypeCache.computeTypes(BT, Log2LMUL, NF, PolicyPrototype); in createRVVIntrinsics() 589 TypeCache.computeTypes(BT, Log2LMUL, NF, MaskedPrototype); in createRVVIntrinsics() [all …]
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaRISCVVectorLookup.cpp | 136 RVVTypeCache TypeCache; member in __anon1f081d960211::RISCVIntrinsicManagerImpl 251 TypeCache.computeTypes(BaseType, Log2LMUL, Record.NF, ProtoSeq); in InitIntrinsicList() 258 TypeCache, BaseType, Log2LMUL, SuffixProto); in InitIntrinsicList() 260 TypeCache, BaseType, Log2LMUL, OverloadedSuffixProto); in InitIntrinsicList() 274 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in InitIntrinsicList() 285 TypeCache.computeTypes(BaseType, Log2LMUL, Record.NF, ProtoMaskSeq); in InitIntrinsicList() 296 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in InitIntrinsicList()
|
/openbsd/gnu/llvm/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 902 RVVTypeCache &TypeCache, BasicType Type, int Log2LMUL, in getSuffixStr() argument 906 auto T = TypeCache.computeType(Type, Log2LMUL, PD); in getSuffixStr()
|
/openbsd/gnu/llvm/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 440 getSuffixStr(RVVTypeCache &TypeCache, BasicType Type, int Log2LMUL,
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 95 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local 98 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata()
|