Home
last modified time | relevance | path

Searched refs:getMaxVScale (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h108 std::optional<unsigned> getMaxVScale() const;
H A DRISCVTargetTransformInfo.cpp302 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl
305 return BaseT::getMaxVScale(); in getMaxVScale()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1153 std::optional<unsigned> getMaxVScale() const;
1989 virtual std::optional<unsigned> getMaxVScale() const = 0;
2593 std::optional<unsigned> getMaxVScale() const override { in getMaxVScale() function
2594 return Impl.getMaxVScale(); in getMaxVScale()
H A DTargetTransformInfoImpl.h488 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp751 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo
752 return TTIImpl->getMaxVScale(); in getMaxVScale()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2295 std::optional<unsigned> getMaxVScale(const Function &F, in getMaxVScale() function
2297 if (std::optional<unsigned> MaxVScale = TTI.getMaxVScale()) in getMaxVScale()
2327 getMaxVScale(*Cost->TheFunction, Cost->TTI); in isIndvarOverflowCheckKnownFalse()
3859 if (!Legal->isSafeForAnyVectorWidth() && !getMaxVScale(*TheFunction, TTI)) { in isScalableVectorizationAllowed()
3880 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in getMaxLegalScalableVF()
4084 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in computeMaxVF()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h761 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function