Home
last modified time | relevance | path

Searched defs:VecKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1807 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 DTreeTransform.h15074 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 DType.cpp249 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