Searched refs:getCacheAssociativity (Results 1 – 8 of 8) sorted by relevance
283 virtual std::optional<unsigned> getCacheAssociativity(unsigned Level) const;
354 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
1215 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;2003 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)2627 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function2628 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
523 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
800 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo801 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
714 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function716 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()721 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()