Home
last modified time | relevance | path

Searched defs:getCacheSize (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h192 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSubtargetInfo.cpp338 Optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { in getCacheSize() function in MCSubtargetInfo
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h448 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
H A DTargetTransformInfo.h2203 Optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h646 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp679 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize() function in TargetTransformInfo
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp69 llvm::Optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl