Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h100 bool supportsScalableVectors() const { return ST->hasVInstructions(); } supportsScalableVectors() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h376 bool supportsScalableVectors() const { supportsScalableVectors() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h943 bool supportsScalableVectors() const { return false; } supportsScalableVectors() function
H A DTargetTransformInfo.h2909 bool supportsScalableVectors() const override { supportsScalableVectors() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1328 bool TargetTransformInfo::supportsScalableVectors() const { supportsScalableVectors() function in TargetTransformInfo