Searched refs:OMPTargetParallelGenericLoopDirective (Results 1 – 14 of 14) sorted by relevance
2609 OMPTargetParallelGenericLoopDirective *2610 OMPTargetParallelGenericLoopDirective::Create( in Create()2614 auto *Dir = createDirective<OMPTargetParallelGenericLoopDirective>( in Create()2645 OMPTargetParallelGenericLoopDirective *2646 OMPTargetParallelGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2650 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()
1348 const OMPTargetParallelGenericLoopDirective *S) { in VisitOMPTargetParallelGenericLoopDirective()
1173 OMPTargetParallelGenericLoopDirective *Node) { in VisitOMPTargetParallelGenericLoopDirective()
301 def OMPTargetParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
6452 class OMPTargetParallelGenericLoopDirective final : public OMPLoopDirective {6461 OMPTargetParallelGenericLoopDirective(SourceLocation StartLoc, in OMPTargetParallelGenericLoopDirective() function6472 explicit OMPTargetParallelGenericLoopDirective(unsigned CollapsedNum) in OMPTargetParallelGenericLoopDirective() function6488 static OMPTargetParallelGenericLoopDirective *6500 static OMPTargetParallelGenericLoopDirective *
3293 DEF_TRAVERSE_STMT(OMPTargetParallelGenericLoopDirective,
2832 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()4049 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
2908 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
3943 const OMPTargetParallelGenericLoopDirective &S);3996 const OMPTargetParallelGenericLoopDirective &S);
452 cast<OMPTargetParallelGenericLoopDirective>(*S)); in EmitStmt()
8398 CodeGenFunction &CGF, const OMPTargetParallelGenericLoopDirective &S, in emitTargetParallelGenericLoopRegion()8415 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDeviceFunction()8431 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDirective()
9902 CGM, ParentName, cast<OMPTargetParallelGenericLoopDirective>(E)); in scanForTargetRegionsFunctions()
10435 OMPTargetParallelGenericLoopDirective *D) { in TransformOMPTargetParallelGenericLoopDirective()
10805 return OMPTargetParallelGenericLoopDirective::Create( in ActOnOpenMPTargetParallelGenericLoopDirective()