Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp755 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
794 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
854 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
866 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
907 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
928 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h104 SmallVector<const Expr *, 4> ReductionOps; member
H A DCGStmtOpenMP.cpp1203 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local
1417 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
3546 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local
3664 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local
5371 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
H A DCGOpenMPRuntime.cpp796 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen()
5010 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
5121 ArrayRef<const Expr *> ReductionOps, in emitReduction()
12556 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
H A DCGOpenMPRuntimeGPU.cpp2859 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11850 ReductionOpsListType ReductionOps; member in __anon4a9331c1bf11::HorizontalReduction
11965 const ReductionOpsListType &ReductionOps) { in createOp()
12217 SmallVectorImpl<Instruction *> &ReductionOps) { in matchAssociativeReduction()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp18918 SmallVector<Expr *, 8> ReductionOps; member