Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h193 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize() function
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp339 std::optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { getCacheSize() function in MCSubtargetInfo
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h695 getCacheSize(TargetTransformInfo::CacheLevel Level) const { getCacheSize() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h491 getCacheSize(TargetTransformInfo::CacheLevel Level) const { getCacheSize() function
H A DTargetTransformInfo.h2529 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { getCacheSize() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp765 TargetTransformInfo::getCacheSize(CacheLevel Level) const { getCacheSize() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp112 std::optional<unsigned> X86TTIImpl::getCacheSize( getCacheSize() function in X86TTIImpl