Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp758 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
797 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
860 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
872 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
913 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
933 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h104 SmallVector<const Expr *, 4> ReductionOps; member
H A DCGStmtOpenMP.cpp1264 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local
1474 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
3734 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local
3851 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local
5669 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
H A DCGOpenMPRuntimeGPU.cpp1657 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
H A DCGOpenMPRuntime.cpp768 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen()
4797 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
4909 const Expr *LHSExprs, const Expr *RHSExprs, const Expr *ReductionOps) { in emitPrivateReduction()
5230 ArrayRef<const Expr *> ReductionOps = FilteredReductionOps; in emitReduction() local
12197 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp21748 ReductionOpsListType ReductionOps; member in __anon07b2d7741c111::HorizontalReduction
21877 const ReductionOpsListType &ReductionOps) { in createOp()
22120 unsigned Level) { in matchAssociativeReduction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18683 SmallVector<Expr *, 8> ReductionOps; member