Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h134 Optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
H A DAArch64Subtarget.h354 unsigned getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp140 Optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { in getVScaleForTuning() function in RISCVTTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h425 Optional<unsigned> getVScaleForTuning() const { return None; } in getVScaleForTuning() function
H A DTargetTransformInfo.h2179 Optional<unsigned> getVScaleForTuning() const override { in getVScaleForTuning() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h696 Optional<unsigned> getVScaleForTuning() const { return None; } in getVScaleForTuning() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp643 Optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { in getVScaleForTuning() function in TargetTransformInfo
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5211 Optional<unsigned> LoopVectorizationCostModel::getVScaleForTuning() const { in getVScaleForTuning() function in LoopVectorizationCostModel