Lines Matching refs:OMPExecutableDirective
30 void emitPreInitStmt(CodeGenFunction &CGF, const OMPExecutableDirective &S) { in emitPreInitStmt()
56 OMPLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S, in OMPLexicalScope()
572 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause()
666 const OMPExecutableDirective &D, in EmitOMPPrivateClause()
692 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause()
759 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
817 const OMPExecutableDirective &D, bool NoFinals, in EmitOMPLastprivateClauseFinal()
935 const OMPExecutableDirective &D, in EmitOMPReductionClauseInit()
1138 const OMPExecutableDirective &D) { in EmitOMPReductionClauseFinal()
1166 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitPostUpdateForReductionClause()
1191 const OMPExecutableDirective &S, in emitCommonOMPParallelDirective()
1392 const OMPExecutableDirective &D) { in emitAlignedClause()
1509 const OMPExecutableDirective &D, in emitSimdlenSafelenClause()
2153 void CodeGenFunction::EmitSections(const OMPExecutableDirective &S) { in EmitSections()
2403 void CodeGenFunction::EmitOMPTaskBasedDirective(const OMPExecutableDirective &S, in EmitOMPTaskBasedDirective()
3318 const OMPExecutableDirective &S, in emitCommonOMPTeamsDirective()