/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | OpenMPKinds.def | 139 // Type of the 'lastprivate' clause.
|
H A D | DiagnosticSemaKinds.td | 10125 "a lastprivate variable with incomplete type %0">; 10183 "loop iteration variable is predetermined as lastprivate|" 10656 "expected list item of scalar type in 'lastprivate' clause with 'conditional' modifier"
|
/netbsd/external/apache2/llvm/dist/clang/docs/ |
H A D | OpenMPSupport.rst | 240 | misc extension | conditional modifier for lastprivate clause | :go…
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2020 | 888 * trans-openmp.c (gfc_trans_omp_do): Fix 'lastprivate(conditional:'. 981 modifier of 'lastprivate'. 1674 * trans-openmp.c (gfc_trans_omp_do): Don't add private/lastprivate
|
H A D | ChangeLog-2008 | 2183 firstprivate, lastprivate, reduction, copyprivate and copyin 2209 present in lastprivate clause and do loop isn't simple, 2211 parallel's lastprivate clause, change it to shared and add 2212 lastprivate clause to OMP_FOR_CLAUSES. Handle collapsed do loops.
|
H A D | ChangeLog-2021 | 1739 (gfc_split_omp_clauses): Likewise; fix firstprivate/lastprivate
|
H A D | ChangeLog-2016 | 750 firstprivate and lastprivate handling for OpenMP 4.5.
|
H A D | ChangeLog-2006 | 3682 specially if lastprivate clause is present.
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.c | 11623 bool lastprivate in gimplify_omp_for() local 11627 lastprivate = false; in gimplify_omp_for() 11632 lastprivate = false; in gimplify_omp_for() 11637 if (outer && lastprivate) in gimplify_omp_for() 11646 lastprivate = false; in gimplify_omp_for() 11721 lastprivate ? OMP_CLAUSE_LASTPRIVATE in gimplify_omp_for() 11727 (lastprivate ? GOVD_LASTPRIVATE : GOVD_PRIVATE) in gimplify_omp_for()
|
H A D | gimplify.cc | 12840 bool lastprivate in gimplify_omp_for() local 12844 lastprivate = false; in gimplify_omp_for() 12849 lastprivate = false; in gimplify_omp_for() 12854 if (outer && lastprivate) in gimplify_omp_for() 12859 lastprivate ? OMP_CLAUSE_LASTPRIVATE in gimplify_omp_for() 12865 (lastprivate ? GOVD_LASTPRIVATE : GOVD_PRIVATE) in gimplify_omp_for()
|
H A D | ChangeLog-2019 | 19089 clear OMP_CLAUSE_LASTPRIVATE_LOOP_IV on the lastprivate clause 20473 (gimplify_scan_omp_clauses): For lastprivate don't set 20497 lastprivate non-addressable iterator of a collapse(1) simd. 23259 variable(s). For conditional lastprivate look through outer 23261 (lower_omp_1): For conditional lastprivate look through outer 26898 lastprivate conditional clause for the same decl. 27280 (lower_omp_sections): Handle lastprivate conditional. 27452 lastprivate on loop iterators. 27461 handle lastprivate conditional clauses. 27474 (lower_omp_1): Handle GIMPLE_ASSIGNs storing into lastprivate [all …]
|
H A D | ChangeLog-2015 | 8539 lastprivate and linear when combined with distribute. Gimplify 8550 Diagnose the same var on both firstprivate and lastprivate on 8553 lastprivate or linear iter vars when combined with distribute. 8569 for distribute parallel for, if there are lastprivate clauses on the 12365 omp_member_access_dummy_var vars. Add lastprivate clause to outer 12388 loop_iter_var. Use OMP_FOR_ORIG_DECLS. Fix handling of lastprivate 12476 build_outer_var_ref lastprivate argument. Handle 12477 OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV lastprivate if the decl is global 32284 lastprivate or linear iterators.
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 11623 bool lastprivate in gimplify_omp_for() local 11627 lastprivate = false; in gimplify_omp_for() 11632 lastprivate = false; in gimplify_omp_for() 11637 if (outer && lastprivate) in gimplify_omp_for() 11646 lastprivate = false; in gimplify_omp_for() 11721 lastprivate ? OMP_CLAUSE_LASTPRIVATE in gimplify_omp_for() 11727 (lastprivate ? GOVD_LASTPRIVATE : GOVD_PRIVATE) in gimplify_omp_for()
|
/netbsd/external/apache2/llvm/dist/clang/ |
H A D | CMakeLists.txt | 289 # 64-bit integers in the implementation of conditional lastprivate.
|
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 75 def OMPC_LastPrivate : Clause<"lastprivate"> {
|
/netbsd/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2008 | 1701 lastprivate clause, change that clause to shared and add 1702 a lastprivate clause for decl to OMP_FOR_CLAUSES. 1740 fold if not in template. If decl is mentioned in lastprivate
|
H A D | ChangeLog-2019 | 2957 clauses and predetermine iterator as lastprivate. 2960 OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV, set it for lastprivate also 2971 (cxx_omp_finish_clause): Also finish lastprivate clause with 2975 clauses and predetermine iterator as lastprivate.
|
H A D | ChangeLog-2015 | 1001 (OMP_DISTRIBUTE_CLAUSE_MASK): Add lastprivate clause. 1475 Add collapse and ordered arguments. Fix handling of lastprivate
|
H A D | ChangeLog-2014 | 2054 #pragma omp parallel for simd move lastprivate clause from parallel
|
/netbsd/external/gpl3/gcc/dist/libgomp/ |
H A D | ChangeLog | 1387 * testsuite/libgomp.c-c++-common/lastprivate-conditional-7.c: Ditto. 1388 * testsuite/libgomp.c-c++-common/lastprivate-conditional-8.c: Ditto. 3401 * testsuite/libgomp.fortran/lastprivate-conditional-10.f90: New test. 5953 * testsuite/libgomp.c++/lastprivate-conditional-1.C: New test. 5954 * testsuite/libgomp.c++/lastprivate-conditional-2.C: New test. 5958 * testsuite/libgomp.c-c++-common/lastprivate-conditional-7.c: New test. 5959 * testsuite/libgomp.c-c++-common/lastprivate-conditional-8.c: New test. 5960 * testsuite/libgomp.c-c++-common/lastprivate-conditional-9.c: New test. 5977 * testsuite/libgomp.c-c++-common/lastprivate-conditional-4.c: ... this. 5978 * testsuite/libgomp.c-c++-common/lastprivate-conditional-5.c: New test. [all …]
|
H A D | libgomp.texi | 241 @item @code{conditional} modifier to @code{lastprivate} clause @tab Y @tab 4349 #pragma omp for firstprivate(x) lastprivate(y)
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gimple.texi | 2109 construct's clauses: private, firstprivate, lastprivate,
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gimple.texi | 2101 construct's clauses: private, firstprivate, lastprivate,
|
/netbsd/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 5633 (OMP_DISTRIBUTE_CLAUSE_MASK): Add lastprivate clause. 6937 #pragma omp parallel for simd move lastprivate clause from parallel
|
/netbsd/external/gpl3/gcc.old/dist/libgomp/ |
H A D | libgomp.texi | 3815 #pragma omp for firstprivate(x) lastprivate(y)
|