Lines Matching refs:OMPLoopDirective

139     if (auto *LD = dyn_cast<OMPLoopDirective>(&S)) {  in emitPreInitStmt()
1045 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit()
1138 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal()
1838 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()
1847 void CodeGenFunction::EmitOMPLoopBody(const OMPLoopDirective &D, in EmitOMPLoopBody()
2091 bool CodeGenFunction::EmitOMPLinearClauseInit(const OMPLoopDirective &D) { in EmitOMPLinearClauseInit()
2129 const OMPLoopDirective &D, in EmitOMPLinearClauseFinal()
2202 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters()
2250 static void emitPreCond(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitPreCond()
2289 const OMPLoopDirective &D, CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPLinearClause()
2294 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause()
2350 void CodeGenFunction::EmitOMPSimdInit(const OMPLoopDirective &D, in EmitOMPSimdInit()
2371 const OMPLoopDirective &D, in EmitOMPSimdFinal()
2417 const OMPLoopDirective &S, in emitOMPLoopBodyWithStopPoint()
2431 static void emitCommonSimdLoop(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitCommonSimdLoop()
2467 static void emitOMPSimdRegion(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitOMPSimdRegion()
2585 bool DynamicOrOrdered, bool IsMonotonic, const OMPLoopDirective &S, in EmitOMPOuterLoop()
2702 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop()
2811 OpenMPDistScheduleClauseKind ScheduleKind, const OMPLoopDirective &S, in EmitOMPDistributeOuterLoop()
2873 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForInnerBounds()
2917 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForDispatchBounds()
2934 const auto &Dir = cast<OMPLoopDirective>(S); in emitDistributeParallelForDistributeInnerBoundParams()
2952 const OMPLoopDirective &S, in emitInnerParallelForWhenCombined()
3045 const OMPLoopDirective &S, Expr *EUB, in EmitOMPWorksharingLoop()
3288 const auto &LS = cast<OMPLoopDirective>(S); in emitForLoopBounds()
3303 const auto &LS = cast<OMPLoopDirective>(S); in emitDispatchForLoopBounds()
3319 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirectiveDecls()
3385 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirective()
3526 const OMPLoopDirective &S, in emitWorksharingDirective()
4964 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
4996 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
5038 void CodeGenFunction::EmitOMPDistributeLoop(const OMPLoopDirective &S, in EmitOMPDistributeLoop()
5961 const OMPLoopDirective &D) -> llvm::Value * { in emitCommonOMPTargetDirective()
6824 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective()
7112 emitOMPSimdRegion(CGF, cast<OMPLoopDirective>(D), Action); in EmitSimpleOMPExecutableDirective()
7114 if (const auto *LD = dyn_cast<OMPLoopDirective>(&D)) { in EmitSimpleOMPExecutableDirective()