Searched defs:VecKind (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 1807 VectorKind VecKind = VectorKind::AltiVecVector; ConvertDeclSpecToType() local 8383 isPermittedNeonBaseType(QualType & Ty,VectorKind VecKind,Sema & S) isPermittedNeonBaseType() argument 8455 HandleNeonVectorTypeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S,VectorKind VecKind) HandleNeonVectorTypeAttr() argument 8576 VectorKind VecKind = VectorKind::SveFixedLengthData; HandleArmSveVectorBitsTypeAttr() local 8651 VectorKind VecKind = VectorKind::RVVFixedLengthData; HandleRISCVRVVVectorBitsTypeAttr() local [all...] |
H A D | TreeTransform.h | 15074 RebuildVectorType(QualType ElementType,unsigned NumElements,VectorKind VecKind) RebuildVectorType() argument 15082 RebuildDependentVectorType(QualType ElementType,Expr * SizeExpr,SourceLocation AttributeLoc,VectorKind VecKind) RebuildDependentVectorType() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 249 DependentVectorType(QualType ElementType,QualType CanonType,Expr * SizeExpr,SourceLocation Loc,VectorKind VecKind) DependentVectorType() argument 262 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ElementType,const Expr * SizeExpr,VectorKind VecKind) Profile() argument
|