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()
204 OMPSimdLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S) in OMPSimdLexicalScope()
268 const OMPExecutableDirective &S,
762 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause()
921 const OMPExecutableDirective &D, in EmitOMPPrivateClause()
946 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause()
1016 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
1083 const OMPExecutableDirective &D, bool NoFinals, in EmitOMPLastprivateClauseFinal()
1173 const OMPExecutableDirective &D, in EmitOMPReductionClauseInit()
1393 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal()
1433 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitPostUpdateForReductionClause()
1462 const OMPExecutableDirective &,
1469 const OMPExecutableDirective &S) { in checkForLastprivateConditionalUpdate()
1525 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitCommonOMPParallelDirective()
1578 const OMPExecutableDirective &, in emitEmptyBoundParameters() argument
1862 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
1874 const auto &OMPED = cast<OMPExecutableDirective>(S); in EmitOMPInnerLoop()
1997 const OMPExecutableDirective &D) { in emitAlignedClause()
2155 const OMPExecutableDirective &D, in emitSimdlenSafelenClause()
2695 const OMPExecutableDirective &S) { in emitDistributeParallelForInnerBounds()
2738 const OMPExecutableDirective &S, in emitDistributeParallelForDispatchBounds()
2755 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDistributeParallelForDistributeInnerBoundParams()
3110 emitForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitForLoopBounds()
3124 emitDispatchForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitDispatchForLoopBounds()
3402 void CodeGenFunction::EmitSections(const OMPExecutableDirective &S) { in EmitSections()
3615 static void emitMaster(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitMaster()
3814 void VisitOMPExecutableDirective(const OMPExecutableDirective *) { return; } in VisitOMPExecutableDirective() argument
3832 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective()
4167 const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, in EmitOMPTargetTaskBasedDirective()
4416 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective()
5465 const OMPExecutableDirective &S, in emitCommonOMPTargetDirective()
5581 const OMPExecutableDirective &S, in emitCommonOMPTeamsDirective()
6649 const OMPExecutableDirective &D) { in EmitSimpleOMPExecutableDirective()