/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | oacc-parallel.c | 62 size_t mapnum, void **hostaddrs, size_t *sizes, in GOACC_parallel_keyed() argument 81 __FUNCTION__, (uint64_t) mapnum, hostaddrs, sizes, kinds); in GOACC_parallel_keyed() 84 __FUNCTION__, (unsigned long) mapnum, hostaddrs, sizes, kinds); in GOACC_parallel_keyed() 96 fn (hostaddrs); in GOACC_parallel_keyed() 102 fn (hostaddrs); in GOACC_parallel_keyed() 174 tgt = gomp_map_vars (acc_dev, mapnum, hostaddrs, NULL, sizes, kinds, true, in GOACC_parallel_keyed() 182 acc_dev->openacc.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, in GOACC_parallel_keyed() 198 size_t mapnum, void **hostaddrs, size_t *sizes, in GOACC_parallel() argument 204 fn (hostaddrs); in GOACC_parallel() 210 void **hostaddrs, size_t *sizes, unsigned short *kinds) in GOACC_data_start() argument [all …]
|
H A D | target.c | 401 size_t first, size_t i, void **hostaddrs, in gomp_map_fields_existing() argument 412 cur_node.host_start = (uintptr_t) hostaddrs[i]; in gomp_map_fields_existing() 426 if (cur_node.host_start > (uintptr_t) hostaddrs[first - 1]) in gomp_map_fields_existing() 461 gomp_map_val (struct target_mem_desc *tgt, void **hostaddrs, size_t i) in gomp_map_val() argument 468 return (uintptr_t) hostaddrs[i]; in gomp_map_val() 475 + (uintptr_t) hostaddrs[i] in gomp_map_val() 476 - (uintptr_t) hostaddrs[i + 1]; in gomp_map_val() 482 void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, in gomp_map_vars() argument 539 if (hostaddrs[i] == NULL in gomp_map_vars() 548 cur_node.host_start = (uintptr_t) hostaddrs[i]; in gomp_map_vars() [all …]
|
H A D | oacc-mem.c | 307 void *hostaddrs = h; in acc_map_data() local 348 tgt = gomp_map_vars (acc_dev, mapnum, &hostaddrs, &devaddrs, &sizes, in acc_map_data() 475 void *hostaddrs = h; in present_create_copy() local 484 tgt = gomp_map_vars (acc_dev, mapnum, &hostaddrs, NULL, &s, &kinds, true, in present_create_copy() 655 gomp_acc_insert_pointer (size_t mapnum, void **hostaddrs, size_t *sizes, in gomp_acc_insert_pointer() argument 663 tgt = gomp_map_vars (acc_dev, mapnum, hostaddrs, in gomp_acc_insert_pointer()
|
H A D | oacc-host.c | 141 void **hostaddrs, in host_openacc_exec() argument 147 fn (hostaddrs); in host_openacc_exec()
|
H A D | task.c | 595 void (*fn) (void *), size_t mapnum, void **hostaddrs, in gomp_create_target_task() argument 658 memcpy (ttask->hostaddrs, hostaddrs, mapnum * sizeof (void *)); in gomp_create_target_task() 659 ttask->sizes = (size_t *) &ttask->hostaddrs[mapnum]; in gomp_create_target_task() 676 memcpy (tgt + tgt_size, hostaddrs[i], sizes[i]); in gomp_create_target_task() 677 ttask->hostaddrs[i] = tgt + tgt_size; in gomp_create_target_task()
|
H A D | libgomp.h | 505 void *hostaddrs[]; member
|