Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp119 Optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl
130 return BaseT::getMaxVScale(); in getMaxVScale()
H A DRISCVTargetTransformInfo.h58 Optional<unsigned> getMaxVScale() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h128 Optional<unsigned> getMaxVScale() const { in getMaxVScale() function
131 return BaseT::getMaxVScale(); in getMaxVScale()
141 Optional<unsigned> MaxNumVScale = getMaxVScale(); in getMaxNumElements()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h908 Optional<unsigned> getMaxVScale() const;
1565 virtual Optional<unsigned> getMaxVScale() const = 0;
2015 Optional<unsigned> getMaxVScale() const override { in getMaxVScale() function
2016 return Impl.getMaxVScale(); in getMaxVScale()
H A DTargetTransformInfoImpl.h396 Optional<unsigned> getMaxVScale() const { return None; } in getMaxVScale() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp593 Optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo
594 return TTIImpl->getMaxVScale(); in getMaxVScale()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h655 Optional<unsigned> getMaxVScale() const { return None; } in getMaxVScale() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5631 Optional<unsigned> MaxVScale = TTI.getMaxVScale(); in getMaxLegalScalableVF()