Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp704 SmallVectorImpl<Expr *> &Uniforms, SmallVectorImpl<Expr *> &Aligneds, in parseDeclareSimdClauses()
796 SmallVector<Expr *, 4> Uniforms; in ParseOMPDeclareSimdClauses() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp296 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
H A DSemaOpenMP.cpp6325 ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds, in ActOnOpenMPDeclareSimdDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1755 DenseMap<ElementCount, SmallPtrSet<Instruction *, 4>> Uniforms; member in llvm::LoopVectorizationCostModel