Home
last modified time | relevance | path

Searched refs:getCacheSize (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h192 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize() function
196 if (C->getSize() > getCacheSize()) in put()
222 getMaxSize() >> 10, getCacheSize() >> 10); in getStats()
H A Dcombined.h1135 const bool BypassQuarantine = !Quarantine.getCacheSize() || in quarantineOrDeallocateChunk()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h239 virtual std::optional<unsigned> getCacheSize(unsigned Level) const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp339 std::optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { in getCacheSize() function in MCSubtargetInfo
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp199 EXPECT_EQ(Quarantine.getCacheSize(), MaxCacheSize); in TEST()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h118 std::optional<unsigned> getCacheSize(
H A DX86TargetTransformInfo.cpp112 std::optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1035 std::optional<unsigned> getCacheSize(CacheLevel Level) const;
1738 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
2286 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize() function
2287 return Impl.getCacheSize(Level); in getCacheSize()
H A DTargetTransformInfoImpl.h462 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp699 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize() function in TargetTransformInfo
700 return TTIImpl->getCacheSize(Level); in getCacheSize()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h661 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
663 getST()->getCacheSize(static_cast<unsigned>(Level))); in getCacheSize()