Home
last modified time | relevance | path

Searched defs:getMaxVScale (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp332 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h863 std::optional<unsigned> getMaxVScale() const override { return std::nullopt; } in getMaxVScale() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h590 virtual std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp790 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2194 static std::optional<unsigned> getMaxVScale(const Function &F, in getMaxVScale() function