Home
last modified time | relevance | path

Searched refs:getCacheSize (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h193 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize() function
203 if (C->getSize() > getCacheSize()) in put()
233 getMaxSize() >> 10, getCacheSize() >> 10); in getStats()
H A Dcombined.h1112 const bool BypassQuarantine = !Quarantine.getCacheSize() || in quarantineOrDeallocateChunk()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h249 virtual std::optional<unsigned> getCacheSize(unsigned Level) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp339 std::optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { in getCacheSize() function in MCSubtargetInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h124 std::optional<unsigned> getCacheSize(
H A DX86TargetTransformInfo.cpp112 std::optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1178 std::optional<unsigned> getCacheSize(CacheLevel Level) const;
1933 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
2529 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize() function
2530 return Impl.getCacheSize(Level); in getCacheSize()
H A DTargetTransformInfoImpl.h491 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp765 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize() function in TargetTransformInfo
766 return TTIImpl->getCacheSize(Level); in getCacheSize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h695 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
697 getST()->getCacheSize(static_cast<unsigned>(Level))); in getCacheSize()
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c139263 static const VdbeOpList getCacheSize[] = {
139278 sqlite3VdbeVerifyNoMallocRequired(v, ArraySize(getCacheSize));
139279 aOp = sqlite3VdbeAddOpList(v, ArraySize(getCacheSize), getCacheSize, iLn);