Searched refs:OMPParallelMasterTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
1192 OMPParallelMasterTaskLoopSimdDirective *1193 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()1197 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()1228 OMPParallelMasterTaskLoopSimdDirective *1229 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1233 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
1079 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
872 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
264 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
3807 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {3816 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function3827 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function3843 static OMPParallelMasterTaskLoopSimdDirective *3855 static OMPParallelMasterTaskLoopSimdDirective *
2967 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
2521 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()3425 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
2458 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
323 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3488 const OMPParallelMasterTaskLoopSimdDirective &S);
7075 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
8949 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
11808 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()