Searched refs:getCacheAssociativity (Results 1 – 8 of 8) sorted by relevance
286 virtual std::optional<unsigned> getCacheAssociativity(unsigned Level) const;
379 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
127 std::optional<unsigned> getCacheAssociativity(
143 std::optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
839 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo840 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
815 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const override { in getCacheAssociativity() function817 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()822 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()
1282 getCacheAssociativity(CacheLevel Level) const;
631 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function