Home
last modified time | relevance | path

Searched refs:ggc_alloc (Results 1 – 25 of 44) sorted by relevance

12

/NextBSD/contrib/gcc/
HDggc.h206 #define ggc_alloc(s) ggc_alloc_stat (s MEM_STAT_INFO) macro
228 #define GGC_NEW(T) ((T *) ggc_alloc (sizeof (T)))
230 #define GGC_NEWVEC(T, N) ((T *) ggc_alloc ((N) * sizeof(T)))
232 #define GGC_NEWVAR(T, S) ((T *) ggc_alloc ((S)))
314 # define ggc_alloc_zone(s, z) ggc_alloc (s)
HDstringpool.c59 return ggc_alloc (x); in stringpool_ggc_alloc()
228 spd = ggc_alloc (sizeof (*spd)); in gt_pch_save_stringpool()
231 spd->entries = ggc_alloc (sizeof (spd->entries[0]) * spd->nslots); in gt_pch_save_stringpool()
HDlambda-trans.c38 ret = ggc_alloc (sizeof (*ret)); in lambda_trans_matrix_new()
HDintegrate.c240 ivs = ggc_alloc (sizeof (initial_value_struct)); in get_hard_reg_initial_val()
243 ivs->entries = ggc_alloc (5 * sizeof (initial_value_pair)); in get_hard_reg_initial_val()
HDtree-iterator.c93 head = ggc_alloc (sizeof (*head)); in tsi_link_before()
169 head = ggc_alloc (sizeof (*head)); in tsi_link_after()
HDtree-ssanames.c271 new_ptr_info = ggc_alloc (sizeof (struct ptr_info_def)); in duplicate_ssa_name_ptr_info()
HDvalue-prof.c737 hist = ggc_alloc (sizeof (*hist)); in tree_divmod_values_to_profile()
750 hist = ggc_alloc (sizeof (*hist)); in tree_divmod_values_to_profile()
756 hist = ggc_alloc (sizeof (*hist)); in tree_divmod_values_to_profile()
HDtree-phinodes.c156 phi = ggc_alloc (size); in allocate_phi_node()
HDvarasm.c256 sect = ggc_alloc (sizeof (struct unnamed_section)); in get_unnamed_section()
273 sect = ggc_alloc (sizeof (struct unnamed_section)); in get_noswitch_section()
294 sect = ggc_alloc (sizeof (struct named_section)); in get_section()
2804 desc = ggc_alloc (sizeof (*desc)); in build_constant_desc()
3139 pool = ggc_alloc (sizeof (struct rtx_constant_pool)); in create_constant_pool()
3155 p = ggc_alloc (sizeof (struct varasm_status)); in init_varasm_status()
3210 desc = ggc_alloc (sizeof (*desc)); in force_const_mem()
HDlambda-code.c159 ret = ggc_alloc (sizeof (*ret)); in lambda_body_vector_new()
332 ret = ggc_alloc (sizeof (*ret)); in lambda_loopnest_new()
364 ret = ggc_alloc (sizeof (*ret)); in lambda_lattice_new()
2196 h = ggc_alloc (sizeof (struct tree_map)); in replace_uses_equiv_to_x_with_y()
HDtree.c1082 dp = ggc_alloc (sizeof (REAL_VALUE_TYPE)); in build_real()
3275 SET_EXPR_LOCUS (node, ggc_alloc (sizeof (location_t))); in annotate_with_file_line()
3995 h = ggc_alloc (sizeof (struct tree_int_map)); in decl_init_priority_insert()
4025 h = ggc_alloc (sizeof (struct tree_map)); in decl_restrict_base_insert()
4091 h = ggc_alloc (sizeof (struct tree_map)); in decl_debug_expr_insert()
4121 h = ggc_alloc (sizeof (struct tree_map)); in decl_value_expr_insert()
4280 h = ggc_alloc (sizeof (struct type_hash)); in type_hash_add()
7014 t = ggc_alloc (size); in build_omp_clause()
HDlambda-mat.c40 mat = ggc_alloc (m * sizeof (lambda_vector)); in lambda_matrix_new()
HDemit-rtl.c307 *slot = ggc_alloc (sizeof (mem_attrs)); in get_mem_attrs()
356 *slot = ggc_alloc (sizeof (reg_attrs)); in get_reg_attrs()
4685 tem = ggc_alloc (sizeof (struct sequence_stack)); in start_sequence()
4972 f->emit = ggc_alloc (sizeof (struct emit_status)); in init_emit()
4990 = ggc_alloc (f->emit->regno_pointer_align_length * sizeof (rtx)); in init_emit()
HDtree-dfa.c165 ann = ggc_alloc (sizeof (*ann)); in create_function_ann()
HDtree-nested.c922 elt = ggc_alloc (sizeof (*elt)); in get_nonlocal_debug_decl()
1230 elt = ggc_alloc (sizeof (*elt)); in get_local_debug_decl()
HDggc-common.c201 return ggc_alloc (sz); in ggc_splay_alloc()
HDipa-inline.c1196 order = ggc_alloc (sizeof (*order) * cgraph_n_nodes); in cgraph_early_inlining()
HDexcept.c781 entry = ggc_alloc (sizeof (*entry)); in add_ehl_entry()
892 ret = n = ggc_alloc (sizeof (struct eh_region)); in duplicate_eh_regions_1()
HDpredict.c277 struct edge_prediction *i = ggc_alloc (sizeof (struct edge_prediction)); in tree_predict_edge()
HDalias.c673 superset_entry = ggc_alloc (sizeof (struct alias_set_entry)); in record_alias_subset()
HDdwarf2out.c579 dw_cfi_ref cfi = ggc_alloc (sizeof (dw_cfi_node)); in new_cfi()
1221 q = ggc_alloc (sizeof (*q)); in queue_reg_save()
9928 unsigned char *array = ggc_alloc (length); in add_const_value_attribute()
9949 unsigned char *array = ggc_alloc (length * elt_size); in add_const_value_attribute()
13722 created = ggc_alloc (sizeof (struct dwarf_file_data)); in lookup_filename()
HDfunction.c687 p = ggc_alloc (sizeof (struct temp_slot)); in assign_stack_temp_for_type()
712 p = ggc_alloc (sizeof (struct temp_slot)); in assign_stack_temp_for_type()
/NextBSD/contrib/gcc/config/i386/
HDwinnt.c660 p = (struct extern_list *) ggc_alloc (sizeof *p); in i386_pe_record_external_function()
689 p = (struct export_list *) ggc_alloc (sizeof *p); in i386_pe_record_exported_symbol()
/NextBSD/contrib/gcc/config/
HDdarwin.c446 p = (machopic_indirection *) ggc_alloc (sizeof (machopic_indirection)); in machopic_indirection_name()
/NextBSD/contrib/gcc/doc/
HDgty.texi157 ggc_alloc (x->regno_pointer_align_length * sizeof (tree));

12