Searched defs:TypeCache (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 89 : CGBuilderBaseTy(C), TypeCache(TypeCache) {} in CGBuilderTy() argument 93 : CGBuilderBaseTy(C, F, Inserter), TypeCache(TypeCache) {} in CGBuilderTy() argument 95 : CGBuilderBaseTy(I), TypeCache(TypeCache) {} in CGBuilderTy() argument 54 const CodeGenTypeCache &TypeCache; global() variable 87 CGBuilderTy(const CodeGenTypeCache & TypeCache,llvm::LLVMContext & C) CGBuilderTy() argument [all...] |
H A D | CodeGenTypes.h | 92 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; global() variable
|
H A D | CGDebugInfo.h | 92 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; global() variable
|
/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 1029 getSuffixStr(RVVTypeCache & TypeCache,BasicType Type,int Log2LMUL,llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors) getSuffixStr() argument
|
/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 99 RVVTypeCache TypeCache; global() member in __anon213b614f0111::RVVEmitter [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 164 RVVTypeCache TypeCache; global() member in __anonfbd9ae0f0211::RISCVIntrinsicManagerImpl
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 95 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local
|