Searched defs:getMaxVScale (Results 1 – 5 of 5) sorted by relevance
332 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl
863 std::optional<unsigned> getMaxVScale() const override { return std::nullopt; } in getMaxVScale() function
590 virtual std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
790 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo
2194 static std::optional<unsigned> getMaxVScale(const Function &F, in getMaxVScale() function