Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h48 const CodeGenTypeCache &TypeCache; variable
51 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C) in CGBuilderTy()
53 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C, in CGBuilderTy()
57 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::Instruction *I) in CGBuilderTy()
59 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::BasicBlock *BB) in CGBuilderTy()
H A DCodeGenTypes.h92 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; variable
H A DCGDebugInfo.h87 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp158 RVVTypeCache TypeCache; member in __anon4488c39f0211::RISCVIntrinsicManagerImpl
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1029 RVVTypeCache &TypeCache, BasicType Type, int Log2LMUL, in getSuffixStr()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp97 RVVTypeCache TypeCache; member in __anon2ee031320111::RVVEmitter
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp95 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local