Searched refs:NeonVector (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 67 NeonVector, enumerator 1081 return Kind == k_Register && Reg.Kind == RegKind::NeonVector; in isNeonVectorReg() 1085 return Kind == k_Register && Reg.Kind == RegKind::NeonVector && in isNeonVectorRegLo() 1905 assert((Kind == RegKind::NeonVector || Kind == RegKind::SVEDataVector || in CreateVectorReg() 2203 case RegKind::NeonVector: in parseVectorKind() 2338 return Kind == RegKind::NeonVector ? RegNum : 0; in matchRegisterNameAlias() 3238 tryParseVectorRegister(Reg, Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() 3242 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() 3248 AArch64Operand::CreateVectorReg(Reg, RegKind::NeonVector, ElementWidth, in tryParseNeonVectorRegister() 3590 auto ParseRes = tryParseVectorList<RegKind::NeonVector>(Operands, true); in parseNeonVectorList() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 531 = "isTypedVectorList<RegKind::NeonVector, " # count # ", " # lanes # ", " # eltsize # ">"; 543 let PredicateMethod = "isImplicitlyTypedVectorList<RegKind::NeonVector, " # count # ">"; 553 let PredicateMethod = "isImplicitlyTypedVectorList<RegKind::NeonVector, " # count # ">";
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | TypePrinter.cpp | 641 case VectorType::NeonVector: in printVectorBefore() 701 case VectorType::NeonVector: in printDependentVectorBefore()
|
H A D | JSONNodeDumper.cpp | 613 case VectorType::NeonVector: in VisitVectorType()
|
H A D | TextNodeDumper.cpp | 1419 case VectorType::NeonVector: in VisitVectorType()
|
H A D | ItaniumMangle.cpp | 3635 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType() 3661 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 7909 if (!VT || VT->getVectorKind() != VectorType::NeonVector) { in HandleArmMveStrictPolymorphismAttr() 8121 VectorType::NeonVector); in processTypeAttrs()
|
H A D | SemaInit.cpp | 1753 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector || in CheckVectorType()
|
H A D | SemaExpr.cpp | 13942 if (VT->getVectorKind() == VectorType::NeonVector) in needsConversionOfHalfVec()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Type.h | 3239 NeonVector,
|