| /freebsd-12.1/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() 280 ACPI_MEMORY_LIST *Cache) in AcpiOsDeleteCache() 319 ACPI_MEMORY_LIST *Cache, in AcpiOsReleaseObject() 384 ACPI_MEMORY_LIST *Cache) in AcpiOsAcquireObject()
|
| H A D | uttrack.c | 215 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcache.c | 182 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.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator_combined.h | 34 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()
|
| H A D | scudo_tsd.h | 27 AllocatorCacheT Cache; in ALIGNED() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 111 SymbolCache Cache; variable
|
| H A D | SymbolCache.h | 37 std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | CFLAndersAliasAnalysis.h | 84 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
|
| H A D | CFLSteensAliasAnalysis.h | 100 DenseMap<Function *, Optional<FunctionInfo>> Cache; variable
|
| H A D | ObjCARCAnalysisUtils.h | 93 DenseMap<const Value *, WeakTrackingVH> &Cache) { in GetUnderlyingObjCPtrCached()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/ |
| H A D | PtrState.cpp | 178 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp() 348 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | FileSystemStatCache.cpp | 48 FileSystemStatCache *Cache, in get()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 208 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef 246 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | LTO.cpp | 117 lto::NativeObjectCache Cache; in compile() local
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTO.cpp | 812 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run() 958 NativeObjectCache Cache; member in __anon8bc40c420a11::InProcessThinBackend 970 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend() 983 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread() 1067 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend() 1157 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend() 1164 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache) { in runThinLTO()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 771 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted() 786 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local 975 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) { in GetNonLocalInfoForBlock() 1043 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache() 1164 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dense_alloc.h | 39 typedef DenseSlabAllocCache Cache; typedef
|
| H A D | tsan_clock.h | 127 typedef DenseSlabAllocCache Cache; typedef
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 85 DenseMap<const MDNode *, MDNode *> &Cache, in appendInlinedAt() argument
|
| H A D | Value.cpp | 364 static bool contains(SmallPtrSetImpl<ConstantExpr *> &Cache, ConstantExpr *Expr, in contains() 393 SmallPtrSet<ConstantExpr *, 4> Cache; in contains() local
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | LTO.cpp | 233 lto::NativeObjectCache Cache; in compile() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ImmutableList.h | 154 CacheTy Cache; variable
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.h | 213 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 424 ACPI_MEMORY_LIST *Cache) in AcpiDbGetCacheInfo()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 313 NativeObjectCache Cache; in run() local
|