Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp209 std::optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h714 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h439 std::optional<unsigned> getMaxVScale() const { return std::nullopt; } in getMaxVScale() function
H A DTargetTransformInfo.h2259 std::optional<unsigned> getMaxVScale() const override { in getMaxVScale() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp659 std::optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo