Home
last modified time | relevance | path

Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp731 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
830 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
842 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
883 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h106 SmallVector<const Expr *, 4> ReductionOps; member
H A DCGStmtOpenMP.cpp1202 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local
1422 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
3325 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local
3392 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local
4844 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
H A DCGOpenMPRuntime.cpp794 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen()
5416 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
5529 ArrayRef<const Expr *> ReductionOps, in emitReduction()
12767 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
H A DCGOpenMPRuntimeGPU.cpp3742 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6994 ReductionOpsListType ReductionOps; member in __anon7a00047f2a11::HorizontalReduction
7090 const ReductionOpsListType &ReductionOps) { in createOp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16181 SmallVector<Expr *, 8> ReductionOps; member