Searched refs:getMaxVScale (Results 1 – 7 of 7) sorted by relevance
122 std::optional<unsigned> getMaxVScale() const override;
332 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl335 return BaseT::getMaxVScale(); in getMaxVScale()
790 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo791 return TTIImpl->getMaxVScale(); in getMaxVScale()
1218 LLVM_ABI std::optional<unsigned> getMaxVScale() const;
590 virtual std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
2194 static std::optional<unsigned> getMaxVScale(const Function &F, in getMaxVScale() function2196 if (std::optional<unsigned> MaxVScale = TTI.getMaxVScale()) in getMaxVScale()2225 getMaxVScale(*Cost->TheFunction, Cost->TTI); in isIndvarOverflowCheckKnownFalse()3481 if (!Legal->isSafeForAnyVectorWidth() && !getMaxVScale(*TheFunction, TTI)) { in isScalableVectorizationAllowed()3502 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in getMaxLegalScalableVF()3716 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in computeMaxVF()
863 std::optional<unsigned> getMaxVScale() const override { return std::nullopt; } in getMaxVScale() function