Home
last modified time | relevance | path

Searched refs:CacheMap (Results 1 – 10 of 10) sorted by relevance

/external/xz-java/src/org/tukaani/xz/
DBasicArrayCache.java107 private static class CacheMap<T> class in BasicArrayCache
118 public CacheMap() { in CacheMap() method in BasicArrayCache.CacheMap
161 private final CacheMap<byte[]> byteArrayCache = new CacheMap<byte[]>();
166 private final CacheMap<int[]> intArrayCache = new CacheMap<int[]>();
172 private static <T> T getArray(CacheMap<T> cache, int size) { in getArray()
204 private static <T> void putArray(CacheMap<T> cache, T array, int size) { in putArray()
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp53 auto CacheIter = CacheMap.find(Offset); in readBytes()
54 if (CacheIter != CacheMap.end()) { in readBytes()
67 for (auto &CacheItem : CacheMap) { in readBytes()
111 if (CacheIter != CacheMap.end()) { in readBytes()
116 CacheMap.insert(std::make_pair(Offset, List)); in readBytes()
260 for (const auto &MapEntry : CacheMap) { in writeBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp98 auto CacheIter = CacheMap.find(Offset); in readBytes()
99 if (CacheIter != CacheMap.end()) { in readBytes()
112 for (auto &CacheItem : CacheMap) { in readBytes()
156 if (CacheIter != CacheMap.end()) { in readBytes()
161 CacheMap.insert(std::make_pair(Offset, List)); in readBytes()
273 void MappedBlockStream::invalidateCache() { CacheMap.shrink_and_clear(); } in invalidateCache()
281 for (const auto &MapEntry : CacheMap) { in fixCacheAfterWrite()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopRanges.h87 typedef DenseMap<const MachineLoop*, MachineLoopRange*> CacheMap; typedef
92 CacheMap Cache;
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp664 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute()
666 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()
667 CacheMap.erase(CacheIt); in compute()
685 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_()
686 if (CacheIt != CacheMap.end()) in compute_()
721 CacheMap[V] = Result; in compute_()
805 CacheMap[&PHI] = std::make_pair(SizePHI, OffsetPHI); in visitPHINode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp765 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute()
767 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()
768 CacheMap.erase(CacheIt); in compute()
789 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_()
790 if (CacheIt != CacheMap.end()) in compute_()
826 CacheMap[V] = Result; in compute_()
909 CacheMap[&PHI] = std::make_pair(SizePHI, OffsetPHI); in visitPHINode()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DMappedBlockStream.h62 mutable DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h105 DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap; variable
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h222 CacheMapTy CacheMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h266 CacheMapTy CacheMap; variable