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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp66 NeonVector, member in class:__anon2053::RegKind
1031 return Kind == k_Register && Reg.Kind == RegKind::NeonVector;
1035 return Kind == k_Register && Reg.Kind == RegKind::NeonVector &&
1838 assert((Kind == RegKind::NeonVector || Kind == RegKind::SVEDataVector ||
2134 case RegKind::NeonVector:
2263 return Kind == RegKind::NeonVector ? RegNum : 0;
3081 tryParseVectorRegister(Reg, Kind, RegKind::NeonVector);
3085 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector);
3091 AArch64Operand::CreateVectorReg(Reg, RegKind::NeonVector, ElementWidth,
3432 auto ParseRes = tryParseVectorList<RegKind::NeonVector>(Operand
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp633 case VectorType::NeonVector:
675 case VectorType::NeonVector:
H A DTextNodeDumper.cpp1124 case VectorType::NeonVector:
H A DJSONNodeDumper.cpp605 case VectorType::NeonVector:
H A DItaniumMangle.cpp3197 if ((T->getVectorKind() == VectorType::NeonVector ||
3219 if ((T->getVectorKind() == VectorType::NeonVector ||
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3251 NeonVector, enumerator in enum:clang::VectorType::VectorKind
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7688 VectorType::NeonVector);
H A DSemaInit.cpp1710 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector ||

Completed in 285 milliseconds