Searched refs:OMPTargetTeamsGenericLoopDirective (Results 1 – 15 of 15) sorted by relevance
2507 OMPTargetTeamsGenericLoopDirective *OMPTargetTeamsGenericLoopDirective::Create( in Create()2511 auto *Dir = createDirective<OMPTargetTeamsGenericLoopDirective>( in Create()2556 OMPTargetTeamsGenericLoopDirective *2557 OMPTargetTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2561 return createEmptyDirective<OMPTargetTeamsGenericLoopDirective>( in CreateEmpty()
1338 const OMPTargetTeamsGenericLoopDirective *S) { in VisitOMPTargetTeamsGenericLoopDirective()
1161 OMPTargetTeamsGenericLoopDirective *Node) { in VisitOMPTargetTeamsGenericLoopDirective()
299 def OMPTargetTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
6312 class OMPTargetTeamsGenericLoopDirective final : public OMPLoopDirective {6323 OMPTargetTeamsGenericLoopDirective(SourceLocation StartLoc, in OMPTargetTeamsGenericLoopDirective() function6334 explicit OMPTargetTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTargetTeamsGenericLoopDirective() function6353 static OMPTargetTeamsGenericLoopDirective *6365 static OMPTargetTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
3287 DEF_TRAVERSE_STMT(OMPTargetTeamsGenericLoopDirective,
1499 if (auto *TTLD = dyn_cast<OMPTargetTeamsGenericLoopDirective>(&D)) in EmitOMPReductionClauseFinal()8310 const OMPTargetTeamsGenericLoopDirective &S) { in emitTargetTeamsGenericLoopRegionAsParallel()8341 const OMPTargetTeamsGenericLoopDirective &S) { in emitTargetTeamsGenericLoopRegionAsDistribute()8368 const OMPTargetTeamsGenericLoopDirective &S) { in EmitOMPTargetTeamsGenericLoopDirective()8380 const OMPTargetTeamsGenericLoopDirective &S) { in EmitOMPTargetTeamsGenericLoopDeviceFunction()
3945 const OMPTargetTeamsGenericLoopDirective &S);3991 const OMPTargetTeamsGenericLoopDirective &S);
638 if (auto *TTLD = dyn_cast<OMPTargetTeamsGenericLoopDirective>(&D)) in supportsSPMDExecutionMode()
444 cast<OMPTargetTeamsGenericLoopDirective>(*S)); in EmitStmt()
9898 CGM, ParentName, cast<OMPTargetTeamsGenericLoopDirective>(E)); in scanForTargetRegionsFunctions()
2821 OMPTargetTeamsGenericLoopDirective *D) { in VisitOMPTargetTeamsGenericLoopDirective()4033 S = OMPTargetTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2895 OMPTargetTeamsGenericLoopDirective *D) { in VisitOMPTargetTeamsGenericLoopDirective()
10412 OMPTargetTeamsGenericLoopDirective *D) { in TransformOMPTargetTeamsGenericLoopDirective()
10740 return OMPTargetTeamsGenericLoopDirective::Create( in ActOnOpenMPTargetTeamsGenericLoopDirective()