Searched defs:getMaxVScale (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.cpp | 281 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { getMaxVScale() function in RISCVTTIImpl |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 486 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } getMaxVScale() function |
H A D | TargetTransformInfo.h | 2568 std::optional<unsigned> getMaxVScale() const override { getMaxVScale() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 761 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } getMaxVScale() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 747 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { getMaxVScale() function in TargetTransformInfo |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 2340 std::optional<unsigned> getMaxVScale(const Function &F, getMaxVScale() function |