Searched refs:OMPDistributeParallelForDirective (Results 1 – 15 of 15) sorted by relevance
1259 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()1263 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()1309 OMPDistributeParallelForDirective *1310 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1314 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
1092 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
883 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
3961 class OMPDistributeParallelForDirective : public OMPLoopDirective {3973 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function3984 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function4012 static OMPDistributeParallelForDirective *4025 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,4036 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
2944 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
264 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
2521 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()3416 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2459 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
330 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
1339 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()2961 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()2982 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
3490 const OMPDistributeParallelForDirective &S);
1267 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
2091 const OMPDistributeParallelForDirective *D);3069 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
8937 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
11857 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()