Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 56) sorted by relevance

123

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp31 static void deallocateCache(CacheT *Cache) { in deallocateCache()
71 CacheT Cache; in TEST() local
82 CacheT Cache; in TEST() local
105 CacheT Cache; in TEST() local
130 CacheT Cache; in TEST() local
160 CacheT Cache; in TEST() local
195 CacheT Cache; in TEST() local
225 CacheT Cache; member
H A Dprimary_test.cpp146 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
190 typename Primary::CacheT Cache; in TEST() local
230 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
272 static thread_local typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
316 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
332 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
H A Dtsd_test.cpp40 void initCache(CacheT *Cache) { *Cache = {}; } in initCache()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugLoc.cpp72 DenseMap<const MDNode *, MDNode *> &Cache) { in replaceInlinedAtSubprogram() argument
112 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp174 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
349 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dcache.py11 class Cache: class
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp703 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted()
718 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local
902 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries, in getNonLocalInfoForBlock()
987 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache()
1122 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp26 typedef Alloc::Cache Cache; in TEST() typedef
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileSystemStatCache.cpp36 FileSystemStatCache *Cache, in get()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h129 SymbolCache Cache; variable
H A DSymbolCache.h46 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd.h27 typename Allocator::CacheT Cache; member
H A Dquarantine.h239 CacheT Cache; variable
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1036 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run()
1252 FileCache Cache; member in __anon6dbd98f40c11::InProcessThinBackend
1266 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend()
1281 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1389 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend()
1466 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
1473 Error LTO::runThinLTO(AddStreamFn AddStream, FileCache Cache, in runThinLTO()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp64 LinkGraph &G, Block &B, LinkGraph::SplitBlockCache &Cache) { in processBlock()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h212 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
253 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h83 DenseMap<const Value *, std::pair<WeakVH, WeakTrackingVH>> &Cache) { in GetUnderlyingObjCPtrCached()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp30 typedef QuarantineCache<QuarantineCallback> Cache; typedef
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableList.h154 CacheTy Cache; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h38 typedef DenseSlabAllocCache Cache; typedef
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h303 llvm::FoldingSet<ContainerType> Cache; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterferenceCache.h208 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h213 llvm::StringMap<const CachedFileSystemEntry *, llvm::BumpPtrAllocator> Cache; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h78 typedef QuarantineCache<Callback> Cache; typedef
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp421 static Value *findBaseDefiningValueOfVector(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValueOfVector()
519 static Value *findBaseDefiningValue(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValue()
693 static Value *findBaseDefiningValueCached(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValueCached()
710 static Value *findBaseOrBDV(Value *I, DefiningValueMapTy &Cache, in findBaseOrBDV()
874 static Value *findBasePointer(Value *I, DefiningValueMapTy &Cache, in findBasePointer()

123