Lines Matching refs:OMPLoopDirective
139 if (auto *LD = dyn_cast<OMPLoopDirective>(&S)) { in emitPreInitStmt()
1053 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit()
1146 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal()
1846 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()
1855 void CodeGenFunction::EmitOMPLoopBody(const OMPLoopDirective &D, in EmitOMPLoopBody()
2099 bool CodeGenFunction::EmitOMPLinearClauseInit(const OMPLoopDirective &D) { in EmitOMPLinearClauseInit()
2137 const OMPLoopDirective &D, in EmitOMPLinearClauseFinal()
2210 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters()
2258 static void emitPreCond(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitPreCond()
2297 const OMPLoopDirective &D, CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPLinearClause()
2302 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause()
2356 void CodeGenFunction::EmitOMPSimdInit(const OMPLoopDirective &D) { in EmitOMPSimdInit()
2376 const OMPLoopDirective &D, in EmitOMPSimdFinal()
2422 const OMPLoopDirective &S, in emitOMPLoopBodyWithStopPoint()
2436 static void emitCommonSimdLoop(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitCommonSimdLoop()
2472 static void emitOMPSimdRegion(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitOMPSimdRegion()
2612 bool DynamicOrOrdered, bool IsMonotonic, const OMPLoopDirective &S, in EmitOMPOuterLoop()
2729 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop()
2838 OpenMPDistScheduleClauseKind ScheduleKind, const OMPLoopDirective &S, in EmitOMPDistributeOuterLoop()
2900 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForInnerBounds()
2944 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForDispatchBounds()
2961 const auto &Dir = cast<OMPLoopDirective>(S); in emitDistributeParallelForDistributeInnerBoundParams()
2979 const OMPLoopDirective &S, in emitInnerParallelForWhenCombined()
3072 const OMPLoopDirective &S, Expr *EUB, in EmitOMPWorksharingLoop()
3314 const auto &LS = cast<OMPLoopDirective>(S); in emitForLoopBounds()
3329 const auto &LS = cast<OMPLoopDirective>(S); in emitDispatchForLoopBounds()
3345 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirectiveDecls()
3411 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirective()
3552 const OMPLoopDirective &S, in emitWorksharingDirective()
4990 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
5022 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
5064 void CodeGenFunction::EmitOMPDistributeLoop(const OMPLoopDirective &S, in EmitOMPDistributeLoop()
5994 const OMPLoopDirective &D) -> llvm::Value * { in emitCommonOMPTargetDirective()
6857 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective()
7145 emitOMPSimdRegion(CGF, cast<OMPLoopDirective>(D), Action); in EmitSimpleOMPExecutableDirective()
7147 if (const auto *LD = dyn_cast<OMPLoopDirective>(&D)) { in EmitSimpleOMPExecutableDirective()