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,
796 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause()
942 const OMPExecutableDirective &D, in EmitOMPPrivateClause()
966 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause()
1039 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
1102 const OMPExecutableDirective &D, bool NoFinals, in EmitOMPLastprivateClauseFinal()
1193 const OMPExecutableDirective &D, in EmitOMPReductionClauseInit()
1405 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal()
1445 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitPostUpdateForReductionClause()
1474 const OMPExecutableDirective &,
1481 const OMPExecutableDirective &S) { in checkForLastprivateConditionalUpdate()
1537 CodeGenFunction &CGF, const OMPExecutableDirective &S, in emitCommonOMPParallelDirective()
1591 const OMPExecutableDirective &, in emitEmptyBoundParameters() argument
1595 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()
4557 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective() argument
4574 static void buildDependences(const OMPExecutableDirective &S, in buildDependences()
4609 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective()
5014 const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, in EmitOMPTargetTaskBasedDirective()
5160 void CodeGenFunction::processInReduction(const OMPExecutableDirective &S, in processInReduction()
5399 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective()
6603 const OMPExecutableDirective &S, in emitCommonOMPTargetDirective()
6726 const OMPExecutableDirective &S, in emitCommonOMPTeamsDirective()
8015 const OMPExecutableDirective &D) { in EmitSimpleOMPExecutableDirective()