Home
last modified time | relevance | path

Searched refs:defaultmap (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.def79 // Static attributes for 'defaultmap' clause.
84 // Modifiers for 'defaultmap' clause.
H A DDiagnosticSemaKinds.td10654 "at most one defaultmap clause for each variable-category can appear on the directive">;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc241 int defaultmap[5]; member
466 c->defaultmap[GDMK_SCALAR] = GOVD_MAP; in new_omp_context()
467 c->defaultmap[GDMK_SCALAR_TARGET] = GOVD_MAP; in new_omp_context()
468 c->defaultmap[GDMK_AGGREGATE] = GOVD_MAP; in new_omp_context()
469 c->defaultmap[GDMK_ALLOCATABLE] = GOVD_MAP; in new_omp_context()
470 c->defaultmap[GDMK_POINTER] = GOVD_MAP; in new_omp_context()
7187 if (ctx->defaultmap[GDMK_SCALAR] & GOVD_FIRSTPRIVATE) in omp_firstprivatize_variable()
7835 else if (ctx->defaultmap[gdmk] == 0) in omp_notice_variable()
7842 else if (ctx->defaultmap[gdmk] in omp_notice_variable()
7844 nflags |= ctx->defaultmap[gdmk]; in omp_notice_variable()
[all …]
H A DChangeLog-20185286 target_map_pointers_as_0len_arrays members, add defaultmap.
5287 (new_omp_context): Initialize defaultmap member.
5291 ORT_WORKSHARE. Test ctx->defaultmap[GDMK_SCALAR] instead of
5298 Handle new defaultmap clause kinds.
5310 OMP_CLAUSE_NONTEMPORAL. Handle new defaultmap clause kinds. Handle
5328 (computable_teams_clause): Test ctx->defaultmap[GDMK_SCALAR]
H A DChangeLog-202123193 (struct gimplify_omp_ctx): Extend defaultmap array by one.
23194 (new_omp_context): Init defaultmap[GDMK_SCALAR_TARGET].
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c235 int defaultmap[4]; member
459 c->defaultmap[GDMK_SCALAR] = GOVD_MAP; in new_omp_context()
460 c->defaultmap[GDMK_AGGREGATE] = GOVD_MAP; in new_omp_context()
461 c->defaultmap[GDMK_ALLOCATABLE] = GOVD_MAP; in new_omp_context()
462 c->defaultmap[GDMK_POINTER] = GOVD_MAP; in new_omp_context()
6863 if (ctx->defaultmap[GDMK_SCALAR] & GOVD_FIRSTPRIVATE) in omp_firstprivatize_variable()
7475 if (ctx->defaultmap[gdmk] == 0) in omp_notice_variable()
7482 else if (ctx->defaultmap[gdmk] in omp_notice_variable()
7484 nflags |= ctx->defaultmap[gdmk]; in omp_notice_variable()
7487 gcc_assert (ctx->defaultmap[gdmk] & GOVD_MAP); in omp_notice_variable()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DOpenMPSupport.rst176 | device extension | support full 'defaultmap' functionality | :go…
277 | device extension | 'present' in defaultmap clause | :go…
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1784 if (omp_clauses->defaultmap[i] == OMP_DEFAULTMAP_UNSET) in show_omp_clauses()
1787 switch (omp_clauses->defaultmap[i]) in show_omp_clauses()
H A DChangeLog-20211604 * dump-parse-tree.c (show_omp_clauses): Update for defaultmap.
1609 * openmp.c (gfc_match_omp_clauses): Update defaultmap matching.
1614 defaultmap changes.
H A Dtrans-openmp.cc4165 if (clauses->defaultmap[i] == OMP_DEFAULTMAP_UNSET) in gfc_trans_omp_clauses()
4187 switch (clauses->defaultmap[i]) in gfc_trans_omp_clauses()
6082 clausesa[GFC_OMP_SPLIT_TARGET].defaultmap[i] in gfc_split_omp_clauses()
6083 = code->ext.omp_clauses->defaultmap[i]; in gfc_split_omp_clauses()
H A Dgfortran.h1528 enum gfc_omp_defaultmap defaultmap[OMP_DEFAULTMAP_CAT_NUM]; member
H A DChangeLog-2016641 alphabetically belongs. Parse defaultmap, grainsize, hint,
795 orderedc, defaultmap, nogroup, sched_simd, sched_monotonic,
H A Dopenmp.cc1792 if (c->defaultmap[i] != OMP_DEFAULTMAP_UNSET) in gfc_match_omp_clauses()
1819 c->defaultmap[category] = behavior; in gfc_match_omp_clauses()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td212 def OMPC_DefaultMap : Clause<"defaultmap"> {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c3427 if (clauses->defaultmap)
4738 clausesa[GFC_OMP_SPLIT_TARGET].defaultmap in gfc_split_omp_clauses()
4739 = code->ext.omp_clauses->defaultmap; in gfc_split_omp_clauses()
H A Dgfortran.h1345 bool inbranch, notinbranch, defaultmap, nogroup; member
H A Dopenmp.c1139 && !c->defaultmap
1142 c->defaultmap = true;
H A Ddump-parse-tree.c1660 if (omp_clauses->defaultmap) in show_omp_clauses()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.texi249 @item @code{defaultmap} extensions @tab Y @tab
310 @item @code{present} argument to @code{defaultmap} clause @tab N @tab
H A Dlibgomp.info243 'defaultmap' extensions Y
316 'present' argument to 'defaultmap' clause N
H A DChangeLog2016 * testsuite/libgomp.fortran/defaultmap-8.f90 (bar): Determine whether
2130 * testsuite/libgomp.fortran/defaultmap-8.f90: New test.
9350 map (alloc: a, l) clause. Add defaultmap(tofrom: scalar) clause.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20151408 defaultmap and is_device_ptr clauses.
H A DChangeLog-2018920 (cp_parser_omp_clause_defaultmap): Parse new kinds of defaultmap
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog2662 (c_parser_omp_clause_defaultmap): Parse new kinds of defaultmap
5811 defaultmap and is_device_ptr clauses.
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS10120 210213fef63c2c9f7b4d77ee3540dfd2 gcc/testsuite/c-c++-common/gomp/defaultmap-1.c
10121 cfe9ce2bee6dfde91d715b2c34a5a896 gcc/testsuite/c-c++-common/gomp/defaultmap-2.c
10122 5ccd214a0e6437b9a7e3a44ab4d50f74 gcc/testsuite/c-c++-common/gomp/defaultmap-3.c
81934 8b017b80a8823fe935e58eac73673b61 gcc/testsuite/gfortran.dg/gomp/defaultmap-1.f90
81935 318f72b3af7c8052b99ae5eaf03d5eb9 gcc/testsuite/gfortran.dg/gomp/defaultmap-2.f90
81936 d638394ef6b5d3b81dd5d401e9384a8e gcc/testsuite/gfortran.dg/gomp/defaultmap-3.f90
81937 400507a238abeb48518833a88628598c gcc/testsuite/gfortran.dg/gomp/defaultmap-4.f90
81938 25ce25bddd9fc3d310ab402fa1f706e2 gcc/testsuite/gfortran.dg/gomp/defaultmap-5.f90
81939 e6cc091be856f2eebb0cecc58fb81c3d gcc/testsuite/gfortran.dg/gomp/defaultmap-6.f90
81940 470d844fb0d7cccca9d9f7020f4c38a9 gcc/testsuite/gfortran.dg/gomp/defaultmap-7.f90
[all …]

12