Searched refs:OMPTargetParallelGenericLoopDirective (Results 1 – 14 of 14) sorted by relevance
2571 OMPTargetParallelGenericLoopDirective *2572 OMPTargetParallelGenericLoopDirective::Create( in Create()2576 auto *Dir = createDirective<OMPTargetParallelGenericLoopDirective>( in Create()2607 OMPTargetParallelGenericLoopDirective *2608 OMPTargetParallelGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2612 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()
1312 const OMPTargetParallelGenericLoopDirective *S) { in VisitOMPTargetParallelGenericLoopDirective()
1148 OMPTargetParallelGenericLoopDirective *Node) { in VisitOMPTargetParallelGenericLoopDirective()
300 def OMPTargetParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
6388 class OMPTargetParallelGenericLoopDirective final : public OMPLoopDirective {6397 OMPTargetParallelGenericLoopDirective(SourceLocation StartLoc, in OMPTargetParallelGenericLoopDirective() function6408 explicit OMPTargetParallelGenericLoopDirective(unsigned CollapsedNum) in OMPTargetParallelGenericLoopDirective() function6424 static OMPTargetParallelGenericLoopDirective *6436 static OMPTargetParallelGenericLoopDirective *
3238 DEF_TRAVERSE_STMT(OMPTargetParallelGenericLoopDirective,
2804 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()3912 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
2873 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
3898 const OMPTargetParallelGenericLoopDirective &S);3950 const OMPTargetParallelGenericLoopDirective &S);
444 cast<OMPTargetParallelGenericLoopDirective>(*S)); in EmitStmt()
8096 CodeGenFunction &CGF, const OMPTargetParallelGenericLoopDirective &S, in emitTargetParallelGenericLoopRegion()8113 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDeviceFunction()8129 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDirective()
9830 CGM, ParentName, cast<OMPTargetParallelGenericLoopDirective>(E)); in scanForTargetRegionsFunctions()
10001 OMPTargetParallelGenericLoopDirective *D) { in TransformOMPTargetParallelGenericLoopDirective()
10740 return OMPTargetParallelGenericLoopDirective::Create( in ActOnOpenMPTargetParallelGenericLoopDirective()