Lines Matching refs:CapturedStmt
82 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion); in OMPLexicalScope()
241 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
259 CS = dyn_cast<CapturedStmt>(CS->getCapturedStmt()); in OMPSimdLexicalScope()
308 const CapturedStmt &S, SmallVectorImpl<llvm::Value *> &CapturedVars) { in GenerateOpenMPCapturedVars()
312 for (CapturedStmt::const_capture_init_iterator I = S.capture_init_begin(), in GenerateOpenMPCapturedVars()
387 const CapturedStmt *S = nullptr;
398 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions()
583 CodeGenFunction::GenerateOpenMPCapturedStmtFunction(const CapturedStmt &S, in GenerateOpenMPCapturedStmtFunction()
1528 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel); in emitCommonOMPParallelDirective()
1704 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel); in EmitOMPParallelDirective()
1875 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()
3403 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections() local
3404 const auto *CS = dyn_cast<CompoundStmt>(CapturedStmt); in EmitSections()
3406 auto &&CodeGen = [&S, CapturedStmt, CS, in EmitSections()
3437 auto &&BodyGen = [CapturedStmt, CS, &S, &IV](CodeGenFunction &CGF) { in EmitSections()
3467 CGF.EmitStmt(CapturedStmt); in EmitSections()
3815 void VisitCapturedStmt(const CapturedStmt *) { return; } in VisitCapturedStmt() argument
3836 const CapturedStmt *CS = S.getCapturedStmt(CapturedRegion); in EmitOMPTaskBasedDirective()
4170 const CapturedStmt *CS = S.getCapturedStmt(OMPD_task); in EmitOMPTargetTaskBasedDirective()
4301 const CapturedStmt *CS = S.getCapturedStmt(OMPD_task); in EmitOMPTaskDirective()
4855 const CapturedStmt *S, in emitOutlinedOrderedFunction()
4876 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()
5584 const CapturedStmt *CS = S.getCapturedStmt(OMPD_teams); in emitCommonOMPTeamsDirective()
6260 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel); in emitTargetParallelRegion()
6394 const CapturedStmt *CS = S.getCapturedStmt(OMPD_taskloop); in EmitOMPTaskLoopBasedDirective()