Searched refs:OMPMasterTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
1258 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()1262 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()1293 OMPMasterTaskLoopSimdDirective *1294 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1297 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1150 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
968 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
266 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
4019 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {4028 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function4038 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function4054 static OMPMasterTaskLoopSimdDirective *4065 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
3081 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
2627 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()3622 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2645 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
328 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3637 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
7781 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
9354 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
13839 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()