Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h100 bool supportsScalableVectors() const { return ST->hasVInstructions(); } in supportsScalableVectors() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h380 bool supportsScalableVectors() const { in supportsScalableVectors() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h952 bool supportsScalableVectors() const { return false; } in supportsScalableVectors() function
H A DTargetTransformInfo.h2942 bool supportsScalableVectors() const override { in supportsScalableVectors() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1342 bool TargetTransformInfo::supportsScalableVectors() const { in supportsScalableVectors() function in TargetTransformInfo