Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h193 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize() function
/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp349 std::optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { getCacheSize() function in MCSubtargetInfo
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h510 getCacheSize(TargetTransformInfo::CacheLevel Level) const { getCacheSize() function
H A DTargetTransformInfo.h2598 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { getCacheSize() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h708 getCacheSize(TargetTransformInfo::CacheLevel Level) const { getCacheSize() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp791 TargetTransformInfo::getCacheSize(CacheLevel Level) const { getCacheSize() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp113 std::optional<unsigned> X86TTIImpl::getCacheSize( getCacheSize() function in X86TTIImpl