Searched refs:getCacheSize (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h195 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } function in class:scudo::GlobalQuarantine
199 if (C->getSize() > getCacheSize())
225 getMaxSize() >> 10, getCacheSize() >> 10);
H A Dcombined.h645 const bool BypassQuarantine = !Quarantine.getCacheSize() | !Size |
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h231 virtual Optional<unsigned> getCacheSize(unsigned Level) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h109 llvm::Optional<unsigned> getCacheSize(
H A DX86TargetTransformInfo.cpp68 llvm::Optional<unsigned> X86TTIImpl::getCacheSize( function in class:X86TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp319 Optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { function in class:MCSubtargetInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h860 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const;
1295 virtual llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
1678 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const override {
1679 return Impl.getCacheSize(Level);
H A DTargetTransformInfoImpl.h404 llvm::Optional<unsigned> getCacheSize(TargetTransformInfo::CacheLevel Level) const { function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp519 llvm::Optional<unsigned> TargetTransformInfo::getCacheSize(CacheLevel Level) function in class:TargetTransformInfo
521 return TTIImpl->getCacheSize(Level);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h528 getCacheSize(TargetTransformInfo::CacheLevel Level) const { function in class:llvm::BasicTTIImplBase
530 getST()->getCacheSize(static_cast<unsigned>(Level)));
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c90326 static const VdbeOpList getCacheSize[] = { local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c128052 static const VdbeOpList getCacheSize[] = { local
[all...]

Completed in 826 milliseconds