Home
last modified time | relevance | path

Searched defs:enableScalableVectorization (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h83 bool enableScalableVectorization() const { return ST->hasVInstructions(); } in enableScalableVectorization() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h378 bool enableScalableVectorization() const { return ST->hasSVE(); } in enableScalableVectorization() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h911 bool enableScalableVectorization() const { return false; } in enableScalableVectorization() function
H A DTargetTransformInfo.h2834 bool enableScalableVectorization() const override { in enableScalableVectorization() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1281 bool TargetTransformInfo::enableScalableVectorization() const { in enableScalableVectorization() function in TargetTransformInfo