Home
last modified time | relevance | path

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

123

/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
Dutcache.c182 ACPI_MEMORY_LIST *Cache; in AcpiOsCreateCache() local
227 ACPI_MEMORY_LIST *Cache) in AcpiOsPurgeCache()
280 ACPI_MEMORY_LIST *Cache) in AcpiOsDeleteCache()
319 ACPI_MEMORY_LIST *Cache, in AcpiOsReleaseObject()
384 ACPI_MEMORY_LIST *Cache) in AcpiOsAcquireObject()
Duttrack.c215 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Daslcache.c182 ASL_CACHE_INFO *Cache; in UtLocalCacheCalloc() local
252 ASL_CACHE_INFO *Cache; in UtParseOpCacheCalloc() local
296 ASL_CACHE_INFO *Cache; in UtSubtableCacheCalloc() local
340 ASL_CACHE_INFO *Cache; in UtFieldCacheCalloc() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_combined.h34 void *allocatePrimary(AllocatorCache *Cache, uptr ClassId) { in allocatePrimary()
44 void deallocatePrimary(AllocatorCache *Cache, void *Ptr, uptr ClassId) { in deallocatePrimary()
52 void initCache(AllocatorCache *Cache) { in initCache()
56 void destroyCache(AllocatorCache *Cache) { in destroyCache()
Dscudo_tsd.h26 AllocatorCacheT Cache; in ALIGNED() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DDependencyScanningFilesystem.h134 llvm::StringMap<SharedFileSystemEntry, llvm::BumpPtrAllocator> Cache; member
162 SingleCache &Cache = selectCache(Minimized); in setCachedEntry() local
170 SingleCache &Cache = selectCache(Minimized); in getCachedEntry() local
211 DependencyScanningFilesystemLocalCache Cache; variable
/freebsd-12-stable/tests/sys/fs/fusefs/
Dcache.cc55 class Cache: public FuseTest, public WithParamInterface<CacheParam> { class
59 Cache(): m_direct_io(false) {}; in Cache() function in Cache
138 TEST_P(Cache, truncate_by_surprise_invalidates_cache) in TEST_P() argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd.h27 typename Allocator::CacheT Cache; in alignas() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DCFLAndersAliasAnalysis.h85 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
DCFLSteensAliasAnalysis.h101 DenseMap<Function *, Optional<FunctionInfo>> Cache; variable
DObjCARCAnalysisUtils.h83 DenseMap<const Value *, WeakTrackingVH> &Cache) { in GetUnderlyingObjCPtrCached()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp174 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
349 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h125 SymbolCache Cache; variable
DSymbolCache.h40 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DFileSystemStatCache.cpp36 FileSystemStatCache *Cache, in get()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp706 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted()
721 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local
907 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries, in getNonLocalInfoForBlock()
992 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache()
1127 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugLoc.cpp73 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTO.cpp995 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run()
1180 NativeObjectCache Cache; member in __anoncb53dcd50c11::InProcessThinBackend
1192 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend()
1205 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread()
1298 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1392 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
1399 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache, in runThinLTO()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.h213 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
254 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h38 typedef DenseSlabAllocCache Cache; typedef
Dtsan_clock.h136 typedef DenseSlabAllocCache Cache; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DImmutableList.h153 CacheTy Cache; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRangedConstraintManager.h236 llvm::FoldingSet<ContainerType> Cache; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DInterferenceCache.h208 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg()
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
Ddbexec.c424 ACPI_MEMORY_LIST *Cache) in AcpiDbGetCacheInfo()

123