Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h48 const CodeGenTypeCache &TypeCache; global() variable
51 CGBuilderTy(const CodeGenTypeCache & TypeCache,llvm::LLVMContext & C) CGBuilderTy() argument
53 CGBuilderTy(const CodeGenTypeCache & TypeCache,llvm::LLVMContext & C,const llvm::ConstantFolder & F,const CGBuilderInserterTy & Inserter) CGBuilderTy() argument
57 CGBuilderTy(const CodeGenTypeCache & TypeCache,llvm::Instruction * I) CGBuilderTy() argument
59 CGBuilderTy(const CodeGenTypeCache & TypeCache,llvm::BasicBlock * BB) CGBuilderTy() argument
[all...]
H A DCodeGenTypes.h92 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; global() variable
H A DCGDebugInfo.h87 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1029 getSuffixStr(RVVTypeCache & TypeCache,BasicType Type,int Log2LMUL,llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors) getSuffixStr() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp97 RVVTypeCache TypeCache; global() member in __anon5c0b67ce0111::RVVEmitter
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp95 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local