Searched defs:supportsScalableVectors (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.h | 100 bool supportsScalableVectors() const { return ST->hasVInstructions(); } supportsScalableVectors() function |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.h | 376 bool supportsScalableVectors() const { supportsScalableVectors() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 943 bool supportsScalableVectors() const { return false; } supportsScalableVectors() function |
H A D | TargetTransformInfo.h | 2909 bool supportsScalableVectors() const override { supportsScalableVectors() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 1328 bool TargetTransformInfo::supportsScalableVectors() const { supportsScalableVectors() function in TargetTransformInfo |