Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp723 SmallVectorImpl<Expr *> &Uniforms, SmallVectorImpl<Expr *> &Aligneds, in parseDeclareSimdClauses()
815 SmallVector<Expr *, 4> Uniforms; in ParseOMPDeclareSimdClauses() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp338 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
H A DSemaOpenMP.cpp6773 ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds, in ActOnOpenMPDeclareSimdDirective()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1669 DenseMap<ElementCount, SmallPtrSet<Instruction *, 4>> Uniforms; member in llvm::LoopVectorizationCostModel