Searched refs:NeonVector (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 70 NeonVector, enumerator 1214 return Kind == k_Register && Reg.Kind == RegKind::NeonVector; in isNeonVectorReg() 1218 return Kind == k_Register && Reg.Kind == RegKind::NeonVector && in isNeonVectorRegLo() 2193 assert((Kind == RegKind::NeonVector || Kind == RegKind::SVEDataVector || in CreateVectorReg() 2588 case RegKind::NeonVector: in parseVectorKind() 2868 return Kind == RegKind::NeonVector ? RegNum : 0; in matchRegisterNameAlias() 2907 case RegKind::NeonVector: in getNumRegsForRegKind() 4088 tryParseVectorRegister(Reg, Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() 4092 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() 4098 AArch64Operand::CreateVectorReg(Reg, RegKind::NeonVector, ElementWidth, in tryParseNeonVectorRegister() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 656 case VectorType::NeonVector: in printVectorBefore() 716 case VectorType::NeonVector: in printDependentVectorBefore()
|
| H A D | JSONNodeDumper.cpp | 653 case VectorType::NeonVector: in VisitVectorType()
|
| H A D | TextNodeDumper.cpp | 1486 case VectorType::NeonVector: in VisitVectorType()
|
| H A D | ItaniumMangle.cpp | 3719 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType() 3745 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 544 = "isTypedVectorList<RegKind::NeonVector, " # count # ", " # lanes # ", " # eltsize # ">"; 556 let PredicateMethod = "isImplicitlyTypedVectorList<RegKind::NeonVector, " # count # ">"; 566 let PredicateMethod = "isImplicitlyTypedVectorList<RegKind::NeonVector, " # count # ">";
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8200 if (!VT || VT->getVectorKind() != VectorType::NeonVector) { in HandleArmMveStrictPolymorphismAttr() 8442 VectorType::NeonVector); in processTypeAttrs()
|
| H A D | SemaInit.cpp | 1767 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector || in CheckVectorType()
|
| H A D | SemaExpr.cpp | 15093 if (VT->getVectorKind() == VectorType::NeonVector) in needsConversionOfHalfVec()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Type.h | 3379 NeonVector,
|