Searched refs:CacheLevel (Results 1 – 6 of 6) sorted by relevance
512 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()514 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()516 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()523 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()525 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()527 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
1202 enum class CacheLevel { enum1212 std::optional<unsigned> getCacheSize(CacheLevel Level) const;1215 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;2002 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;2003 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)2623 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()2627 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
126 TargetTransformInfo::CacheLevel Level) const override;128 TargetTransformInfo::CacheLevel Level) const override;
114 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()116 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()127 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()144 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()155 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()157 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
795 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()800 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
708 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()714 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()