Home
last modified time | relevance | path

Searched refs:lastprivate (Results 1 – 25 of 44) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.def139 // Type of the 'lastprivate' clause.
H A DDiagnosticSemaKinds.td10125 "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 DOpenMPSupport.rst240 | misc extension | conditional modifier for lastprivate clause | :go…
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2020888 * 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 DChangeLog-20082183 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 DChangeLog-20211739 (gfc_split_omp_clauses): Likewise; fix firstprivate/lastprivate
H A DChangeLog-2016750 firstprivate and lastprivate handling for OpenMP 4.5.
H A DChangeLog-20063682 specially if lastprivate clause is present.
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimplify.c11623 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 Dgimplify.cc12840 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 DChangeLog-201919089 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 DChangeLog-20158539 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 Dgimplify.c11623 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 DCMakeLists.txt289 # 64-bit integers in the implementation of conditional lastprivate.
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td75 def OMPC_LastPrivate : Clause<"lastprivate"> {
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20081701 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 DChangeLog-20192957 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 DChangeLog-20151001 (OMP_DISTRIBUTE_CLAUSE_MASK): Add lastprivate clause.
1475 Add collapse and ordered arguments. Fix handling of lastprivate
H A DChangeLog-20142054 #pragma omp parallel for simd move lastprivate clause from parallel
/netbsd/external/gpl3/gcc/dist/libgomp/
H A DChangeLog1387 * 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 Dlibgomp.texi241 @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 Dgimple.texi2109 construct's clauses: private, firstprivate, lastprivate,
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dgimple.texi2101 construct's clauses: private, firstprivate, lastprivate,
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog5633 (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 Dlibgomp.texi3815 #pragma omp for firstprivate(x) lastprivate(y)

12