/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | OpenMPKinds.def | 79 // Static attributes for 'defaultmap' clause. 84 // Modifiers for 'defaultmap' clause.
|
H A D | DiagnosticSemaKinds.td | 10654 "at most one defaultmap clause for each variable-category can appear on the directive">;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 241 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 D | ChangeLog-2018 | 5286 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 D | ChangeLog-2021 | 23193 (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 D | gimplify.c | 235 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 D | OpenMPSupport.rst | 176 | 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 D | dump-parse-tree.cc | 1784 if (omp_clauses->defaultmap[i] == OMP_DEFAULTMAP_UNSET) in show_omp_clauses() 1787 switch (omp_clauses->defaultmap[i]) in show_omp_clauses()
|
H A D | ChangeLog-2021 | 1604 * 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 D | trans-openmp.cc | 4165 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 D | gfortran.h | 1528 enum gfc_omp_defaultmap defaultmap[OMP_DEFAULTMAP_CAT_NUM]; member
|
H A D | ChangeLog-2016 | 641 alphabetically belongs. Parse defaultmap, grainsize, hint, 795 orderedc, defaultmap, nogroup, sched_simd, sched_monotonic,
|
H A D | openmp.cc | 1792 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 D | OMP.td | 212 def OMPC_DefaultMap : Clause<"defaultmap"> {
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 3427 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 D | gfortran.h | 1345 bool inbranch, notinbranch, defaultmap, nogroup; member
|
H A D | openmp.c | 1139 && !c->defaultmap 1142 c->defaultmap = true;
|
H A D | dump-parse-tree.c | 1660 if (omp_clauses->defaultmap) in show_omp_clauses()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | libgomp.texi | 249 @item @code{defaultmap} extensions @tab Y @tab 310 @item @code{present} argument to @code{defaultmap} clause @tab N @tab
|
H A D | libgomp.info | 243 'defaultmap' extensions Y 316 'present' argument to 'defaultmap' clause N
|
H A D | ChangeLog | 2016 * 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 D | ChangeLog-2015 | 1408 defaultmap and is_device_ptr clauses.
|
H A D | ChangeLog-2018 | 920 (cp_parser_omp_clause_defaultmap): Parse new kinds of defaultmap
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 2662 (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 D | MD5SUMS | 10120 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 …]
|