Searched refs:OMPParallelMasterTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
1440 OMPParallelMasterTaskLoopSimdDirective *1441 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()1445 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()1476 OMPParallelMasterTaskLoopSimdDirective *1477 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1481 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
1170 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
992 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
268 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
4306 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {4315 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function4326 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function4342 static OMPParallelMasterTaskLoopSimdDirective *4354 static OMPParallelMasterTaskLoopSimdDirective *
3087 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
2649 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()3654 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
2671 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
342 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3641 const OMPParallelMasterTaskLoopSimdDirective &S);
7811 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
9399 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
14072 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()