Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp70 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 DTypePrinter.cpp656 case VectorType::NeonVector: in printVectorBefore()
716 case VectorType::NeonVector: in printDependentVectorBefore()
H A DJSONNodeDumper.cpp653 case VectorType::NeonVector: in VisitVectorType()
H A DTextNodeDumper.cpp1486 case VectorType::NeonVector: in VisitVectorType()
H A DItaniumMangle.cpp3719 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 DAArch64RegisterInfo.td544 = "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 DSemaType.cpp8200 if (!VT || VT->getVectorKind() != VectorType::NeonVector) { in HandleArmMveStrictPolymorphismAttr()
8442 VectorType::NeonVector); in processTypeAttrs()
H A DSemaInit.cpp1767 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector || in CheckVectorType()
H A DSemaExpr.cpp15093 if (VT->getVectorKind() == VectorType::NeonVector) in needsConversionOfHalfVec()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h3379 NeonVector,