Home
last modified time | relevance | path

Searched refs:host_start (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c138 if (key->host_start != key->host_end) in gomp_map_lookup()
146 key->host_start--; in gomp_map_lookup()
148 key->host_start++; in gomp_map_lookup()
157 if (key->host_start != key->host_end) in gomp_map_0len_lookup()
366 tgt_var->offset = newn->host_start - oldn->host_start; in gomp_map_vars_existing()
367 tgt_var->length = newn->host_end - newn->host_start; in gomp_map_vars_existing()
370 || oldn->host_start > newn->host_start in gomp_map_vars_existing()
376 (void *) newn->host_start, (void *) newn->host_end, in gomp_map_vars_existing()
377 (void *) oldn->host_start, (void *) oldn->host_end); in gomp_map_vars_existing()
383 + newn->host_start - oldn->host_start), in gomp_map_vars_existing()
[all …]
H A Doacc-mem.c45 node.host_start = (uintptr_t) h; in lookup_host()
151 void *h = k->host_start + offset; in acc_free()
152 size_t h_size = k->host_end - k->host_start; in acc_free()
269 offset = h - n->host_start; in acc_deviceptr()
311 h = n->host_start + offset; in acc_hostptr()
343 if (n && ((uintptr_t)h < n->host_start in acc_is_present()
345 || s > n->host_end - n->host_start)) in acc_is_present()
450 size_t host_size = n->host_end - n->host_start; in acc_unmap_data()
452 if (n->host_start != (uintptr_t) h) in acc_unmap_data()
456 (void *) n->host_start, (int) host_size, (void *) h); in acc_unmap_data()
[all …]
H A Dlibgomp.h1006 uintptr_t host_start; member
1025 if (x->host_start == x->host_end in splay_compare()
1026 && y->host_start == y->host_end) in splay_compare()
1028 if (x->host_end <= y->host_start) in splay_compare()
1030 if (x->host_start >= y->host_end) in splay_compare()
H A Doacc-parallel.c261 k.host_start = (uintptr_t) fn; in GOACC_parallel_keyed()
262 k.host_end = k.host_start + 1; in GOACC_parallel_keyed()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c168 if (key->host_start != key->host_end) in gomp_map_lookup()
176 key->host_start--; in gomp_map_lookup()
178 key->host_start++; in gomp_map_lookup()
187 if (key->host_start != key->host_end) in gomp_map_0len_lookup()
553 tgt_var->offset = newn->host_start - oldn->host_start; in gomp_map_vars_existing()
557 && newn->host_start <= oldn->host_start in gomp_map_vars_existing()
560 tgt_var->length = oldn->host_end - oldn->host_start; in gomp_map_vars_existing()
562 tgt_var->length = newn->host_end - newn->host_start; in gomp_map_vars_existing()
568 || (oldn->host_start <= newn->host_start in gomp_map_vars_existing()
574 (void *) newn->host_start, (void *) newn->host_end, in gomp_map_vars_existing()
[all …]
H A Doacc-mem.c45 node.host_start = (uintptr_t) h; in lookup_host()
151 void *h = k->host_start + offset; in acc_free()
152 size_t h_size = k->host_end - k->host_start; in acc_free()
269 offset = h - n->host_start; in acc_deviceptr()
311 h = n->host_start + offset; in acc_hostptr()
343 if (n && ((uintptr_t)h < n->host_start in acc_is_present()
345 || s > n->host_end - n->host_start)) in acc_is_present()
450 size_t host_size = n->host_end - n->host_start; in acc_unmap_data()
452 if (n->host_start != (uintptr_t) h) in acc_unmap_data()
456 (void *) n->host_start, (int) host_size, (void *) h); in acc_unmap_data()
[all …]
H A Dlibgomp.h1110 uintptr_t host_start; member
1143 if (x->host_start == x->host_end in splay_compare()
1144 && y->host_start == y->host_end) in splay_compare()
1146 if (x->host_end <= y->host_start) in splay_compare()
1148 if (x->host_start >= y->host_end) in splay_compare()
H A Doacc-parallel.c261 k.host_start = (uintptr_t) fn; in GOACC_parallel_keyed()
262 k.host_end = k.host_start + 1; in GOACC_parallel_keyed()