Lines Matching refs:OMPExecutableDirective
42 void emitPreInitStmt(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitPreInitStmt()
71 CodeGenFunction &CGF, const OMPExecutableDirective &S, in OMPLexicalScope()
105 bool EmitPreInitStmt(const OMPExecutableDirective &S) { in EmitPreInitStmt()
113 OMPParallelScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPParallelScope()
121 bool EmitPreInitStmt(const OMPExecutableDirective &S) { in EmitPreInitStmt()
128 OMPTeamsScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPTeamsScope()
207 OMPSimdLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPSimdLexicalScope()
282 const OMPExecutableDirective &S,
783 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause()
942 const OMPExecutableDirective &D, in EmitOMPPrivateClause()
967 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause()
1039 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
1106 const OMPExecutableDirective &D, bool NoFinals, in EmitOMPLastprivateClauseFinal()
1196 const OMPExecutableDirective &D, in EmitOMPReductionClauseInit()
1416 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal()
1456 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitPostUpdateForReductionClause()
1485 const OMPExecutableDirective &,
1492 const OMPExecutableDirective &S) { in checkForLastprivateConditionalUpdate()
1548 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitCommonOMPParallelDirective()
1601 const OMPExecutableDirective &, in emitEmptyBoundParameters() argument
2031 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
2043 const auto &OMPED = cast<OMPExecutableDirective>(S); in EmitOMPInnerLoop()
2167 const OMPExecutableDirective &D) { in emitAlignedClause()
2324 const OMPExecutableDirective &D, in emitSimdlenSafelenClause()
2872 const OMPExecutableDirective &S) { in emitDistributeParallelForInnerBounds()
2915 const OMPExecutableDirective &S, in emitDistributeParallelForDispatchBounds()
2932 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDistributeParallelForDistributeInnerBoundParams()
3287 emitForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitForLoopBounds()
3301 emitDispatchForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDispatchForLoopBounds()
3649 void CodeGenFunction::EmitSections(const OMPExecutableDirective &S) { in EmitSections()
3943 static void emitMaster(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMaster()
3981 static void emitMasked(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMasked()
4217 void VisitOMPExecutableDirective(const OMPExecutableDirective *) { return; } in VisitOMPExecutableDirective() argument
4235 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective()
4584 const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, in EmitOMPTargetTaskBasedDirective()
4838 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective()
5895 const OMPExecutableDirective &S, in emitCommonOMPTargetDirective()
6012 const OMPExecutableDirective &S, in emitCommonOMPTeamsDirective()
7082 const OMPExecutableDirective &D) { in EmitSimpleOMPExecutableDirective()