| /freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utcache.c | 182 ACPI_MEMORY_LIST *Cache; in AcpiOsCreateCache() local 227 ACPI_MEMORY_LIST *Cache) in AcpiOsPurgeCache() argument 280 AcpiOsDeleteCache(ACPI_MEMORY_LIST * Cache) AcpiOsDeleteCache() argument 319 AcpiOsReleaseObject(ACPI_MEMORY_LIST * Cache,void * Object) AcpiOsReleaseObject() argument 384 AcpiOsAcquireObject(ACPI_MEMORY_LIST * Cache) AcpiOsAcquireObject() argument [all...] |
| H A D | uttrack.c | 215 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local
|
| /freebsd-src/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcache.c | 182 ASL_CACHE_INFO *Cache; in UtLocalCacheCalloc() local 257 ASL_CACHE_INFO *Cache; UtParseOpCacheCalloc() local 301 ASL_CACHE_INFO *Cache; UtSubtableCacheCalloc() local 345 ASL_CACHE_INFO *Cache; UtFieldCacheCalloc() local [all...] |
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | allocator_config.h | 148 struct Cache { global() struct 149 EntriesArraySizeDefaultConfig::Secondary::Cache global() argument 150 QuarantineSizeDefaultConfig::Secondary::Cache global() argument 151 DefaultMaxEntriesCountDefaultConfig::Secondary::Cache global() argument 152 DefaultMaxEntrySizeDefaultConfig::Secondary::Cache global() argument 153 MinReleaseToOsIntervalMsDefaultConfig::Secondary::Cache global() argument 154 MaxReleaseToOsIntervalMsDefaultConfig::Secondary::Cache global() argument 193 struct Cache { global() struct 194 EntriesArraySizeAndroidConfig::Secondary::Cache global() argument 195 QuarantineSizeAndroidConfig::Secondary::Cache global() argument 196 DefaultMaxEntriesCountAndroidConfig::Secondary::Cache global() argument 197 DefaultMaxEntrySizeAndroidConfig::Secondary::Cache global() argument 198 MinReleaseToOsIntervalMsAndroidConfig::Secondary::Cache global() argument 199 MaxReleaseToOsIntervalMsAndroidConfig::Secondary::Cache global() argument
|
| /freebsd-src/tests/sys/fs/fusefs/ |
| H A D | cache.cc | 53 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-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 72 DenseMap<const MDNode *, MDNode *> &Cache) { in replaceInlinedAtSubprogram() argument 112 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | PtrState.cpp | 174 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp() 349 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileSystemStatCache.cpp | 36 FileSystemStatCache *Cache, in get()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 129 SymbolCache Cache; variable
|
| H A D | SymbolCache.h | 46 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 737 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted() argument 752 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local 936 getNonLocalInfoForBlock(Instruction * QueryInst,const MemoryLocation & Loc,bool isLoad,BasicBlock * BB,NonLocalDepInfo * Cache,unsigned NumSortedEntries,BatchAAResults & BatchAA) getNonLocalInfoForBlock() argument 1021 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo & Cache,unsigned NumSortedEntries) SortNonLocalDepInfoCache() argument 1157 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; getNonLocalPointerDepFromBB() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | DWARFRecordSectionSplitter.cpp | 64 LinkGraph &G, Block &B, LinkGraph::SplitBlockCache &Cache) { in processBlock()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 83 DenseMap<const Value *, std::pair<WeakVH, WeakTrackingVH>> &Cache) { in GetUnderlyingObjCPtrCached()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 210 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef 251 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
|
| /freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1126 run(AddStreamFn AddStream,FileCache Cache) run() argument 1414 FileCache Cache; global() member in __anond972c54f0e11::InProcessThinBackend 1428 InProcessThinBackend(const Config & Conf,ModuleSummaryIndex & CombinedIndex,ThreadPoolStrategy ThinLTOParallelism,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,AddStreamFn AddStream,FileCache Cache,lto::IndexWriteCallback OnWrite,bool ShouldEmitIndexFiles,bool ShouldEmitImportsFiles) InProcessThinBackend() argument 1443 runThinLTOBackendThread(AddStreamFn AddStream,FileCache Cache,unsigned Task,BitcodeModule BM,ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> & ModuleMap) runThinLTOBackendThread() argument 1552 __anond972c54f1202(const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache) createInProcessThinBackend() argument 1638 __anond972c54f1402(const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache) createWriteIndexesThinBackend() argument 1646 runThinLTO(AddStreamFn AddStream,FileCache Cache,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) runThinLTO() argument [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableList.h | 154 CacheTy Cache; variable
|
| /freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Arena.cpp | 26 const Formula &cached(llvm::DenseMap<Key, const Formula *> &Cache, Key K, in cached()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 303 llvm::FoldingSet<ContainerType> Cache; variable
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dense_alloc.h | 38 typedef DenseSlabAllocCache Cache; typedef
|
| /freebsd-src/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 425 ACPI_MEMORY_LIST *Cache) in AcpiDbGetCacheInfo() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.h | 209 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 40 Cache, global() enumerator
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 213 llvm::StringMap<const CachedFileSystemEntry *, llvm::BumpPtrAllocator> Cache; global() variable
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_quarantine.h | 74 typedef QuarantineCache<Callback> Cache; typedef
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 431 FileCache Cache; run() local
|