Home
last modified time | relevance | path

Searched refs:NeonVector (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp67 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 DAArch64RegisterInfo.td531 = "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 DTypePrinter.cpp641 case VectorType::NeonVector: in printVectorBefore()
701 case VectorType::NeonVector: in printDependentVectorBefore()
H A DJSONNodeDumper.cpp613 case VectorType::NeonVector: in VisitVectorType()
H A DTextNodeDumper.cpp1419 case VectorType::NeonVector: in VisitVectorType()
H A DItaniumMangle.cpp3635 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 DSemaType.cpp7909 if (!VT || VT->getVectorKind() != VectorType::NeonVector) { in HandleArmMveStrictPolymorphismAttr()
8121 VectorType::NeonVector); in processTypeAttrs()
H A DSemaInit.cpp1753 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector || in CheckVectorType()
H A DSemaExpr.cpp13942 if (VT->getVectorKind() == VectorType::NeonVector) in needsConversionOfHalfVec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h3239 NeonVector,