Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp712 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
751 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
811 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
823 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
864 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
885 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
/external/clang/lib/AST/
DOpenMPClause.cpp471 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
483 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h107 SmallVector<const Expr *, 4> ReductionOps; member
DCGStmtOpenMP.cpp1179 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local
1399 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
3162 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local
4422 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
DCGOpenMPRuntime.cpp783 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen()
5371 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
5484 ArrayRef<const Expr *> ReductionOps, in emitReduction()
12589 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
DCGOpenMPRuntimeGPU.cpp3915 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6101 ReductionOpsListType ReductionOps; member in __anoncaa0dc781f11::HorizontalReduction
6259 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps()
6269 void addReductionOps(Instruction *I, ReductionOpsListType &ReductionOps) { in addReductionOps()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6437 ReductionOpsListType ReductionOps; member in __anon42e2fe642411::HorizontalReduction
6580 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps()
6589 void addReductionOps(Instruction *I, ReductionOpsListType &ReductionOps) { in addReductionOps()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4226 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
4332 ArrayRef<const Expr *> ReductionOps, in emitReduction()
DCGStmtOpenMP.cpp1144 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3942 SmallVector<Value *, 16> ReductionOps; member in HorizontalReduction
/external/clang/lib/Sema/
DSemaOpenMP.cpp9084 SmallVector<Expr *, 8> ReductionOps; in ActOnOpenMPReductionClause() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp14818 SmallVector<Expr *, 8> ReductionOps; member