Searched refs:CacheType (Results 1 – 12 of 12) sorted by relevance
33 struct CacheType : public llvm::SmallDenseMap<ThreadLocalCache<ValueT> *, struct35 ~CacheType() { in ~CacheType() argument63 CacheType &staticCache = getStaticCache(); in get() argument89 static CacheType &getStaticCache() { in getStaticCache()90 static LLVM_THREAD_LOCAL CacheType cache; in getStaticCache()
31 } CacheType; typedef35 CacheType cache_type;
35 } CacheType; typedef37 extern MagickExport CacheType
157 CacheType
64 CacheType
1810 MagickExport CacheType GetImagePixelCacheType(const Image *image) in GetImagePixelCacheType()
1455 template <VulkanCacheType CacheType>1462 accum->accumulateCacheStats(CacheType, mCacheStats);1716 template <typename Key, VulkanCacheType CacheType>1717 class DescriptorSetCache final : public HasCacheStats<CacheType>
3920 template <typename Key, VulkanCacheType CacheType>3921 void DescriptorSetCache<Key, CacheType>::destroy(RendererVk *rendererVk) in destroy()
324 static Node* GetCacheTypeString(CacheType cache_type) { in GetCacheTypeString()
270 enum CacheType enum305 CacheType cacheType;
96 using CacheType = typedef in tensorflow::tensorrt::TRTEngineOp
1145 CacheType cache_type = ExtractBitRange(leaf.eax, 4, 0); in ParseLeaf4()