Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp66 NeonVector, enumerator
1043 return Kind == k_Register && Reg.Kind == RegKind::NeonVector; in isNeonVectorReg()
1047 return Kind == k_Register && Reg.Kind == RegKind::NeonVector && in isNeonVectorRegLo()
1849 assert((Kind == RegKind::NeonVector || Kind == RegKind::SVEDataVector || in CreateVectorReg()
2145 case RegKind::NeonVector: in parseVectorKind()
2274 return Kind == RegKind::NeonVector ? RegNum : 0; in matchRegisterNameAlias()
3081 tryParseVectorRegister(Reg, Kind, RegKind::NeonVector); in tryParseNeonVectorRegister()
3085 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister()
3424 auto ParseRes = tryParseVectorList<RegKind::NeonVector>(Operands, true); in parseNeonVectorList()
5392 RegisterKind = RegKind::NeonVector; in parseDirectiveReq()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td507 = "isTypedVectorList<RegKind::NeonVector, " # count # ", " # lanes # ", " # eltsize # ">";
519 let PredicateMethod = "isImplicitlyTypedVectorList<RegKind::NeonVector, " # count # ">";
529 let PredicateMethod = "isImplicitlyTypedVectorList<RegKind::NeonVector, " # count # ">";
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp627 case VectorType::NeonVector: in printVectorBefore()
669 case VectorType::NeonVector: in printDependentVectorBefore()
H A DTextNodeDumper.cpp1068 case VectorType::NeonVector: in VisitVectorType()
H A DItaniumMangle.cpp3108 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType()
3130 if ((T->getVectorKind() == VectorType::NeonVector || in mangleType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3184 NeonVector,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp7404 VectorType::NeonVector); in processTypeAttrs()
H A DSemaInit.cpp1605 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector || in CheckVectorType()