Searched refs:getCacheAssociativity (Results 1 – 8 of 8) sorted by relevance
245 virtual std::optional<unsigned> getCacheAssociativity(unsigned Level) const;
344 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
120 std::optional<unsigned> getCacheAssociativity(
142 std::optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
1038 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1739 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)2290 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function2291 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
473 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
704 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo705 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
667 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function669 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()674 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()