Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h192 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize() function
196 if (C->getSize() > getCacheSize()) in put()
222 getMaxSize() >> 10, getCacheSize() >> 10); in getStats()
H A Dcombined.h1075 const bool BypassQuarantine = !Quarantine.getCacheSize() || in quarantineOrDeallocateChunk()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h238 virtual Optional<unsigned> getCacheSize(unsigned Level) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp338 Optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { in getCacheSize() function in MCSubtargetInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h109 llvm::Optional<unsigned> getCacheSize(
H A DX86TargetTransformInfo.cpp68 llvm::Optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h949 Optional<unsigned> getCacheSize(CacheLevel Level) const;
1573 virtual Optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
2034 Optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize() function
2035 return Impl.getCacheSize(Level); in getCacheSize()
H A DTargetTransformInfoImpl.h415 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp622 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize() function in TargetTransformInfo
623 return TTIImpl->getCacheSize(Level); in getCacheSize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h606 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
608 getST()->getCacheSize(static_cast<unsigned>(Level))); in getCacheSize()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c130019 static const VdbeOpList getCacheSize[] = {
130034 sqlite3VdbeVerifyNoMallocRequired(v, ArraySize(getCacheSize));
130035 aOp = sqlite3VdbeAddOpList(v, ArraySize(getCacheSize), getCacheSize, iLn);