Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp68 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 DAArch64RegisterInfo.td539 = "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 DTypePrinter.cpp641 case VectorType::NeonVector: in printVectorBefore()
701 case VectorType::NeonVector: in printDependentVectorBefore()
H A DJSONNodeDumper.cpp644 case VectorType::NeonVector: in VisitVectorType()
H A DTextNodeDumper.cpp1471 case VectorType::NeonVector: in VisitVectorType()
H A DItaniumMangle.cpp3645 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 DSemaType.cpp7944 if (!VT || VT->getVectorKind() != VectorType::NeonVector) { in HandleArmMveStrictPolymorphismAttr()
8156 VectorType::NeonVector); in processTypeAttrs()
H A DSemaInit.cpp1753 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector || in CheckVectorType()
H A DSemaExpr.cpp14063 if (VT->getVectorKind() == VectorType::NeonVector) in needsConversionOfHalfVec()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3239 NeonVector,