Home
last modified time | relevance | path

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

123

/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A 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()
H A Duttrack.c215 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslcache.c182 ASL_CACHE_INFO *Cache; in UtLocalCacheCalloc() local
257 ASL_CACHE_INFO *Cache; in UtParseOpCacheCalloc() local
301 ASL_CACHE_INFO *Cache; in UtSubtableCacheCalloc() local
345 ASL_CACHE_INFO *Cache; in UtFieldCacheCalloc() local
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h148 struct Cache { struct
149 static const u32 EntriesArraySize = 32U;
150 static const u32 QuarantineSize = 0U;
151 static const u32 DefaultMaxEntriesCount = 32U;
152 static const uptr DefaultMaxEntrySize = 1UL << 19;
193 struct Cache { struct
194 static const u32 EntriesArraySize = 256U;
195 static const u32 QuarantineSize = 32U;
196 static const u32 DefaultMaxEntriesCount = 32U;
198 static const s32 MinReleaseToOsIntervalMs = 0;
[all …]
/freebsd-14.2/tests/sys/fs/fusefs/
H A Dcache.cc53 class Cache: public FuseTest, public WithParamInterface<CacheParam> { class
57 Cache(): m_direct_io(false) {}; in Cache() function in Cache
136 TEST_P(Cache, truncate_by_surprise_invalidates_cache) in TEST_P() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp72 DenseMap<const MDNode *, MDNode *> &Cache) { in replaceInlinedAtSubprogram() argument
112 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp36 FileSystemStatCache *Cache, in get()
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp737 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted()
752 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local
936 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries, in getNonLocalInfoForBlock()
1021 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache()
1157 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp64 LinkGraph &G, Block &B, LinkGraph::SplitBlockCache &Cache) { in processBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h83 DenseMap<const Value *, std::pair<WeakVH, WeakTrackingVH>> &Cache) { in GetUnderlyingObjCPtrCached()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h210 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
251 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1126 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run()
1414 FileCache Cache; member in __anonad319db30e11::InProcessThinBackend
1428 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend()
1443 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1552 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend()
1638 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
1646 Error LTO::runThinLTO(AddStreamFn AddStream, FileCache Cache, in runThinLTO()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h154 CacheTy Cache; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp26 const Formula &cached(llvm::DenseMap<Key, const Formula *> &Cache, Key K, in cached()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h38 typedef DenseSlabAllocCache Cache; typedef
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h303 llvm::FoldingSet<ContainerType> Cache; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h209 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg()
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c425 ACPI_MEMORY_LIST *Cache) in AcpiDbGetCacheInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h40 Cache, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h213 llvm::StringMap<const CachedFileSystemEntry *, llvm::BumpPtrAllocator> Cache; variable
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h74 typedef QuarantineCache<Callback> Cache; typedef
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp431 FileCache Cache; in run() local

123