Home
last modified time | relevance | path

Searched refs:XCNEWVEC (Results 1 – 25 of 201) sorted by relevance

123456789

/dragonfly/contrib/gcc-4.7/gcc/
HDpointer-set.c80 result->slots = XCNEWVEC (const void *, result->n_slots); in pointer_set_create()
147 const void **new_slots = XCNEWVEC (const void *, new_n_slots); in pointer_set_insert()
211 result->keys = XCNEWVEC (const void *, result->n_slots); in pointer_map_create()
212 result->values = XCNEWVEC (void *, result->n_slots); in pointer_map_create()
261 const void **new_keys = XCNEWVEC (const void *, new_n_slots); in pointer_map_insert()
262 void **new_values = XCNEWVEC (void *, new_n_slots); in pointer_map_insert()
HDtree-ssa-ter.c192 t->partition_dependencies = XCNEWVEC (bitmap, num_ssa_names + 1); in new_temp_expr_table()
193 t->expr_decl_uids = XCNEWVEC (bitmap, num_ssa_names + 1); in new_temp_expr_table()
194 t->kill_list = XCNEWVEC (bitmap, num_var_partitions (map) + 1); in new_temp_expr_table()
202 t->num_in_part = XCNEWVEC (int, num_var_partitions (map)); in new_temp_expr_table()
213 t->call_cnt = XCNEWVEC (int, num_ssa_names + 1); in new_temp_expr_table()
HDweb.c346 def_entry = XCNEWVEC (struct web_entry, DF_DEFS_TABLE_SIZE()); in web_main()
347 used = XCNEWVEC (unsigned, max); in web_main()
348 use_entry = XCNEWVEC (struct web_entry, uses_num); in web_main()
HDree.c539 is_insn_visited = XCNEWVEC (bool, max_insn_uid); in make_defs_and_copies_lists()
844 unsigned *def_map = XCNEWVEC (unsigned, max_insn_uid); in VEC()
892 state.modified = XCNEWVEC (struct ext_modified, max_insn_uid); in find_and_remove_re()
HDgcc-ar.c81 nargv = XCNEWVEC (const char *, ac + 4); in main()
HDgenemit.c381 char *used = XCNEWVEC (char, stats.num_generator_args); in gen_insn()
486 used = XCNEWVEC (char, stats.num_operand_vars); in gen_expand()
558 used = XCNEWVEC (char, stats.num_operand_vars); in gen_split()
HDregstat.c361 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); in regstat_compute_ri()
505 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); in regstat_compute_calls_crossed()
HDbt-load.c779 btr_def *def_array = XCNEWVEC (btr_def, max_uid); in build_btr_def_use_webs()
780 btr_user *use_array = XCNEWVEC (btr_user, max_uid); in build_btr_def_use_webs()
784 HARD_REG_SET *btrs_written = XCNEWVEC (HARD_REG_SET, last_basic_block); in build_btr_def_use_webs()
1429 btrs_live = XCNEWVEC (HARD_REG_SET, last_basic_block); in migrate_btr_defs()
1430 btrs_live_at_end = XCNEWVEC (HARD_REG_SET, last_basic_block); in migrate_btr_defs()
HDgraphds.c64 g->vertices = XCNEWVEC (struct vertex, n_vertices); in new_graph()
405 int *marks = XCNEWVEC (int, g->n_vertices); in graphds_domtree()
HDipa-utils.c172 env.stack = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_reduced_postorder()
258 XCNEWVEC (struct postorder_stack, cgraph_n_nodes); in ipa_reverse_postorder()
HDcollect2.c960 out_lto_ld_argv = XCNEWVEC(char *, num_files + lto_ld_argv_size + 1); in maybe_run_lto_and_relink()
1143 ld1_argv = XCNEWVEC (char *, argc + 4); in main()
1145 ld2_argv = XCNEWVEC (char *, argc + 11); in main()
1147 object_lst = XCNEWVEC (char *, argc); in main()
1225 c_argv = XCNEWVEC (char *, num_c_args); in main()
1834 char **real_strip_argv = XCNEWVEC (char *, 3); in main()
3257 char **real_argv = XCNEWVEC (char *, 3); in do_dsymutil()
HDcfgloop.c816 body = XCNEWVEC (basic_block, loop->num_nodes); in get_loop_body()
876 tovisit = XCNEWVEC (basic_block, loop->num_nodes); in get_loop_body_in_dom_order()
915 blocks = XCNEWVEC (basic_block, loop->num_nodes); in get_loop_body_in_bfs_order()
1322 sizes = XCNEWVEC (unsigned, num); in verify_loop_structure()
HDgcse.c1364 flat_table = XCNEWVEC (struct expr *, table->n_elems); in dump_hash_table()
2063 char *visited = XCNEWVEC (char, last_basic_block); in pre_expr_reaches_here_p()
2590 index_map = XCNEWVEC (struct expr *, expr_hash_table.n_elems); in pre_gcse()
2881 visited = XCNEWVEC (char, last_basic_block); in hoist_expr_reaches_here_p()
2944 index_map = XCNEWVEC (struct expr *, expr_hash_table.n_elems); in hoist_code()
2953 to_bb_head = XCNEWVEC (int, get_max_uid ()); in hoist_code()
2954 bb_size = XCNEWVEC (int, last_basic_block); in hoist_code()
HDcfganal.c174 pre = XCNEWVEC (int, last_basic_block); in mark_dfs_back_edges()
175 post = XCNEWVEC (int, last_basic_block); in mark_dfs_back_edges()
1196 st = XCNEWVEC (basic_block, rslt_max); in dfs_enumerate_from()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-ter.c193 t->partition_dependencies = XCNEWVEC (bitmap, num_ssa_names + 1); in new_temp_expr_table()
194 t->expr_decl_uids = XCNEWVEC (bitmap, num_ssa_names + 1); in new_temp_expr_table()
195 t->kill_list = XCNEWVEC (bitmap, num_var_partitions (map) + 1); in new_temp_expr_table()
203 t->num_in_part = XCNEWVEC (int, num_var_partitions (map)); in new_temp_expr_table()
215 t->call_cnt = XCNEWVEC (int, num_ssa_names + 1); in new_temp_expr_table()
216 t->reg_vars_cnt = XCNEWVEC (int, num_ssa_names + 1); in new_temp_expr_table()
HDweb.c366 def_entry = XCNEWVEC (web_entry, DF_DEFS_TABLE_SIZE ()); in execute()
367 used = XCNEWVEC (unsigned, max); in execute()
368 use_entry = XCNEWVEC (web_entry, uses_num); in execute()
HDregstat.c249 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); in regstat_compute_ri()
375 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); in regstat_compute_calls_crossed()
HDgenemit.c432 : XCNEWVEC (char, stats.num_generator_args)); in gen_insn()
536 used = XCNEWVEC (char, stats.num_operand_vars); in gen_expand()
572 used = XCNEWVEC (char, stats.num_operand_vars); in gen_split()
HDbt-load.c762 btr_def **def_array = XCNEWVEC (btr_def *, max_uid); in build_btr_def_use_webs()
763 btr_user **use_array = XCNEWVEC (btr_user *, max_uid); in build_btr_def_use_webs()
768 HARD_REG_SET *btrs_written = XCNEWVEC (HARD_REG_SET, in build_btr_def_use_webs()
1414 btrs_live = XCNEWVEC (HARD_REG_SET, last_basic_block_for_fn (cfun)); in migrate_btr_defs()
1415 btrs_live_at_end = XCNEWVEC (HARD_REG_SET, last_basic_block_for_fn (cfun)); in migrate_btr_defs()
HDcollect2.c768 out_lto_ld_argv = XCNEWVEC (char *, num_files + lto_ld_argv_size + 1); in maybe_run_lto_and_relink()
974 ld1_argv = XCNEWVEC (char *, argc + 4); in main()
976 ld2_argv = XCNEWVEC (char *, argc + 11); in main()
978 object_lst = XCNEWVEC (char *, argc); in main()
1063 c_argv = XCNEWVEC (char *, num_c_args); in main()
1730 char **real_strip_argv = XCNEWVEC (char *, 3); in main()
3064 char **real_argv = XCNEWVEC (char *, 3); in do_dsymutil()
HDtree-ssa-scopedtables.c770 expr->ops.call.args = XCNEWVEC (tree, nargs); in expr_hash_elt()
794 expr->ops.phi.args = XCNEWVEC (tree, nargs); in expr_hash_elt()
835 m_expr.ops.call.args = XCNEWVEC (tree, nargs); in expr_hash_elt()
844 m_expr.ops.phi.args = XCNEWVEC (tree, nargs); in expr_hash_elt()
HDlra-remat.c445 regno_potential_cand = XCNEWVEC (struct potential_cand, max_reg_num ()); in create_cands()
1314 insn_to_cand = XCNEWVEC (cand_t, get_max_uid ()); in lra_remat()
1315 insn_to_cand_activation = XCNEWVEC (cand_t, get_max_uid ()); in lra_remat()
1316 regno_cands = XCNEWVEC (cand_t, max_regno); in lra_remat()
HDree.c624 is_insn_visited = XCNEWVEC (bool, max_insn_uid); in make_defs_and_copies_lists()
1239 unsigned *def_map = XCNEWVEC (unsigned, max_insn_uid); in find_removable_extensions()
1301 state.modified = XCNEWVEC (struct ext_modified, max_insn_uid); in find_and_remove_re()
/dragonfly/contrib/gcc-4.7/libcpp/
HDsymtab.c71 table->entries = XCNEWVEC (hashnode, nslots); in ht_create()
191 nentries = XCNEWVEC (hashnode, size); in ht_expand()
/dragonfly/contrib/gcc-8.0/libcpp/
HDsymtab.c68 table->entries = XCNEWVEC (hashnode, nslots); in ht_create()
188 nentries = XCNEWVEC (hashnode, size); in ht_expand()

123456789