Searched refs:OMPTargetParallelGenericLoopDirective (Results 1 – 14 of 14) sorted by relevance
2532 OMPTargetParallelGenericLoopDirective *2533 OMPTargetParallelGenericLoopDirective::Create( in Create()2537 auto *Dir = createDirective<OMPTargetParallelGenericLoopDirective>( in Create()2568 OMPTargetParallelGenericLoopDirective *2569 OMPTargetParallelGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2573 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()
1301 const OMPTargetParallelGenericLoopDirective *S) { in VisitOMPTargetParallelGenericLoopDirective()
1135 OMPTargetParallelGenericLoopDirective *Node) { in VisitOMPTargetParallelGenericLoopDirective()
296 def OMPTargetParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
6237 class OMPTargetParallelGenericLoopDirective final : public OMPLoopDirective {6246 OMPTargetParallelGenericLoopDirective(SourceLocation StartLoc, in OMPTargetParallelGenericLoopDirective() function6257 explicit OMPTargetParallelGenericLoopDirective(unsigned CollapsedNum) in OMPTargetParallelGenericLoopDirective() function6273 static OMPTargetParallelGenericLoopDirective *6285 static OMPTargetParallelGenericLoopDirective *
3168 DEF_TRAVERSE_STMT(OMPTargetParallelGenericLoopDirective,
2775 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()3835 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
2823 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
3670 const OMPTargetParallelGenericLoopDirective &S);3722 const OMPTargetParallelGenericLoopDirective &S);
433 cast<OMPTargetParallelGenericLoopDirective>(*S)); in EmitStmt()
7974 CodeGenFunction &CGF, const OMPTargetParallelGenericLoopDirective &S, in emitTargetParallelGenericLoopRegion()7991 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDeviceFunction()8007 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDirective()
9767 CGM, ParentName, cast<OMPTargetParallelGenericLoopDirective>(E)); in scanForTargetRegionsFunctions()
9672 OMPTargetParallelGenericLoopDirective *D) { in TransformOMPTargetParallelGenericLoopDirective()
10993 return OMPTargetParallelGenericLoopDirective::Create( in ActOnOpenMPTargetParallelGenericLoopDirective()