Home
last modified time | relevance | path

Searched refs:num_vars (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dtarget.c2093 int num_vars = (host_vars_end - host_var_table) / 2; in gomp_load_image_to_device() local
2106 if (num_target_entries != num_funcs + num_vars in gomp_load_image_to_device()
2108 && num_target_entries != num_funcs + num_vars + num_others) in gomp_load_image_to_device()
2114 " (expected %u, have %u)", num_funcs + num_vars, in gomp_load_image_to_device()
2120 tgt->array = gomp_malloc ((num_funcs + num_vars) * sizeof (*tgt->array)); in gomp_load_image_to_device()
2151 for (i = 0; i < num_vars; i++) in gomp_load_image_to_device()
2182 if (num_funcs + num_vars < num_target_entries) in gomp_load_image_to_device()
2184 struct addr_pair *device_num_var = &target_table[num_funcs + num_vars]; in gomp_load_image_to_device()
2228 int num_vars = (host_vars_end - host_var_table) / 2; in gomp_unload_image_from_device() local
2234 if (num_funcs || num_vars) in gomp_unload_image_from_device()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-offload.cc398 unsigned num_vars = vec_safe_length (offload_vars); in omp_finish_file() local
400 if (num_funcs == 0 && num_vars == 0) in omp_finish_file()
407 vec_alloc (v_v, num_vars * 2); in omp_finish_file()
454 for (unsigned i = 0; i < num_vars; i++) in omp_finish_file()
Dgenrecog.cc5138 unsigned int num_vars = os->var_to_id.length (); in print_subroutine_start() local
5139 if (num_vars > 2) in print_subroutine_start()
5141 for (unsigned int i = 2; i < num_vars; ++i) in print_subroutine_start()
5149 os->seen_vars.safe_grow_cleared (num_vars, true); in print_subroutine_start()
DChangeLog-201129233 num_vars and base_fcode. Add mode, code and fcode.