Searched refs:OMPReductionClause (Results 1 – 13 of 13) sorted by relevance
75 return static_cast<const OMPReductionClause *>(C); in get()191 return static_cast<const OMPReductionClause *>(C); in get()735 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()741 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()748 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()755 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()762 void OMPReductionClause::setInscanCopyOps(ArrayRef<Expr *> Ops) { in setInscanCopyOps()770 void OMPReductionClause::setInscanCopyArrayTemps( in setInscanCopyArrayTemps()779 void OMPReductionClause::setInscanCopyArrayElems( in setInscanCopyArrayElems()788 OMPReductionClause *OMPReductionClause::Create( in Create()[all …]
654 const OMPReductionClause *C) { in VisitOMPReductionClause()
254 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in OMPSimdLexicalScope()1209 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()1420 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()1456 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()1491 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in checkForLastprivateConditionalUpdate()2402 llvm::any_of(D.getClausesOfKind<OMPReductionClause>(), in EmitOMPSimdInit()2403 [](const OMPReductionClause *C) { in EmitOMPSimdInit()3548 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveDecls()3602 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveFinals()3668 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirective()[all …]
959 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in getTeamsReductionVars()
11966 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in tryToDisableInnerAnalysis()
3081 class OMPReductionClause final3082 : public OMPVarListClause<OMPReductionClause>,3084 private llvm::TrailingObjects<OMPReductionClause, Expr *> {3114 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPReductionClause() function3120 : OMPVarListClause<OMPReductionClause>(llvm::omp::OMPC_reduction, in OMPReductionClause()3129 explicit OMPReductionClause(unsigned N) in OMPReductionClause() function3130 : OMPVarListClause<OMPReductionClause>(llvm::omp::OMPC_reduction, in OMPReductionClause()3280 static OMPReductionClause *3296 static OMPReductionClause *3391 auto Children = const_cast<OMPReductionClause *>(this)->children(); in children()[all …]
3594 RecursiveASTVisitor<Derived>::VisitOMPReductionClause(OMPReductionClause *C) {
96 let clangClass = "OMPReductionClause";
2786 auto *RC = cast<OMPReductionClause>(C); in checkReductionClauses()2811 auto *RC = cast<OMPReductionClause>(C); in checkReductionClauses()4946 if (auto *RC = dyn_cast<OMPReductionClause>(C)) { in ActOnOpenMPRegionEnd()5468 auto *PC = cast<OMPReductionClause>(Cl); in checkAllocateClauses()6230 if (auto *RC = dyn_cast<OMPReductionClause>(C)) in ActOnOpenMPExecutableDirective()19817 return OMPReductionClause::Create( in ActOnOpenMPReductionClause()
9998 TreeTransform<Derived>::TransformOMPReductionClause(OMPReductionClause *C) { in TransformOMPReductionClause()
10104 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause()10584 void OMPClauseReader::VisitOMPReductionClause(OMPReductionClause *C) { in VisitOMPReductionClause()
6620 void OMPClauseWriter::VisitOMPReductionClause(OMPReductionClause *C) { in VisitOMPReductionClause()
2537 void OMPClauseEnqueue::VisitOMPReductionClause(const OMPReductionClause *C) { in VisitOMPReductionClause()