Searched refs:OMPTargetParallelForSimdDirective (Results 1 – 15 of 15) sorted by relevance
1723 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()1727 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()1758 OMPTargetParallelForSimdDirective *1759 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1763 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
1168 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
1017 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
275 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
4718 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {4728 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function4739 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function4755 static OMPTargetParallelForSimdDirective *4766 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
3105 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
2580 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()3563 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2540 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3559 const OMPTargetParallelForSimdDirective &S);3594 const OMPTargetParallelForSimdDirective &S);
361 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
7491 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()7507 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()7521 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
10548 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
2201 const OMPTargetParallelForSimdDirective *D);3250 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
9176 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
13958 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()