Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h130 std::optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
H A DAArch64Subtarget.h392 unsigned getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp215 std::optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { in getVScaleForTuning() function in RISCVTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h715 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h440 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function
H A DTargetTransformInfo.h2262 std::optional<unsigned> getVScaleForTuning() const override { in getVScaleForTuning() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp663 std::optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { in getVScaleForTuning() function in TargetTransformInfo
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5276 std::optional<unsigned> LoopVectorizationCostModel::getVScaleForTuning() const { in getVScaleForTuning() function in LoopVectorizationCostModel