Searched refs:VecKind (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 226 VectorType::VectorKind VecKind) in DependentVectorType() argument 233 VectorTypeBits.VecKind = VecKind; in DependentVectorType() 239 VectorType::VectorKind VecKind) { in Profile() argument 241 ID.AddInteger(VecKind); in Profile() 337 VectorTypeBits.VecKind = vecKind; in VectorType()
|
H A D | ASTContext.cpp | 3910 VectorType::VectorKind VecKind) const { in getVectorType() 3915 VectorType::Profile(ID, vecType, NumElts, Type::Vector, VecKind); in getVectorType() 3925 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType() 3932 VectorType(vecType, NumElts, Canonical, VecKind); in getVectorType() 3941 VectorType::VectorKind VecKind) const { in getDependentVectorType() 3944 VecKind); in getDependentVectorType() 3952 *this, VecType, QualType(Canon, 0), SizeExpr, AttrLoc, VecKind); in getDependentVectorType() 3957 *this, VecType, QualType(), SizeExpr, AttrLoc, VecKind); in getDependentVectorType() 3967 SourceLocation(), VecKind); in getDependentVectorType() 3969 *this, VecType, CanonTy, SizeExpr, AttrLoc, VecKind); in getDependentVectorType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 1748 VectorType::VectorKind VecKind = VectorType::AltiVecVector; in ConvertDeclSpecToType() local 1750 VecKind = VectorType::AltiVecPixel; in ConvertDeclSpecToType() 1752 VecKind = VectorType::AltiVecBool; in ConvertDeclSpecToType() 1753 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType() 7726 VectorType::VectorKind VecKind, Sema &S) { in isPermittedNeonBaseType() argument 7738 if (VecKind == VectorType::NeonPolyVector) { in isPermittedNeonBaseType() 7798 Sema &S, VectorType::VectorKind VecKind) { in HandleNeonVectorTypeAttr() argument 7821 if (!isPermittedNeonBaseType(CurType, VecKind, S)) { in HandleNeonVectorTypeAttr() 7837 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr() 7895 VectorType::VectorKind VecKind = VectorType::SveFixedLengthDataVector; in HandleArmSveVectorBitsTypeAttr() local [all …]
|
H A D | TreeTransform.h | 871 VectorType::VectorKind VecKind); 14256 VectorType::VectorKind VecKind) { in RebuildVectorType() argument 14258 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType() 14264 VectorType::VectorKind VecKind) { in RebuildDependentVectorType() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Type.h | 1686 unsigned VecKind : 3; 3271 return VectorKind(VectorTypeBits.VecKind); 3281 VectorKind VecKind) { 3285 ID.AddInteger(VecKind); 3319 return VectorType::VectorKind(VectorTypeBits.VecKind); 3335 VectorType::VectorKind VecKind);
|
H A D | ASTContext.h | 1394 VectorType::VectorKind VecKind) const; 1399 VectorType::VectorKind VecKind) const;
|