Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h193 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp374 std::optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { in getCacheSize() function in MCSubtargetInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h809 getCacheSize(TargetTransformInfo::CacheLevel Level) const override { in getCacheSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h620 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp834 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp113 std::optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl
/freebsd/contrib/sqlite3/
H A Dsqlite3.c145123 static const VdbeOpList getCacheSize[] = { local