Searched refs:CacheLevel (Results 1 – 6 of 6) sorted by relevance
491 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()493 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()495 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()502 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()504 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()506 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
1168 enum class CacheLevel { enum1178 std::optional<unsigned> getCacheSize(CacheLevel Level) const;1181 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1933 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;1934 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)2529 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()2533 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
125 TargetTransformInfo::CacheLevel Level) const override;127 TargetTransformInfo::CacheLevel Level) const override;
113 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()115 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()126 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()143 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()154 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()156 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
765 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()770 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
695 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()701 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()