Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBuilder.h48 const CodeGenTypeCache &TypeCache; variable
50 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C) in CGBuilderTy()
52 CGBuilderTy(const CodeGenTypeCache &TypeCache, in CGBuilderTy()
56 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::Instruction *I) in CGBuilderTy()
58 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::BasicBlock *BB) in CGBuilderTy()
DCodeGenTypes.h163 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; variable
DCGDebugInfo.h77 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; variable
/external/v8/src/compiler/
Dtyped-optimization.h25 class TypeCache; variable
Djs-typed-lowering.h26 class TypeCache; variable
Dsimplified-lowering.h22 class TypeCache; variable
Doperation-typer.h26 class TypeCache; variable
Dtype-cache.h26 TypeCache() : zone_(&allocator, ZONE_NAME) {} in TypeCache() function
Djs-native-context-specialization.h33 class TypeCache; variable
Daccess-info.h28 class TypeCache; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp76 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local