Searched refs:Cache (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c76 ACPI_MEMORY_LIST *Cache; local
89 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
90 if (!Cache)
97 ACPI_MEMSET (Cache, 0, sizeof (ACPI_MEMORY_LIST));
98 Cache->ListName = CacheName;
99 Cache->ObjectSize = ObjectSize;
100 Cache->MaxDepth = MaxDepth;
102 *ReturnCache = Cache;
111 * PARAMETERS: Cache - Handle to cache object
121 ACPI_MEMORY_LIST *Cache)
120 AcpiOsPurgeCache( ACPI_MEMORY_LIST *Cache) argument
173 AcpiOsDeleteCache( ACPI_MEMORY_LIST *Cache) argument
212 AcpiOsReleaseObject( ACPI_MEMORY_LIST *Cache, void *Object) argument
277 AcpiOsAcquireObject( ACPI_MEMORY_LIST *Cache) argument
[all...]
H A Duttrack.c109 ACPI_MEMORY_LIST *Cache; local
112 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
113 if (!Cache)
118 ACPI_MEMSET (Cache, 0, sizeof (ACPI_MEMORY_LIST));
120 Cache->ListName = ListName;
121 Cache->ObjectSize = ObjectSize;
123 *ReturnCache = Cache;
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DLeaksContext.h33 Cache(0), Name(name) { }
36 Cache = 0;
51 if (Cache) {
52 assert(Cache != o && "Object already in set!");
53 Ts.insert(Cache);
55 Cache = o;
59 if (o == Cache)
60 Cache = 0; // Cache hit
66 addGarbage(0); // Flush the Cache
88 const T* Cache; member in struct:llvm::LeakDetectorImpl
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp605 static void AssertSorted(MemoryDependenceAnalysis::NonLocalDepInfo &Cache, argument
607 if (Count == -1) Count = Cache.size();
611 assert(!(Cache[i] < Cache[i-1]) && "Cache isn't sorted!");
632 NonLocalDepInfo &Cache = CacheP.first; local
640 if (!Cache.empty()) {
645 return Cache;
650 for (NonLocalDepInfo::iterator I = Cache.begin(), E = Cache
794 GetNonLocalInfoForBlock(const AliasAnalysis::Location &Loc, bool isLoad, BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) argument
863 SortNonLocalDepInfoCache(MemoryDependenceAnalysis::NonLocalDepInfo &Cache, unsigned NumSortedEntries) argument
973 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileSystemStatCache.h53 bool isFile, int *FileDescriptor, FileSystemStatCache *Cache);
58 void setNextStatCache(FileSystemStatCache *Cache) { argument
59 NextStatCache.reset(Cache);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp44 FileSystemStatCache *Cache) {
49 if (Cache)
50 R = Cache->getStat(Path, StatBuf, isFile, FileDescriptor);
119 // Cache file 'stat' results and directories with absolutely paths.
42 get(const char *Path, struct stat &StatBuf, bool isFile, int *FileDescriptor, FileSystemStatCache *Cache) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h222 * Memory/Object Cache
233 ACPI_CACHE_T *Cache);
237 ACPI_CACHE_T *Cache);
241 ACPI_CACHE_T *Cache);
245 ACPI_CACHE_T *Cache,
H A Dacdebug.h346 ACPI_MEMORY_LIST *Cache);
H A Dacobject.h530 ACPI_OBJECT_CACHE_LIST Cache; member in union:acpi_operand_object
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DSourceMgr.cpp43 if (LineNoCacheTy *Cache = getCache(LineNoCache))
44 delete Cache;
105 if (LineNoCacheTy *Cache = getCache(LineNoCache))
106 if (Cache->LastQueryBufferID == BufferID &&
107 Cache->LastQuery <= Loc.getPointer()) {
108 Ptr = Cache->LastQuery;
109 LineNo = Cache->LineNoOfQuery;
122 LineNoCacheTy &Cache = *getCache(LineNoCache); local
123 Cache.LastQueryBufferID = BufferID;
124 Cache
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.h44 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions
192 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { argument
197 setEntry(Cache.get(PhysReg));
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableList.h144 CacheTy Cache; member in class:llvm::ImmutableListFactory
173 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos);
182 Cache.InsertNode(L, InsertPos);
H A DImmutableSet.h349 factory->Cache[factory->maskCacheIndex(computeDigest())] = next;
372 CacheTy Cache; member in class:llvm::ImutAVLFactory
618 TreeTy *&entry = Cache[maskCacheIndex(digest)];
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h89 Byte Cache; member in struct:__anon1550
H A Darchive_ppmd7.c975 p->Cache = 0;
983 Byte temp = p->Cache;
990 p->Cache = (Byte)((UInt32)p->Low >> 24);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c278 ACPI_MEMORY_LIST *Cache)
281 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth);
277 AcpiDbGetCacheInfo( ACPI_MEMORY_LIST *Cache) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2093 typedef TypePropertyCache<Private> Cache; typedef
2140 return Cache::get(cast<ComplexType>(T)->getElementType());
2142 return Cache::get(cast<PointerType>(T)->getPointeeType());
2144 return Cache::get(cast<BlockPointerType>(T)->getPointeeType());
2147 return Cache::get(cast<ReferenceType>(T)->getPointeeType());
2150 return merge(Cache::get(MPT->getClass()),
2151 Cache::get(MPT->getPointeeType()));
2156 return Cache::get(cast<ArrayType>(T)->getElementType());
2159 return Cache::get(cast<VectorType>(T)->getElementType());
2161 return Cache
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPTHLexer.cpp671 CacheTy Cache; member in class:__anon3144::PTHStatCache
675 Cache(FL.getNumBuckets(), FL.getNumEntries(), FL.getBuckets(),
683 CacheTy::iterator I = Cache.find(Path);
686 if (I == Cache.end())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp477 RecordCompleteMap::iterator Cache = MNCComplete.find(RD); local
478 if (Cache != MNCComplete.end())
479 return Cache->second;
514 RecordCompleteMap::iterator Cache = RecordsComplete.find(RD); local
515 if (Cache != RecordsComplete.end())
516 return Cache->second;
/freebsd-10.0-release/tools/tools/shlib-compat/
H A Dshlib-compat.py100 class Cache(object): class in inherits:object
120 self.stats = Cache.CacheStats()
470 cmpcache = Cache(enabled=Config.cmpcache_enabled)
773 tagcache_stats = Cache.CacheStats()
777 self.cache = Cache(enabled=Config.dwarfcache_enabled,
779 self.incomplete = Cache()
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h432 NonLocalDepInfo *Cache,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h930 SmallVector<void *, 8> Cache; member in class:clang::ento::CallEventManager
933 Cache.push_back(const_cast<void *>(Memory));
938 if (Cache.empty())
941 return Cache.pop_back_val();
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc57 // Cache uses instructions dcbf and icbi, both of which are treated by
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp845 GlobalVariable *Cache = local
864 Value *CachedVal = new LoadInst(Cache, "fpcache", EntryBB);
882 new StoreInst(CastedResolver, Cache, LookupBB);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h61 /// TypeCache - Cache of previously constructed Types.
64 /// ObjCInterfaceCache - Cache of previously constructed interfaces
72 /// CompleteTypeCache - Cache of previously constructed complete RecordTypes.
75 /// ReplaceMap - Cache of forward declared types to RAUW at the end of
139 llvm::DIType getOrCreateStructPtrType(StringRef Name, llvm::DIType &Cache);

Completed in 317 milliseconds

12