Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h139 std::optional<unsigned> getVScaleForTuning() const { getVScaleForTuning() function
H A DAArch64Subtarget.h394 unsigned getVScaleForTuning() const { return VScaleForTuning; } getVScaleForTuning() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp287 std::optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { getVScaleForTuning() function in RISCVTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h487 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } getVScaleForTuning() function
H A DTargetTransformInfo.h2571 std::optional<unsigned> getVScaleForTuning() const override { getVScaleForTuning() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h762 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } getVScaleForTuning() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp751 std::optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { getVScaleForTuning() function in TargetTransformInfo
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4654 getVScaleForTuning(const Loop *L, const TargetTransformInfo &TTI) { getVScaleForTuning() function