Home
last modified time | relevance | path

Searched refs:getMaxVScale (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp134 Optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl
137 return BaseT::getMaxVScale(); in getMaxVScale()
H A DRISCVTargetTransformInfo.h64 Optional<unsigned> getMaxVScale() const;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h950 Optional<unsigned> getMaxVScale() const;
1673 virtual Optional<unsigned> getMaxVScale() const = 0;
2176 Optional<unsigned> getMaxVScale() const override { in getMaxVScale() function
2177 return Impl.getMaxVScale(); in getMaxVScale()
H A DTargetTransformInfoImpl.h424 Optional<unsigned> getMaxVScale() const { return None; } in getMaxVScale() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp639 Optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo
640 return TTIImpl->getMaxVScale(); in getMaxVScale()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h695 Optional<unsigned> getMaxVScale() const { return None; } in getMaxVScale() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4849 Optional<unsigned> MaxVScale = TTI.getMaxVScale(); in getMaxLegalScalableVF()