Searched refs:host_var_table (Results 1 – 2 of 2) sorted by relevance
1575 void **host_var_table = ((void ***) host_table)[2]; in gomp_load_image_to_device() local1581 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() local1682 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 …]
2087 void **host_var_table = ((void ***) host_table)[2]; in gomp_load_image_to_device() local2093 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() local2228 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 …]