Searched refs:gomp_unmap_vars (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | oacc-parallel.c | 326 gomp_unmap_vars (tgt, true); in GOACC_parallel_keyed() 545 gomp_unmap_vars (tgt, true); in GOACC_data_end()
|
H A D | target.c | 1493 gomp_unmap_vars (struct target_mem_desc *tgt, bool do_copyfrom) in gomp_unmap_vars() function 2010 gomp_unmap_vars (tgt_vars, true); in GOMP_target() 2175 gomp_unmap_vars (tgt_vars, true); in GOMP_target_ext() 2244 gomp_unmap_vars (tgt, true); in GOMP_target_end_data() 2528 gomp_unmap_vars (ttask->tgt, true); in gomp_target_task_fn()
|
H A D | libgomp.h | 1181 extern void gomp_unmap_vars (struct target_mem_desc *, bool);
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | target.c | 1964 gomp_unmap_vars (struct target_mem_desc *tgt, bool do_copyfrom, in gomp_unmap_vars() function 2584 gomp_unmap_vars (tgt_vars, true, &refcount_set); in GOMP_target() 2757 gomp_unmap_vars (tgt_vars, true, &refcount_set); in GOMP_target_ext() 2835 gomp_unmap_vars (tgt, true, NULL); in GOMP_target_end_data() 3186 gomp_unmap_vars (ttask->tgt, true, NULL); in gomp_target_task_fn()
|
H A D | ChangeLog | 2060 (gomp_unmap_vars): Likewise. 2101 (gomp_unmap_vars): Adjust to static, add refcount_set parameter, manage 2108 gomp_unmap_vars. 2113 (GOMP_target_end_data): Adjust call to gomp_unmap_vars. 4743 to_free field to NULL then calling gomp_unmap_vars. Handle 6276 gomp_unmap_vars. 6277 (gomp_unmap_vars): Implement by calling gomp_unmap_vars_internal. 7724 (gomp_unmap_vars): Use it. 9502 parameter, use to set async stream around call to gomp_unmap_vars, 9503 call gomp_unmap_vars() with 'do_copyfrom' set to true. [all …]
|