Home
last modified time | relevance | path

Searched defs:Uniforms (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp723 SmallVectorImpl<Expr *> &Uniforms, SmallVectorImpl<Expr *> &Aligneds, in parseDeclareSimdClauses() argument
815 SmallVector<Expr *, 4> Uniforms; in ParseOMPDeclareSimdClauses() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp338 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; instantiateOMPDeclareSimdDeclAttr() local
H A DSemaOpenMP.cpp6768 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 DLoopVectorize.cpp1714 DenseMap<ElementCount, SmallPtrSet<Instruction *, 4>> Uniforms; global() member in llvm::LoopVectorizationCostModel
[all...]