Home
last modified time | relevance | path

Searched refs:getVScaleForTuning (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h134 Optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
135 return ST->getVScaleForTuning(); in getVScaleForTuning()
148 return VF.getKnownMinValue() * ST->getVScaleForTuning(); in getMaxNumElements()
H A DAArch64Subtarget.h354 unsigned getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp140 Optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { in getVScaleForTuning() function in RISCVTTIImpl
143 return BaseT::getVScaleForTuning(); in getVScaleForTuning()
H A DRISCVTargetTransformInfo.h65 Optional<unsigned> getVScaleForTuning() const;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h953 Optional<unsigned> getVScaleForTuning() const;
1674 virtual Optional<unsigned> getVScaleForTuning() const = 0;
2179 Optional<unsigned> getVScaleForTuning() const override { in getVScaleForTuning() function
2180 return Impl.getVScaleForTuning(); in getVScaleForTuning()
H A DTargetTransformInfoImpl.h425 Optional<unsigned> getVScaleForTuning() const { return None; } in getVScaleForTuning() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp643 Optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { in getVScaleForTuning() function in TargetTransformInfo
644 return TTIImpl->getVScaleForTuning(); in getVScaleForTuning()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1570 Optional<unsigned> getVScaleForTuning() const;
5211 Optional<unsigned> LoopVectorizationCostModel::getVScaleForTuning() const { in getVScaleForTuning() function in LoopVectorizationCostModel
5220 return TTI.getVScaleForTuning(); in getVScaleForTuning()
5247 if (Optional<unsigned> VScale = getVScaleForTuning()) { in isMoreProfitable()
5297 if (Optional<unsigned> VScale = getVScaleForTuning()) in selectVectorizationFactor()
5515 if (Optional<unsigned> VScale = getVScaleForTuning()) in selectEpilogueVectorizationFactor()
10230 !areRuntimeChecksProfitable(Checks, VF, CM.getVScaleForTuning(), L, in processLoop()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h696 Optional<unsigned> getVScaleForTuning() const { return None; } in getVScaleForTuning() function