Searched refs:getCacheSize (Results 1 – 11 of 11) sorted by relevance
193 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize() function203 if (C->getSize() > getCacheSize()) in put()233 getMaxSize() >> 10, getCacheSize() >> 10); in getStats()
1244 const bool BypassQuarantine = !Quarantine.getCacheSize() || in quarantineOrDeallocateChunk()
277 virtual std::optional<unsigned> getCacheSize(unsigned Level) const;
349 std::optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { in getCacheSize() function in MCSubtargetInfo
125 std::optional<unsigned> getCacheSize(
113 std::optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl
1212 std::optional<unsigned> getCacheSize(CacheLevel Level) const;2002 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;2623 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize() function2624 return Impl.getCacheSize(Level); in getCacheSize()
512 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
795 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize() function in TargetTransformInfo796 return TTIImpl->getCacheSize(Level); in getCacheSize()
708 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function710 getST()->getCacheSize(static_cast<unsigned>(Level))); in getCacheSize()
141207 static const VdbeOpList getCacheSize[] = {141222 sqlite3VdbeVerifyNoMallocRequired(v, ArraySize(getCacheSize));141223 aOp = sqlite3VdbeAddOpList(v, ArraySize(getCacheSize), getCacheSize, iLn);