OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supportsScalableVectors
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.h
57
bool
supportsScalableVectors
() const { return ST->hasStdExtV(); }
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h
293
bool
supportsScalableVectors
() const { return ST->hasSVE(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
749
bool
supportsScalableVectors
() const { return false; }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
1042
bool TargetTransformInfo::
supportsScalableVectors
() const {
1043
return TTIImpl->
supportsScalableVectors
();
Completed in 48 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026