OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLegalElementTypeForSVE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h
209
bool
isLegalElementTypeForSVE
(Type *Ty) const {
234
return
isLegalElementTypeForSVE
(DataType->getScalarType());
249
return
isLegalElementTypeForSVE
(DataType->getScalarType());
AArch64TargetTransformInfo.cpp
1530
if (Ty->isBFloatTy() || !
isLegalElementTypeForSVE
(Ty))
Completed in 163 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026