Searched refs:OMPTargetTeamsGenericLoopDirective (Results 1 – 15 of 15) sorted by relevance
2469 OMPTargetTeamsGenericLoopDirective *OMPTargetTeamsGenericLoopDirective::Create( in Create()2473 auto *Dir = createDirective<OMPTargetTeamsGenericLoopDirective>( in Create()2518 OMPTargetTeamsGenericLoopDirective *2519 OMPTargetTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2523 return createEmptyDirective<OMPTargetTeamsGenericLoopDirective>( in CreateEmpty()
1302 const OMPTargetTeamsGenericLoopDirective *S) { in VisitOMPTargetTeamsGenericLoopDirective()
1136 OMPTargetTeamsGenericLoopDirective *Node) { in VisitOMPTargetTeamsGenericLoopDirective()
298 def OMPTargetTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
6248 class OMPTargetTeamsGenericLoopDirective final : public OMPLoopDirective {6259 OMPTargetTeamsGenericLoopDirective(SourceLocation StartLoc, in OMPTargetTeamsGenericLoopDirective() function6270 explicit OMPTargetTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTargetTeamsGenericLoopDirective() function6289 static OMPTargetTeamsGenericLoopDirective *6301 static OMPTargetTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
3232 DEF_TRAVERSE_STMT(OMPTargetTeamsGenericLoopDirective,
1458 if (auto *TTLD = dyn_cast<OMPTargetTeamsGenericLoopDirective>(&D)) in EmitOMPReductionClauseFinal()8008 const OMPTargetTeamsGenericLoopDirective &S) { in emitTargetTeamsGenericLoopRegionAsParallel()8039 const OMPTargetTeamsGenericLoopDirective &S) { in emitTargetTeamsGenericLoopRegionAsDistribute()8066 const OMPTargetTeamsGenericLoopDirective &S) { in EmitOMPTargetTeamsGenericLoopDirective()8078 const OMPTargetTeamsGenericLoopDirective &S) { in EmitOMPTargetTeamsGenericLoopDeviceFunction()
3900 const OMPTargetTeamsGenericLoopDirective &S);3945 const OMPTargetTeamsGenericLoopDirective &S);
638 if (auto *TTLD = dyn_cast<OMPTargetTeamsGenericLoopDirective>(&D)) in supportsSPMDExecutionMode()
436 cast<OMPTargetTeamsGenericLoopDirective>(*S)); in EmitStmt()
9826 CGM, ParentName, cast<OMPTargetTeamsGenericLoopDirective>(E)); in scanForTargetRegionsFunctions()
2793 OMPTargetTeamsGenericLoopDirective *D) { in VisitOMPTargetTeamsGenericLoopDirective()3896 S = OMPTargetTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2860 OMPTargetTeamsGenericLoopDirective *D) { in VisitOMPTargetTeamsGenericLoopDirective()
9978 OMPTargetTeamsGenericLoopDirective *D) { in TransformOMPTargetTeamsGenericLoopDirective()
10675 return OMPTargetTeamsGenericLoopDirective::Create( in ActOnOpenMPTargetTeamsGenericLoopDirective()