Home
last modified time | relevance | path

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

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