Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp552 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
564 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
605 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
617 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
658 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
679 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h102 SmallVector<const Expr *, 4> ReductionOps; member
H A DCGOpenMPRuntime.cpp933 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen()
5417 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
5531 ArrayRef<const Expr *> ReductionOps, in emitReduction()
9736 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
H A DCGStmtOpenMP.cpp1064 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local
1168 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
H A DCGOpenMPRuntimeNVPTX.cpp3816 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5097 ReductionOpsListType ReductionOps; member in __anonfe9ee8d91a11::HorizontalReduction
5274 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps()
5292 void addReductionOps(Instruction *I, ReductionOpsListType &ReductionOps) { in addReductionOps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp10722 SmallVector<Expr *, 8> ReductionOps; member