Searched refs:OMPReductionClause (Results 1 – 12 of 12) sorted by relevance
75 return static_cast<const OMPReductionClause *>(C); in get()193 return static_cast<const OMPReductionClause *>(C); in get()740 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()746 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()753 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()760 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()767 void OMPReductionClause::setInscanCopyOps(ArrayRef<Expr *> Ops) { in setInscanCopyOps()775 void OMPReductionClause::setInscanCopyArrayTemps( in setInscanCopyArrayTemps()784 void OMPReductionClause::setInscanCopyArrayElems( in setInscanCopyArrayElems()793 OMPReductionClause *OMPReductionClause::Create( in Create()[all …]
674 const OMPReductionClause *C) { in VisitOMPReductionClause()
280 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in OMPSimdLexicalScope()1232 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()1439 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()1478 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()1513 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in checkForLastprivateConditionalUpdate()2430 llvm::any_of(D.getClausesOfKind<OMPReductionClause>(), in EmitOMPSimdInit()2431 [](const OMPReductionClause *C) { in EmitOMPSimdInit()3594 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveDecls()3648 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveFinals()3713 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirective()[all …]
965 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in getTeamsReductionVars()
11534 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in tryToDisableInnerAnalysis()
3204 class OMPReductionClause final3205 : public OMPVarListClause<OMPReductionClause>,3207 private llvm::TrailingObjects<OMPReductionClause, Expr *> {3237 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPReductionClause() function3243 : OMPVarListClause<OMPReductionClause>(llvm::omp::OMPC_reduction, in OMPReductionClause()3252 explicit OMPReductionClause(unsigned N) in OMPReductionClause() function3253 : OMPVarListClause<OMPReductionClause>(llvm::omp::OMPC_reduction, in OMPReductionClause()3403 static OMPReductionClause *3419 static OMPReductionClause *3514 auto Children = const_cast<OMPReductionClause *>(this)->children(); in children()[all …]
3685 RecursiveASTVisitor<Derived>::VisitOMPReductionClause(OMPReductionClause *C) {
365 let clangClass = "OMPReductionClause";
2821 auto *RC = cast<OMPReductionClause>(C); in checkReductionClauses()2846 auto *RC = cast<OMPReductionClause>(C); in checkReductionClauses()4745 if (auto *RC = dyn_cast<OMPReductionClause>(C)) { in ActOnOpenMPRegionEnd()5272 auto *PC = cast<OMPReductionClause>(Cl); in checkAllocateClauses()6227 if (auto *RC = dyn_cast<OMPReductionClause>(C)) in ActOnOpenMPExecutableDirective()18977 return OMPReductionClause::Create( in ActOnOpenMPReductionClause()
10509 TreeTransform<Derived>::TransformOMPReductionClause(OMPReductionClause *C) { in TransformOMPReductionClause()
10530 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause()11034 void OMPClauseReader::VisitOMPReductionClause(OMPReductionClause *C) { in VisitOMPReductionClause()
7346 void OMPClauseWriter::VisitOMPReductionClause(OMPReductionClause *C) { in VisitOMPReductionClause()