Home
last modified time | relevance | path

Searched refs:host_var_table (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1575 void **host_var_table = ((void ***) host_table)[2]; in gomp_load_image_to_device() local
1581 int num_vars = (host_vars_end - host_var_table) / 2; in gomp_load_image_to_device()
1638 bool is_link_var = link_bit & (uintptr_t) host_var_table[i * 2 + 1]; in gomp_load_image_to_device()
1640 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size) in gomp_load_image_to_device()
1649 k->host_start = (uintptr_t) host_var_table[i * 2]; in gomp_load_image_to_device()
1651 = k->host_start + (size_mask & (uintptr_t) host_var_table[i * 2 + 1]); in gomp_load_image_to_device()
1676 void **host_var_table = ((void ***) host_table)[2]; in gomp_unload_image_from_device() local
1682 int num_vars = (host_vars_end - host_var_table) / 2; in gomp_unload_image_from_device()
1691 : (uintptr_t) host_var_table[0]); in gomp_unload_image_from_device()
1719 k.host_start = (uintptr_t) host_var_table[i * 2]; in gomp_unload_image_from_device()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c2087 void **host_var_table = ((void ***) host_table)[2]; in gomp_load_image_to_device() local
2093 int num_vars = (host_vars_end - host_var_table) / 2; in gomp_load_image_to_device()
2155 bool is_link_var = link_bit & (uintptr_t) host_var_table[i * 2 + 1]; in gomp_load_image_to_device()
2157 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size) in gomp_load_image_to_device()
2166 k->host_start = (uintptr_t) host_var_table[i * 2]; in gomp_load_image_to_device()
2168 = k->host_start + (size_mask & (uintptr_t) host_var_table[i * 2 + 1]); in gomp_load_image_to_device()
2222 void **host_var_table = ((void ***) host_table)[2]; in gomp_unload_image_from_device() local
2228 int num_vars = (host_vars_end - host_var_table) / 2; in gomp_unload_image_from_device()
2237 : (uintptr_t) host_var_table[0]); in gomp_unload_image_from_device()
2265 k.host_start = (uintptr_t) host_var_table[i * 2]; in gomp_unload_image_from_device()
[all …]