Searched refs:OMPDistributeParallelForDirective (Results 1 – 15 of 15) sorted by relevance
1558 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()1562 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()1608 OMPDistributeParallelForDirective *1609 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1613 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
1153 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
999 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
4491 class OMPDistributeParallelForDirective : public OMPLoopDirective {4503 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function4514 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function4542 static OMPDistributeParallelForDirective *4555 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,4566 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
3096 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
272 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
2564 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()3538 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2521 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
350 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
1331 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()3122 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()3143 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
3554 const OMPDistributeParallelForDirective &S);
1250 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
2196 const OMPDistributeParallelForDirective *D);3235 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
9142 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
13789 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()