Searched refs:NeonVector (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 68 NeonVector, enumerator 1150 return Kind == k_Register && Reg.Kind == RegKind::NeonVector; in isNeonVectorReg() 1154 return Kind == k_Register && Reg.Kind == RegKind::NeonVector && in isNeonVectorRegLo() 2006 assert((Kind == RegKind::NeonVector || Kind == RegKind::SVEDataVector || in CreateVectorReg() 2382 case RegKind::NeonVector: in parseVectorKind() 2637 return Kind == RegKind::NeonVector ? RegNum : 0; in matchRegisterNameAlias() 3625 tryParseVectorRegister(Reg, Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() 3629 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() 4096 auto ParseRes = tryParseVectorList<RegKind::NeonVector>(Operands, true); in parseNeonVectorList() 6277 RegisterKind = RegKind::NeonVector; in parseDirectiveReq() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 # ">";
|
| /freebsd-13.1/contrib/llvm-project/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 | 644 case VectorType::NeonVector: in VisitVectorType()
|
| H A D | TextNodeDumper.cpp | 1471 case VectorType::NeonVector: in VisitVectorType()
|
| H A D | ItaniumMangle.cpp | 3645 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType() 3671 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7944 if (!VT || VT->getVectorKind() != VectorType::NeonVector) { in HandleArmMveStrictPolymorphismAttr() 8156 VectorType::NeonVector); in processTypeAttrs()
|
| H A D | SemaInit.cpp | 1753 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector || in CheckVectorType()
|
| H A D | SemaExpr.cpp | 14063 if (VT->getVectorKind() == VectorType::NeonVector) in needsConversionOfHalfVec()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 3239 NeonVector,
|