Lines Matching refs:OMPLoopDirective
143 if (auto *LD = dyn_cast<OMPLoopDirective>(&S)) { in emitPreInitStmt()
1049 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit()
1138 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal()
1872 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()
1881 void CodeGenFunction::EmitOMPLoopBody(const OMPLoopDirective &D, in EmitOMPLoopBody()
2141 bool CodeGenFunction::EmitOMPLinearClauseInit(const OMPLoopDirective &D) { in EmitOMPLinearClauseInit()
2180 const OMPLoopDirective &D, in EmitOMPLinearClauseFinal()
2253 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters()
2294 static void emitPreCond(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitPreCond()
2333 const OMPLoopDirective &D, CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPLinearClause()
2338 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause()
2391 void CodeGenFunction::EmitOMPSimdInit(const OMPLoopDirective &D) { in EmitOMPSimdInit()
2411 const OMPLoopDirective &D, in EmitOMPSimdFinal()
2457 const OMPLoopDirective &S, in emitOMPLoopBodyWithStopPoint()
2471 static void emitCommonSimdLoop(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitCommonSimdLoop()
2507 static void emitOMPSimdRegion(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitOMPSimdRegion()
2806 bool DynamicOrOrdered, bool IsMonotonic, const OMPLoopDirective &S, in EmitOMPOuterLoop()
2923 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop()
3030 OpenMPDistScheduleClauseKind ScheduleKind, const OMPLoopDirective &S, in EmitOMPDistributeOuterLoop()
3092 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForInnerBounds()
3136 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForDispatchBounds()
3153 const auto &Dir = cast<OMPLoopDirective>(S); in emitDistributeParallelForDistributeInnerBoundParams()
3171 const OMPLoopDirective &S, in emitInnerParallelForWhenCombined()
3264 const OMPLoopDirective &S, Expr *EUB, in EmitOMPWorksharingLoop()
3509 const auto &LS = cast<OMPLoopDirective>(S); in emitForLoopBounds()
3524 const auto &LS = cast<OMPLoopDirective>(S); in emitDispatchForLoopBounds()
3540 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirectiveDecls()
3592 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirectiveFinals()
3657 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirective()
3798 const OMPLoopDirective &S, in emitWorksharingDirective()
5491 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
5523 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
5565 void CodeGenFunction::EmitOMPDistributeLoop(const OMPLoopDirective &S, in EmitOMPDistributeLoop()
6602 const OMPLoopDirective &D) -> llvm::Value * { in emitCommonOMPTargetDirective()
7512 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective()
7822 emitOMPSimdRegion(CGF, cast<OMPLoopDirective>(D), Action); in EmitSimpleOMPExecutableDirective()
7824 if (const auto *LD = dyn_cast<OMPLoopDirective>(&D)) { in EmitSimpleOMPExecutableDirective()