Searched refs:OMPTargetParallelForSimdDirective (Results 1 – 15 of 15) sorted by relevance
1424 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()1428 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()1459 OMPTargetParallelForSimdDirective *1460 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1464 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
1107 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
901 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
4188 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {4198 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function4209 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function4225 static OMPTargetParallelForSimdDirective *4236 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
2953 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
267 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
2537 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()3441 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2478 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3495 const OMPTargetParallelForSimdDirective &S);3528 const OMPTargetParallelForSimdDirective &S);
341 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
6778 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()6794 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()6808 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
10397 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
2096 const OMPTargetParallelForSimdDirective *D);3084 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
8971 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
12026 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()