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()
209 OMPSimdLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPSimdLexicalScope()
284 const OMPExecutableDirective &S,
792 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause()
950 const OMPExecutableDirective &D, in EmitOMPPrivateClause()
975 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause()
1047 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
1114 const OMPExecutableDirective &D, bool NoFinals, in EmitOMPLastprivateClauseFinal()
1204 const OMPExecutableDirective &D, in EmitOMPReductionClauseInit()
1424 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal()
1464 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitPostUpdateForReductionClause()
1493 const OMPExecutableDirective &,
1500 const OMPExecutableDirective &S) { in checkForLastprivateConditionalUpdate()
1556 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitCommonOMPParallelDirective()
1609 const OMPExecutableDirective &, in emitEmptyBoundParameters() argument
2039 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
2051 const auto &OMPED = cast<OMPExecutableDirective>(S); in EmitOMPInnerLoop()
2175 const OMPExecutableDirective &D) { in emitAlignedClause()
2332 const OMPExecutableDirective &D) { in emitSimdlenSafelenClause()
2899 const OMPExecutableDirective &S) { in emitDistributeParallelForInnerBounds()
2942 const OMPExecutableDirective &S, in emitDistributeParallelForDispatchBounds()
2959 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDistributeParallelForDistributeInnerBoundParams()
3313 emitForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitForLoopBounds()
3327 emitDispatchForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDispatchForLoopBounds()
3675 void CodeGenFunction::EmitSections(const OMPExecutableDirective &S) { in EmitSections()
3969 static void emitMaster(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMaster()
4007 static void emitMasked(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMasked()
4243 void VisitOMPExecutableDirective(const OMPExecutableDirective *) { return; } in VisitOMPExecutableDirective() argument
4261 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective()
4610 const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, in EmitOMPTargetTaskBasedDirective()
4864 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective()
5928 const OMPExecutableDirective &S, in emitCommonOMPTargetDirective()
6045 const OMPExecutableDirective &S, in emitCommonOMPTeamsDirective()
7115 const OMPExecutableDirective &D) { in EmitSimpleOMPExecutableDirective()