Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h106 SmallVector<const Expr *, 4> ReductionOps; member
DCGStmtOpenMP.cpp1210 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local
1430 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
3351 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local
3418 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local
4870 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
DCGOpenMPRuntimeGPU.cpp3156 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
DCGOpenMPRuntime.cpp797 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen()
5429 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
5542 ArrayRef<const Expr *> ReductionOps, in emitReduction()
12928 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp7312 ReductionOpsListType ReductionOps; member in __anon43e05d8c2e11::HorizontalReduction
7436 const ReductionOpsListType &ReductionOps) { in createOp()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp16564 SmallVector<Expr *, 8> ReductionOps; member