OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeonVector
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
67
NeonVector
,
1081
return Kind == k_Register && Reg.Kind == RegKind::
NeonVector
;
1085
return Kind == k_Register && Reg.Kind == RegKind::
NeonVector
&&
1905
assert((Kind == RegKind::
NeonVector
|| Kind == RegKind::SVEDataVector ||
2203
case RegKind::
NeonVector
:
2338
return Kind == RegKind::
NeonVector
? RegNum : 0;
3238
tryParseVectorRegister(Reg, Kind, RegKind::
NeonVector
);
3242
const auto &KindRes = parseVectorKind(Kind, RegKind::
NeonVector
);
3248
AArch64Operand::CreateVectorReg(Reg, RegKind::
NeonVector
, ElementWidth,
3590
auto ParseRes = tryParseVectorList<RegKind::
NeonVector
>(Operands, true)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp
641
case VectorType::
NeonVector
:
701
case VectorType::
NeonVector
:
JSONNodeDumper.cpp
613
case VectorType::
NeonVector
:
TextNodeDumper.cpp
1419
case VectorType::
NeonVector
:
ItaniumMangle.cpp
3635
if ((T->getVectorKind() == VectorType::
NeonVector
||
3661
if ((T->getVectorKind() == VectorType::
NeonVector
||
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
7909
if (!VT || VT->getVectorKind() != VectorType::
NeonVector
) {
8121
VectorType::
NeonVector
);
SemaInit.cpp
1753
if (isBigEndian && (T->getVectorKind() == VectorType::
NeonVector
||
SemaExpr.cpp
13942
if (VT->getVectorKind() == VectorType::
NeonVector
)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
3239
NeonVector
,
Completed in 52 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026