Searched refs:VectorKind (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 278 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 D | Type.h | 3365 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 D | TypeProperties.td | 172 def : Property<"vectorKind", VectorKind> { 191 def : Property<"vectorKind", VectorKind> {
|
| H A D | PropertiesBase.td | 145 def VectorKind : EnumPropertyType<"VectorType::VectorKind">;
|
| H A D | ASTContext.h | 1482 VectorType::VectorKind VecKind) const; 1487 VectorType::VectorKind VecKind) const;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 226 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 D | ASTContext.cpp | 4041 VectorType::VectorKind VecKind) const { in getVectorType() 4076 VectorType::VectorKind VecKind) const { in getDependentVectorType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1789 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 D | SemaCast.cpp | 2648 VectorType::VectorKind VKind = VecTy->getVectorKind(); in ShouldSplatAltivecScalarInCast()
|
| H A D | TreeTransform.h | 915 VectorType::VectorKind VecKind); 924 VectorType::VectorKind); 14803 VectorType::VectorKind VecKind) { in RebuildVectorType() 14811 VectorType::VectorKind VecKind) { in RebuildDependentVectorType()
|
| H A D | SemaChecking.cpp | 4077 VectorType::VectorKind::AltiVecVector); in DecodePPCMMATypeFromStr()
|