Searched refs:NeonVector (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 69 NeonVector, enumerator 1148 return Kind == k_Register && Reg.Kind == RegKind::NeonVector; in isNeonVectorReg() 1152 return Kind == k_Register && Reg.Kind == RegKind::NeonVector && in isNeonVectorRegLo() 2004 assert((Kind == RegKind::NeonVector || Kind == RegKind::SVEDataVector || in CreateVectorReg() 2380 case RegKind::NeonVector: in parseVectorKind() 2635 return Kind == RegKind::NeonVector ? RegNum : 0; in matchRegisterNameAlias() 3632 tryParseVectorRegister(Reg, Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() 3636 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() 4095 auto ParseRes = tryParseVectorList<RegKind::NeonVector>(Operands, true); in parseNeonVectorList() 6447 RegisterKind = RegKind::NeonVector; in parseDirectiveReq() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 539 = "isTypedVectorList<RegKind::NeonVector, " # count # ", " # lanes # ", " # eltsize # ">"; 551 let PredicateMethod = "isImplicitlyTypedVectorList<RegKind::NeonVector, " # count # ">"; 561 let PredicateMethod = "isImplicitlyTypedVectorList<RegKind::NeonVector, " # count # ">";
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 660 case VectorType::NeonVector: in printVectorBefore() 720 case VectorType::NeonVector: in printDependentVectorBefore()
|
| H A D | JSONNodeDumper.cpp | 644 case VectorType::NeonVector: in VisitVectorType()
|
| H A D | TextNodeDumper.cpp | 1486 case VectorType::NeonVector: in VisitVectorType()
|
| H A D | ItaniumMangle.cpp | 3722 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType() 3748 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8099 if (!VT || VT->getVectorKind() != VectorType::NeonVector) { in HandleArmMveStrictPolymorphismAttr() 8340 VectorType::NeonVector); in processTypeAttrs()
|
| H A D | SemaInit.cpp | 1753 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector || in CheckVectorType()
|
| H A D | SemaExpr.cpp | 14814 if (VT->getVectorKind() == VectorType::NeonVector) in needsConversionOfHalfVec()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Type.h | 3317 NeonVector,
|