Searched defs:VecKind (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 1418 VectorKind VecKind = VectorKind::AltiVecVector; ConvertDeclSpecToType() local 8027 isPermittedNeonBaseType(QualType & Ty,VectorKind VecKind,Sema & S) isPermittedNeonBaseType() argument 8099 HandleNeonVectorTypeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S,VectorKind VecKind) HandleNeonVectorTypeAttr() argument 8216 VectorKind VecKind = VectorKind::SveFixedLengthData; HandleArmSveVectorBitsTypeAttr() local 8291 VectorKind VecKind = VectorKind::RVVFixedLengthData; HandleRISCVRVVVectorBitsTypeAttr() local [all...] |
H A D | TreeTransform.h | 16076 RebuildVectorType(QualType ElementType,unsigned NumElements,VectorKind VecKind) RebuildVectorType() argument 16084 RebuildDependentVectorType(QualType ElementType,Expr * SizeExpr,SourceLocation AttributeLoc,VectorKind VecKind) RebuildDependentVectorType() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 265 DependentVectorType(QualType ElementType,QualType CanonType,Expr * SizeExpr,SourceLocation Loc,VectorKind VecKind) DependentVectorType() argument 278 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ElementType,const Expr * SizeExpr,VectorKind VecKind) Profile() argument
|