Searched refs:OMPDistributeParallelForDirective (Results 1 – 15 of 15) sorted by relevance
1573 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()1577 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()1623 OMPDistributeParallelForDirective *1624 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1628 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
1171 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
1005 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
4492 class OMPDistributeParallelForDirective : public OMPLoopDirective {4504 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function4515 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function4543 static OMPDistributeParallelForDirective *4556 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,4567 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
3094 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
273 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
2611 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()3590 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2562 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
354 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
1333 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()3180 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()3201 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
3557 const OMPDistributeParallelForDirective &S);
1246 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
2204 const OMPDistributeParallelForDirective *D);3261 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
9263 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
13929 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()