Home
last modified time | relevance | path

Searched refs:VectorKind (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp278 template <RegKind VectorKind>
1388 template <RegKind VectorKind, unsigned NumRegs>
1392 VectorList.RegisterKind == VectorKind; in isImplicitlyTypedVectorList()
1395 template <RegKind VectorKind, unsigned NumRegs, unsigned NumElements,
1402 if (VectorList.RegisterKind != VectorKind) in isTypedVectorList()
1411 template <RegKind VectorKind, unsigned NumRegs, unsigned NumElements,
1415 isTypedVectorList<VectorKind, NumRegs, NumElements, ElementWidth>(); in isTypedVectorListMultiple()
1423 template <RegKind VectorKind, unsigned NumRegs, unsigned Stride,
1426 bool Res = isTypedVectorList<VectorKind, NumRegs, /*NumElements*/ 0, in isTypedVectorListStrided()
2584 RegKind VectorKind) { in parseVectorKind() argument
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h3365 enum VectorKind {
3398 VectorKind vecKind);
3401 QualType canonType, VectorKind vecKind);
3410 VectorKind getVectorKind() const {
3411 return VectorKind(VectorTypeBits.VecKind);
3421 VectorKind VecKind) {
3452 SourceLocation Loc, VectorType::VectorKind vecKind);
3458 VectorType::VectorKind getVectorKind() const {
3459 return VectorType::VectorKind(VectorTypeBits.VecKind);
3475 VectorType::VectorKind VecKind);
H A DTypeProperties.td172 def : Property<"vectorKind", VectorKind> {
191 def : Property<"vectorKind", VectorKind> {
H A DPropertiesBase.td145 def VectorKind : EnumPropertyType<"VectorType::VectorKind">;
H A DASTContext.h1482 VectorType::VectorKind VecKind) const;
1487 VectorType::VectorKind VecKind) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp226 VectorType::VectorKind VecKind) in DependentVectorType()
239 VectorType::VectorKind VecKind) { in Profile()
331 VectorKind vecKind) in VectorType()
335 QualType canonType, VectorKind vecKind) in VectorType()
H A DASTContext.cpp4041 VectorType::VectorKind VecKind) const { in getVectorType()
4076 VectorType::VectorKind VecKind) const { in getDependentVectorType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1789 VectorType::VectorKind VecKind = VectorType::AltiVecVector; in ConvertDeclSpecToType()
8015 VectorType::VectorKind VecKind, Sema &S) { in isPermittedNeonBaseType()
8087 Sema &S, VectorType::VectorKind VecKind) { in HandleNeonVectorTypeAttr()
8186 VectorType::VectorKind VecKind = VectorType::SveFixedLengthDataVector; in HandleArmSveVectorBitsTypeAttr()
H A DSemaCast.cpp2648 VectorType::VectorKind VKind = VecTy->getVectorKind(); in ShouldSplatAltivecScalarInCast()
H A DTreeTransform.h915 VectorType::VectorKind VecKind);
924 VectorType::VectorKind);
14803 VectorType::VectorKind VecKind) { in RebuildVectorType()
14811 VectorType::VectorKind VecKind) { in RebuildDependentVectorType()
H A DSemaChecking.cpp4077 VectorType::VectorKind::AltiVecVector); in DecodePPCMMATypeFromStr()