Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h139 std::optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
H A DAArch64Subtarget.h397 unsigned getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp308 std::optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { in getVScaleForTuning() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h489 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function
H A DTargetTransformInfo.h2596 std::optional<unsigned> getVScaleForTuning() const override { in getVScaleForTuning() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h762 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp755 std::optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { in getVScaleForTuning() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4282 getVScaleForTuning(const Loop *L, const TargetTransformInfo &TTI) { in getVScaleForTuning() function