Lines Matching refs:OMPExecutableDirective
48 void emitPreInitStmt(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitPreInitStmt()
77 CodeGenFunction &CGF, const OMPExecutableDirective &S, in OMPLexicalScope()
109 bool EmitPreInitStmt(const OMPExecutableDirective &S) { in EmitPreInitStmt()
117 OMPParallelScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPParallelScope()
125 bool EmitPreInitStmt(const OMPExecutableDirective &S) { in EmitPreInitStmt()
132 OMPTeamsScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPTeamsScope()
214 OMPSimdLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPSimdLexicalScope()
287 const OMPExecutableDirective &S,
800 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause()
946 const OMPExecutableDirective &D, in EmitOMPPrivateClause()
970 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause()
1043 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
1106 const OMPExecutableDirective &D, bool NoFinals, in EmitOMPLastprivateClauseFinal()
1197 const OMPExecutableDirective &D, in EmitOMPReductionClauseInit()
1411 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal()
1451 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitPostUpdateForReductionClause()
1480 const OMPExecutableDirective &,
1487 const OMPExecutableDirective &S) { in checkForLastprivateConditionalUpdate()
1543 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitCommonOMPParallelDirective()
1596 const OMPExecutableDirective &, in emitEmptyBoundParameters() argument
1600 const OMPExecutableDirective &S) { in emitOMPCopyinClause()
2081 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
2093 const auto &OMPED = cast<OMPExecutableDirective>(S); in EmitOMPInnerLoop()
2218 const OMPExecutableDirective &D) { in emitAlignedClause()
2367 const OMPExecutableDirective &D) { in emitSimdlenSafelenClause()
3091 const OMPExecutableDirective &S) { in emitDistributeParallelForInnerBounds()
3134 const OMPExecutableDirective &S, in emitDistributeParallelForDispatchBounds()
3151 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDistributeParallelForDistributeInnerBoundParams()
3508 emitForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitForLoopBounds()
3522 emitDispatchForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDispatchForLoopBounds()
3976 void CodeGenFunction::EmitSections(const OMPExecutableDirective &S) { in EmitSections()
4263 static void emitMaster(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMaster()
4299 static void emitMasked(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMasked()
4530 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective() argument
4547 static void buildDependences(const OMPExecutableDirective &S, in buildDependences()
4582 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective()
4987 const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, in EmitOMPTargetTaskBasedDirective()
5126 void CodeGenFunction::processInReduction(const OMPExecutableDirective &S, in processInReduction()
5365 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective()
6530 const OMPExecutableDirective &S, in emitCommonOMPTargetDirective()
6653 const OMPExecutableDirective &S, in emitCommonOMPTeamsDirective()
7793 const OMPExecutableDirective &D) { in EmitSimpleOMPExecutableDirective()