Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h130 std::optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
131 return ST->getVScaleForTuning(); in getVScaleForTuning()
144 return VF.getKnownMinValue() * ST->getVScaleForTuning(); in getMaxNumElements()
DAArch64Subtarget.h391 unsigned getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.h84 std::optional<unsigned> getVScaleForTuning() const;
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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
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()
DTargetTransformInfoImpl.h440 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp663 std::optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { in getVScaleForTuning() function in TargetTransformInfo
664 return TTIImpl->getVScaleForTuning(); in getVScaleForTuning()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h715 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function