Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h139 std::optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
H A DAArch64Subtarget.h430 unsigned getVScaleForTuning() const { return VScaleForTuning; } getVScaleForTuning() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp264 std::optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { getVScaleForTuning() function in RISCVTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h749 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } getVScaleForTuning() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h468 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } getVScaleForTuning() function
H A DTargetTransformInfo.h2502 std::optional<unsigned> getVScaleForTuning() const override { getVScaleForTuning() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp725 std::optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { getVScaleForTuning() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4896 getVScaleForTuning(const Loop *L, const TargetTransformInfo &TTI) { getVScaleForTuning() function