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

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

Completed in 215 milliseconds