Lines Matching refs:OMPExecutableDirective

52   void emitPreInitStmt(CodeGenFunction &CGF, const OMPExecutableDirective &S) {  in emitPreInitStmt()
81 CodeGenFunction &CGF, const OMPExecutableDirective &S, in OMPLexicalScope()
113 bool EmitPreInitStmt(const OMPExecutableDirective &S) { in EmitPreInitStmt()
121 OMPParallelScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPParallelScope()
129 bool EmitPreInitStmt(const OMPExecutableDirective &S) { in EmitPreInitStmt()
136 OMPTeamsScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPTeamsScope()
240 OMPSimdLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPSimdLexicalScope()
313 const OMPExecutableDirective &S,
824 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause()
969 const OMPExecutableDirective &D, in EmitOMPPrivateClause()
993 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause()
1066 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
1129 const OMPExecutableDirective &D, bool NoFinals, in EmitOMPLastprivateClauseFinal()
1220 const OMPExecutableDirective &D, in EmitOMPReductionClauseInit()
1430 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal()
1473 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitPostUpdateForReductionClause()
1502 const OMPExecutableDirective &,
1509 const OMPExecutableDirective &S) { in checkForLastprivateConditionalUpdate()
1565 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitCommonOMPParallelDirective()
1619 const OMPExecutableDirective &, in emitEmptyBoundParameters() argument
1623 const OMPExecutableDirective &S) { in emitOMPCopyinClause()
2109 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
2121 const auto &OMPED = cast<OMPExecutableDirective>(S); in EmitOMPInnerLoop()
2246 const OMPExecutableDirective &D) { in emitAlignedClause()
2395 const OMPExecutableDirective &D) { in emitSimdlenSafelenClause()
3138 const OMPExecutableDirective &S) { in emitDistributeParallelForInnerBounds()
3181 const OMPExecutableDirective &S, in emitDistributeParallelForDispatchBounds()
3198 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDistributeParallelForDistributeInnerBoundParams()
3554 emitForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitForLoopBounds()
3568 emitDispatchForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDispatchForLoopBounds()
4021 void CodeGenFunction::EmitSections(const OMPExecutableDirective &S) { in EmitSections()
4308 static void emitMaster(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMaster()
4344 static void emitMasked(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMasked()
4602 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective() argument
4619 static void buildDependences(const OMPExecutableDirective &S, in buildDependences()
4654 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective()
5071 const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, in EmitOMPTargetTaskBasedDirective()
5217 void CodeGenFunction::processInReduction(const OMPExecutableDirective &S, in processInReduction()
5456 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective()
6659 const OMPExecutableDirective &S, in emitCommonOMPTargetDirective()
6782 const OMPExecutableDirective &S, in emitCommonOMPTeamsDirective()
7990 const OMPExecutableDirective &D) { in emitTargetTeamsLoopCodegenStatus()
8137 const OMPExecutableDirective &D) { in EmitSimpleOMPExecutableDirective()