Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp281 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { getMaxVScale() function in RISCVTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h486 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } getMaxVScale() function
H A DTargetTransformInfo.h2568 std::optional<unsigned> getMaxVScale() const override { getMaxVScale() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h761 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } getMaxVScale() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp747 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { getMaxVScale() function in TargetTransformInfo
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2340 std::optional<unsigned> getMaxVScale(const Function &F, getMaxVScale() function