Searched refs:CacheLevel (Results 1 – 6 of 6) sorted by relevance
462 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()464 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()466 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()473 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()475 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()477 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
1025 enum class CacheLevel { enum1035 std::optional<unsigned> getCacheSize(CacheLevel Level) const;1038 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1738 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;1739 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)2286 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()2290 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
119 TargetTransformInfo::CacheLevel Level) const override;121 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()
699 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()704 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
661 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()667 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()