Searched refs:OMPTargetParallelForSimdDirective (Results 1 – 15 of 15) sorted by relevance
1738 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()1742 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()1773 OMPTargetParallelForSimdDirective *1774 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1778 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
1186 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
1023 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
276 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
4719 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {4729 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function4740 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function4756 static OMPTargetParallelForSimdDirective *4767 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
3103 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
2627 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()3615 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2581 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3562 const OMPTargetParallelForSimdDirective &S);3597 const OMPTargetParallelForSimdDirective &S);
365 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
7467 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()7483 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()7497 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
10159 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
2209 const OMPTargetParallelForSimdDirective *D);3276 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
9297 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
14098 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()