Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h130 std::optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
131 return ST->getVScaleForTuning(); in getVScaleForTuning()
144 return VF.getKnownMinValue() * ST->getVScaleForTuning(); in getMaxNumElements()
H A DAArch64Subtarget.h392 unsigned getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h84 std::optional<unsigned> getVScaleForTuning() const;
H A DRISCVTargetTransformInfo.cpp215 std::optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { in getVScaleForTuning() function in RISCVTTIImpl
220 return BaseT::getVScaleForTuning(); in getVScaleForTuning()
994 const unsigned VectorBits = *getVScaleForTuning() * RISCV::RVVBitsPerBlock; in getEstimatedVLFor()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h982 std::optional<unsigned> getVScaleForTuning() const;
1727 virtual std::optional<unsigned> getVScaleForTuning() const = 0;
2262 std::optional<unsigned> getVScaleForTuning() const override { in getVScaleForTuning() function
2263 return Impl.getVScaleForTuning(); in getVScaleForTuning()
H A DTargetTransformInfoImpl.h440 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp663 std::optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { in getVScaleForTuning() function in TargetTransformInfo
664 return TTIImpl->getVScaleForTuning(); in getVScaleForTuning()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1602 std::optional<unsigned> getVScaleForTuning() const;
5276 std::optional<unsigned> LoopVectorizationCostModel::getVScaleForTuning() const { in getVScaleForTuning() function in LoopVectorizationCostModel
5285 return TTI.getVScaleForTuning(); in getVScaleForTuning()
5312 if (std::optional<unsigned> VScale = getVScaleForTuning()) { in isMoreProfitable()
5362 if (std::optional<unsigned> VScale = getVScaleForTuning()) in selectVectorizationFactor()
5577 if (std::optional<unsigned> VScale = getVScaleForTuning()) in selectEpilogueVectorizationFactor()
10350 !areRuntimeChecksProfitable(Checks, VF, CM.getVScaleForTuning(), L, in processLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h715 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function