Home
last modified time | relevance | path

Searched refs:pool_alloc (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dalloc-pool.h53 extern void *pool_alloc (alloc_pool);
H A Ddf-scan.c258 bb_info = (struct df_scan_bb_info *) pool_alloc (dflow->block_pool); in df_scan_alloc()
376 struct df_reg_info *reg_info = pool_alloc (problem_data->reg_pool); in df_grow_reg_info()
558 bb_info = (struct df_scan_bb_info *) pool_alloc (dflow->block_pool); in df_ref_create()
766 insn_rec = pool_alloc (problem_data->insn_pool); in df_insn_create_insn_record()
942 this_ref = pool_alloc (problem_data->ref_pool); in df_ref_create_structure()
1107 hardreg = pool_alloc (problem_data->mw_reg_pool); in df_ref_record()
1142 struct df_link *link = pool_alloc (problem_data->mw_link_pool); in df_ref_record()
1636 bb_info = (struct df_scan_bb_info *) pool_alloc (dflow->block_pool); in df_bb_refs_record()
H A Dvar-tracking.c680 list = pool_alloc (attrs_pool); in attrs_list_insert()
698 n = pool_alloc (attrs_pool); in attrs_list_copy()
736 new_var = pool_alloc (var_pool); in unshare_variable()
753 new_lc = pool_alloc (loc_chain_pool); in unshare_variable()
1195 new_node = pool_alloc (loc_chain_pool); in variable_union()
1241 new_lc = pool_alloc (loc_chain_pool); in variable_union()
2013 empty_var = pool_alloc (var_pool); in variable_was_changed()
2093 var = pool_alloc (var_pool); in set_variable_part()
2173 node = pool_alloc (loc_chain_pool); in set_variable_part()
2524 empty_var = pool_alloc (var_pool); in emit_notes_for_differences_1()
H A Dtree-ssa-pre.c530 bitmap_set_t ret = (bitmap_set_t) pool_alloc (bitmap_set_pool); in bitmap_set_new()
542 ret = (value_set_t) pool_alloc (value_set_pool); in set_new()
573 value_set_node_t newnode = (value_set_node_t) pool_alloc (value_set_node_pool); in insert_into_set()
975 head = (tree) pool_alloc (list_node_pool); in pool_copy_list()
983 TREE_CHAIN (prev) = (tree) pool_alloc (list_node_pool); in pool_copy_list()
1149 newexpr = (tree) pool_alloc (expression_node_pool); in phi_translate()
1242 newexpr = pool_alloc (reference_node_pool); in phi_translate()
1293 newexpr = (tree) pool_alloc (binary_node_pool); in phi_translate()
1327 newexpr = (tree) pool_alloc (unary_node_pool); in phi_translate()
2892 vexpr = (tree) pool_alloc (pool); in create_value_expr_from()
[all …]
H A Dcselib.c143 el = pool_alloc (elt_list_pool); in new_elt_list()
156 el = pool_alloc (elt_loc_list_pool); in new_elt_loc_list()
741 cselib_val *e = pool_alloc (cselib_val_pool); in new_cselib_val()
751 e->u.val_rtx = pool_alloc (value_pool); in new_cselib_val()
H A Det-forest.c450 nw = pool_alloc (et_occurrences); in et_new_occ()
473 nw = pool_alloc (et_nodes); in et_new_tree()
H A Dalloc-pool.c223 pool_alloc (alloc_pool pool) in pool_alloc() function
H A Dtree-ssa-math-opts.c154 occ = bb->aux = pool_alloc (occ_pool); in occ_new()
H A Ddf-problems.c69 struct df_link *link = pool_alloc (dflow->block_pool);; in df_chain_create()
441 bb_info = (struct df_ru_bb_info *) pool_alloc (dflow->block_pool); in df_ru_alloc()
981 bb_info = (struct df_rd_bb_info *) pool_alloc (dflow->block_pool); in df_rd_alloc()
1438 bb_info = (struct df_lr_bb_info *) pool_alloc (dflow->block_pool); in df_lr_alloc()
1852 bb_info = (struct df_ur_bb_info *) pool_alloc (dflow->block_pool); in df_ur_alloc()
2237 bb_info = (struct df_urec_bb_info *) pool_alloc (dflow->block_pool); in df_urec_alloc()
H A Dcfg.c1092 *slot = pool_alloc (original_copy_bb_pool); in set_bb_original()
1134 *slot = pool_alloc (original_copy_bb_pool); in set_bb_copy()
H A Dtree-ssa-reassoc.c209 operand_entry_t new_pair = pool_alloc (operand_entry_pool); in insert_operand_rank()
367 operand_entry_t oe = pool_alloc (operand_entry_pool); in add_to_ops_vec()
H A Dtree-ssa-structalias.c370 varinfo_t ret = pool_alloc (variable_info_pool); in new_var_info()
526 constraint_t ret = pool_alloc (constraint_pool); in new_constraint()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_gpu_error.c241 static void *pool_alloc(struct folio_batch *fbatch, gfp_t gfp) in pool_alloc() function
294 c->tmp = pool_alloc(&c->pool, ALLOW_FAIL); in compress_init()
316 page_addr = pool_alloc(&c->pool, ALLOW_FAIL); in compress_next_page()
432 ptr = pool_alloc(&c->pool, ALLOW_FAIL); in compress_page()
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.c3123 newref = (label_ref_list_t) pool_alloc (label_ref_list_pool); in add_constant()
3152 newref = (label_ref_list_t) pool_alloc (label_ref_list_pool); in add_constant()