Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp258 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { getMaxVScale() function in RISCVTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h748 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } getMaxVScale() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h467 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } getMaxVScale() function
H A DTargetTransformInfo.h2499 std::optional<unsigned> getMaxVScale() const override { getMaxVScale() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp721 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { getMaxVScale() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2420 std::optional<unsigned> getMaxVScale(const Function &F, getMaxVScale() function