Searched refs:getMaxVScale (Results 1 – 7 of 7) sorted by relevance
89 std::optional<unsigned> getMaxVScale() const;
258 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl261 return BaseT::getMaxVScale(); in getMaxVScale()
1119 std::optional<unsigned> getMaxVScale() const;1920 virtual std::optional<unsigned> getMaxVScale() const = 0;2499 std::optional<unsigned> getMaxVScale() const override { in getMaxVScale() function2500 return Impl.getMaxVScale(); in getMaxVScale()
467 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
721 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo722 return TTIImpl->getMaxVScale(); in getMaxVScale()
2420 std::optional<unsigned> getMaxVScale(const Function &F, in getMaxVScale() function2422 if (std::optional<unsigned> MaxVScale = TTI.getMaxVScale()) in getMaxVScale()2452 getMaxVScale(*Cost->TheFunction, Cost->TTI); in isIndvarOverflowCheckKnownFalse()4504 if (std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI)) in getMaxLegalScalableVF()4709 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in computeMaxVF()
748 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function