Searched refs:OMPParallelMasterTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
1516 OMPParallelMasterTaskLoopSimdDirective *1517 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()1521 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()1552 OMPParallelMasterTaskLoopSimdDirective *1553 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1557 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
1217 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
1030 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
273 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
4293 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {4302 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function4313 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function4329 static OMPParallelMasterTaskLoopSimdDirective *4341 static OMPParallelMasterTaskLoopSimdDirective *
3212 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
2705 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()3868 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
2755 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
360 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3912 const OMPParallelMasterTaskLoopSimdDirective &S);
8149 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
10162 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
13689 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()