Searched defs:Uniforms (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 723 SmallVectorImpl<Expr *> &Uniforms, SmallVectorImpl<Expr *> &Aligneds, in parseDeclareSimdClauses() argument 815 SmallVector<Expr *, 4> Uniforms; in ParseOMPDeclareSimdClauses() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 338 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; instantiateOMPDeclareSimdDeclAttr() local
|
H A D | SemaOpenMP.cpp | 6768 ActOnOpenMPDeclareSimdDirective(DeclGroupPtrTy DG,OMPDeclareSimdDeclAttr::BranchStateTy BS,Expr * Simdlen,ArrayRef<Expr * > Uniforms,ArrayRef<Expr * > Aligneds,ArrayRef<Expr * > Alignments,ArrayRef<Expr * > Linears,ArrayRef<unsigned> LinModifiers,ArrayRef<Expr * > Steps,SourceRange SR) ActOnOpenMPDeclareSimdDirective() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1714 DenseMap<ElementCount, SmallPtrSet<Instruction *, 4>> Uniforms; global() member in llvm::LoopVectorizationCostModel [all...] |