Home
last modified time | relevance | path

Searched defs:TypeCache (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h89 : 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 DCodeGenTypes.h92 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; global() variable
H A DCGDebugInfo.h92 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; global() variable
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1029 getSuffixStr(RVVTypeCache & TypeCache,BasicType Type,int Log2LMUL,llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors) getSuffixStr() argument
/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp99 RVVTypeCache TypeCache; global() member in __anon213b614f0111::RVVEmitter
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp164 RVVTypeCache TypeCache; global() member in __anonfbd9ae0f0211::RISCVIntrinsicManagerImpl
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp95 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local