Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.h78 bool enableScalableVectorization() const { return ST->hasVInstructions(); } in enableScalableVectorization() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h364 bool enableScalableVectorization() const { return ST->hasSVE(); } in enableScalableVectorization() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h851 bool enableScalableVectorization() const { return false; } in enableScalableVectorization() function
DTargetTransformInfo.h2577 bool enableScalableVectorization() const override { in enableScalableVectorization() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp1182 bool TargetTransformInfo::enableScalableVectorization() const { in enableScalableVectorization() function in TargetTransformInfo