Lines Matching refs:OMPLoopDirective

147     if (auto *LD = dyn_cast<OMPLoopDirective>(&S)) {  in emitPreInitStmt()
1072 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit()
1161 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal()
1900 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()
1909 void CodeGenFunction::EmitOMPLoopBody(const OMPLoopDirective &D, in EmitOMPLoopBody()
2169 bool CodeGenFunction::EmitOMPLinearClauseInit(const OMPLoopDirective &D) { in EmitOMPLinearClauseInit()
2208 const OMPLoopDirective &D, in EmitOMPLinearClauseFinal()
2281 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters()
2322 static void emitPreCond(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitPreCond()
2361 const OMPLoopDirective &D, CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPLinearClause()
2366 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause()
2419 void CodeGenFunction::EmitOMPSimdInit(const OMPLoopDirective &D) { in EmitOMPSimdInit()
2439 const OMPLoopDirective &D, in EmitOMPSimdFinal()
2484 const OMPLoopDirective &S, in emitOMPLoopBodyWithStopPoint()
2498 static void emitCommonSimdLoop(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitCommonSimdLoop()
2534 static void emitOMPSimdRegion(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitOMPSimdRegion()
2846 bool DynamicOrOrdered, bool IsMonotonic, const OMPLoopDirective &S, in EmitOMPOuterLoop()
2963 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop()
3076 OpenMPDistScheduleClauseKind ScheduleKind, const OMPLoopDirective &S, in EmitOMPDistributeOuterLoop()
3139 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForInnerBounds()
3183 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForDispatchBounds()
3200 const auto &Dir = cast<OMPLoopDirective>(S); in emitDistributeParallelForDistributeInnerBoundParams()
3216 const OMPLoopDirective &S, in emitInnerParallelForWhenCombined()
3309 const OMPLoopDirective &S, Expr *EUB, in EmitOMPWorksharingLoop()
3555 const auto &LS = cast<OMPLoopDirective>(S); in emitForLoopBounds()
3570 const auto &LS = cast<OMPLoopDirective>(S); in emitDispatchForLoopBounds()
3586 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirectiveDecls()
3638 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirectiveFinals()
3702 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirective()
3843 const OMPLoopDirective &S, in emitWorksharingDirective()
5581 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
5612 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
5653 void CodeGenFunction::EmitOMPDistributeLoop(const OMPLoopDirective &S, in EmitOMPDistributeLoop()
6731 const OMPLoopDirective &D) -> llvm::Value * { in emitCommonOMPTargetDirective()
7664 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective()
7945 const OMPLoopDirective &S) { in EmitOMPParallelGenericLoopDirective()
8166 emitOMPSimdRegion(CGF, cast<OMPLoopDirective>(D), Action); in EmitSimpleOMPExecutableDirective()
8168 if (const auto *LD = dyn_cast<OMPLoopDirective>(&D)) { in EmitSimpleOMPExecutableDirective()