Home
last modified time | relevance | path

Searched defs:getVScaleForTuning (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h153 std::optional<unsigned> getVScaleForTuning() const override { in getVScaleForTuning() function
H A DAArch64Subtarget.h437 unsigned getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp338 std::optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { in getVScaleForTuning() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h864 std::optional<unsigned> getVScaleForTuning() const override { in getVScaleForTuning() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h591 virtual std::optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp794 std::optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { in getVScaleForTuning() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1473 std::optional<unsigned> getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function in llvm::LoopVectorizationCostModel