Home
last modified time | relevance | path

Searched refs:host_func_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1573 void **host_func_table = ((void ***) host_table)[0]; in gomp_load_image_to_device() local
1580 int num_funcs = host_funcs_end - host_func_table; in gomp_load_image_to_device()
1616 k->host_start = (uintptr_t) host_func_table[i]; in gomp_load_image_to_device()
1674 void **host_func_table = ((void ***) host_table)[0]; in gomp_unload_image_from_device() local
1681 int num_funcs = host_funcs_end - host_func_table; in gomp_unload_image_from_device()
1690 k.host_start = (num_funcs ? (uintptr_t) host_func_table[0] in gomp_unload_image_from_device()
1706 k.host_start = (uintptr_t) host_func_table[i]; in gomp_unload_image_from_device()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c2154 hsa_output_kernels (tree *host_func_table, tree *kernels) in hsa_output_kernels() argument
2188 *host_func_table = hsa_host_func_table; in hsa_output_kernels()
2357 tree host_func_table; in hsa_output_libgomp_mapping() local
2359 hsa_output_kernels (&host_func_table, &kernels); in hsa_output_libgomp_mapping()
2426 tree host_func_table_addr = build_fold_addr_expr (host_func_table); in hsa_output_libgomp_mapping()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c2085 void **host_func_table = ((void ***) host_table)[0]; in gomp_load_image_to_device() local
2092 int num_funcs = host_funcs_end - host_func_table; in gomp_load_image_to_device()
2133 k->host_start = (uintptr_t) host_func_table[i]; in gomp_load_image_to_device()
2220 void **host_func_table = ((void ***) host_table)[0]; in gomp_unload_image_from_device() local
2227 int num_funcs = host_funcs_end - host_func_table; in gomp_unload_image_from_device()
2236 k.host_start = (num_funcs ? (uintptr_t) host_func_table[0] in gomp_unload_image_from_device()
2252 k.host_start = (uintptr_t) host_func_table[i]; in gomp_unload_image_from_device()