Searched refs:getCacheAssociativity (Results 1 – 8 of 8) sorted by relevance
255 virtual std::optional<unsigned> getCacheAssociativity(unsigned Level) const;
344 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
126 std::optional<unsigned> getCacheAssociativity(
142 std::optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
1181 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1934 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)2533 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function2534 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
502 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
770 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo771 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
701 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function703 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()708 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()