Searched refs:getMaxVScale (Results 1 – 7 of 7) sorted by relevance
83 std::optional<unsigned> getMaxVScale() const;
209 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl212 return BaseT::getMaxVScale(); in getMaxVScale()
979 std::optional<unsigned> getMaxVScale() const;1726 virtual std::optional<unsigned> getMaxVScale() const = 0;2259 std::optional<unsigned> getMaxVScale() const override { in getMaxVScale() function2260 return Impl.getMaxVScale(); in getMaxVScale()
439 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
659 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo660 return TTIImpl->getMaxVScale(); in getMaxVScale()
714 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
4909 std::optional<unsigned> MaxVScale = TTI.getMaxVScale(); in getMaxLegalScalableVF()