| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | shrink-wrap.c | 837 bitmap_copy (bb_tmp, bb_with); in try_shrink_wrapping() 1127 bitmap_copy (SW (bb)->needs_components, components); in init_separate_shrink_wrap() 1291 bitmap_copy (SW (entry_block)->head_components, components); in spread_components() 1302 bitmap_copy (old, SW (bb)->head_components); in spread_components() 1330 bitmap_copy (SW (bb)->tail_components, components); in spread_components() 1355 bitmap_copy (SW (exit_block)->tail_components, components); in spread_components() 1367 bitmap_copy (old, SW (bb)->tail_components); in spread_components() 1392 bitmap_copy (old, SW (bb)->has_components); in spread_components() 1509 bitmap_copy (epi, components); in emit_common_heads_for_components() 1510 bitmap_copy (pro, components); in emit_common_heads_for_components() [all …]
|
| H A D | df-problems.c | 441 bitmap_copy (&bb_info->out, &bb_info->gen); in df_rd_init_solution() 935 bitmap_copy (&bb_info->use, df->exit_block_uses); in df_lr_local_compute() 956 bitmap_copy (&bb_info->in, &bb_info->use); in df_lr_init() 970 bitmap_copy (op1, &df->hardware_regs_used); in df_lr_confluence_0() 1148 bitmap_copy (&problem_data->in[bb->index], DF_LR_IN (bb)); in df_lr_verify_solution_start() 1149 bitmap_copy (&problem_data->out[bb->index], DF_LR_OUT (bb)); in df_lr_verify_solution_start() 1275 bitmap_copy (&saved_def, &bb_info->def); in df_lr_verify_transfer_functions() 1276 bitmap_copy (&saved_use, &bb_info->use); in df_lr_verify_transfer_functions() 1682 bitmap_copy (&problem_data->in[bb->index], DF_LIVE_IN (bb)); in df_live_verify_solution_start() 1683 bitmap_copy (&problem_data->out[bb->index], DF_LIVE_OUT (bb)); in df_live_verify_solution_start() [all …]
|
| H A D | ddg.c | 819 bitmap_copy (scc->nodes, nodes); in create_scc() 1099 bitmap_copy (reachable_from, from); in find_nodes_on_paths() 1100 bitmap_copy (tmp, from); in find_nodes_on_paths() 1106 bitmap_copy (workset, tmp); in find_nodes_on_paths() 1128 bitmap_copy (reach_to, to); in find_nodes_on_paths() 1129 bitmap_copy (tmp, to); in find_nodes_on_paths() 1135 bitmap_copy (workset, tmp); in find_nodes_on_paths()
|
| H A D | early-remat.c | 1220 bitmap_copy (get_bitmap (&info->rd_out), info->rd_gen); in compute_rd() 1245 bitmap_copy (&reaching, info->rd_in); in compute_rd() 1308 bitmap_copy (new_set, old_set); in canon_bitmap() 1352 bitmap_copy (&uses, cand->uses); in check_candidate_uses() 1958 bitmap_copy (&reaching, info->rd_in); in process_block() 2048 bitmap_copy (get_bitmap (&info->rd_after_call), &reaching); in process_block() 2074 bitmap_copy (info->available_in, info->rd_in); in process_block() 2197 bitmap_copy (info->available_in, info->available_out); in unshare_available_sets() 2350 bitmap_copy (&remaining, info->required_in); in compute_minimum_move_set()
|
| H A D | lcm.c | 184 bitmap_copy (earliest[x], antin[succ->index]); in compute_earliest() 269 bitmap_copy (later[(size_t) e->aux], earliest[(size_t) e->aux]); in compute_laterin() 600 bitmap_copy (farthest[x], st_avout[pred->index]); in compute_farthest() 651 bitmap_copy (nearer[(size_t)e->aux], farthest[(size_t)e->aux]); in compute_nearerout()
|
| H A D | regstat.c | 118 bitmap_copy (live, df_get_live_out (bb)); in regstat_bb_compute_ri() 313 bitmap_copy (live, df_get_live_out (bb)); in regstat_bb_compute_calls_crossed()
|
| H A D | dce.c | 911 bitmap_copy (local_live, DF_WORD_LR_OUT (bb)); in word_dce_process_block() 967 bitmap_copy (DF_WORD_LR_IN (bb), local_live); in word_dce_process_block() 1010 bitmap_copy (local_live, DF_LR_OUT (bb)); in dce_process_block() 1065 bitmap_copy (DF_LR_IN (bb), local_live); in dce_process_block()
|
| H A D | regset.h | 53 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
|
| H A D | cfganal.c | 1660 bitmap_copy (work_set, def_blocks); in compute_idf() 1719 bitmap_copy (dst, src[e->dest->index]); in bitmap_intersection_of_succs() 1758 bitmap_copy (dst, src[e->src->index]); in bitmap_intersection_of_preds() 1797 bitmap_copy (dst, src[e->dest->index]); in bitmap_union_of_succs() 1836 bitmap_copy (dst, src[e->src->index]); in bitmap_union_of_preds()
|
| H A D | sbitmap.h | 256 extern void bitmap_copy (sbitmap, const_sbitmap);
|
| H A D | ipa-reference.c | 375 bitmap_copy (copy, set); in copy_static_var_set() 939 bitmap_copy (opt->statics_read, node_g->statics_read); in propagate() 950 bitmap_copy (opt->statics_written, node_g->statics_written); in propagate()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | shrink-wrap.cc | 848 bitmap_copy (bb_tmp, bb_with); in try_shrink_wrapping() 1138 bitmap_copy (SW (bb)->needs_components, components); in init_separate_shrink_wrap() 1302 bitmap_copy (SW (entry_block)->head_components, components); in spread_components() 1313 bitmap_copy (old, SW (bb)->head_components); in spread_components() 1341 bitmap_copy (SW (bb)->tail_components, components); in spread_components() 1366 bitmap_copy (SW (exit_block)->tail_components, components); in spread_components() 1378 bitmap_copy (old, SW (bb)->tail_components); in spread_components() 1403 bitmap_copy (old, SW (bb)->has_components); in spread_components() 1520 bitmap_copy (epi, components); in emit_common_heads_for_components() 1521 bitmap_copy (pro, components); in emit_common_heads_for_components() [all …]
|
| H A D | df-problems.cc | 441 bitmap_copy (&bb_info->out, &bb_info->gen); in df_rd_init_solution() 975 bitmap_copy (&bb_info->use, df->exit_block_uses); in df_lr_local_compute() 996 bitmap_copy (&bb_info->in, &bb_info->use); in df_lr_init() 1010 bitmap_copy (op1, &df->hardware_regs_used); in df_lr_confluence_0() 1188 bitmap_copy (&problem_data->in[bb->index], DF_LR_IN (bb)); in df_lr_verify_solution_start() 1189 bitmap_copy (&problem_data->out[bb->index], DF_LR_OUT (bb)); in df_lr_verify_solution_start() 1315 bitmap_copy (&saved_def, &bb_info->def); in df_lr_verify_transfer_functions() 1316 bitmap_copy (&saved_use, &bb_info->use); in df_lr_verify_transfer_functions() 1722 bitmap_copy (&problem_data->in[bb->index], DF_LIVE_IN (bb)); in df_live_verify_solution_start() 1723 bitmap_copy (&problem_data->out[bb->index], DF_LIVE_OUT (bb)); in df_live_verify_solution_start() [all …]
|
| H A D | ddg.cc | 819 bitmap_copy (scc->nodes, nodes); in create_scc() 1099 bitmap_copy (reachable_from, from); in find_nodes_on_paths() 1100 bitmap_copy (tmp, from); in find_nodes_on_paths() 1106 bitmap_copy (workset, tmp); in find_nodes_on_paths() 1128 bitmap_copy (reach_to, to); in find_nodes_on_paths() 1129 bitmap_copy (tmp, to); in find_nodes_on_paths() 1135 bitmap_copy (workset, tmp); in find_nodes_on_paths()
|
| H A D | value-range-equiv.cc | 121 bitmap_copy (m_equiv, equiv); in set_equiv() 227 bitmap_copy (m_equiv, other->m_equiv); in intersect()
|
| H A D | early-remat.cc | 1220 bitmap_copy (get_bitmap (&info->rd_out), info->rd_gen); in compute_rd() 1245 bitmap_copy (&reaching, info->rd_in); in compute_rd() 1308 bitmap_copy (new_set, old_set); in canon_bitmap() 1352 bitmap_copy (&uses, cand->uses); in check_candidate_uses() 1958 bitmap_copy (&reaching, info->rd_in); in process_block() 2048 bitmap_copy (get_bitmap (&info->rd_after_call), &reaching); in process_block() 2074 bitmap_copy (info->available_in, info->rd_in); in process_block() 2197 bitmap_copy (info->available_in, info->available_out); in unshare_available_sets() 2350 bitmap_copy (&remaining, info->required_in); in compute_minimum_move_set()
|
| H A D | lcm.cc | 184 bitmap_copy (earliest[x], antin[succ->index]); in compute_earliest() 269 bitmap_copy (later[(size_t) e->aux], earliest[(size_t) e->aux]); in compute_laterin() 600 bitmap_copy (farthest[x], st_avout[pred->index]); in compute_farthest() 651 bitmap_copy (nearer[(size_t)e->aux], farthest[(size_t)e->aux]); in compute_nearerout()
|
| H A D | regstat.cc | 118 bitmap_copy (live, df_get_live_out (bb)); in regstat_bb_compute_ri() 313 bitmap_copy (live, df_get_live_out (bb)); in regstat_bb_compute_calls_crossed()
|
| H A D | dce.cc | 911 bitmap_copy (local_live, DF_WORD_LR_OUT (bb)); in word_dce_process_block() 967 bitmap_copy (DF_WORD_LR_IN (bb), local_live); in word_dce_process_block() 1010 bitmap_copy (local_live, DF_LR_OUT (bb)); in dce_process_block() 1065 bitmap_copy (DF_LR_IN (bb), local_live); in dce_process_block()
|
| H A D | combine-stack-adj.cc | 552 bitmap_copy (live, DF_LR_IN (bb)); in combine_stack_adjustments_for_block() 602 bitmap_copy (last_sp_live, live); in combine_stack_adjustments_for_block() 702 bitmap_copy (last_sp_live, live); in combine_stack_adjustments_for_block()
|
| H A D | regset.h | 56 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
|
| H A D | cfganal.cc | 1687 bitmap_copy (work_set, def_blocks); in compute_idf() 1746 bitmap_copy (dst, src[e->dest->index]); in bitmap_intersection_of_succs() 1785 bitmap_copy (dst, src[e->src->index]); in bitmap_intersection_of_preds() 1824 bitmap_copy (dst, src[e->dest->index]); in bitmap_union_of_succs() 1863 bitmap_copy (dst, src[e->src->index]); in bitmap_union_of_preds()
|
| H A D | sbitmap.h | 266 extern void bitmap_copy (sbitmap, const_sbitmap);
|
| H A D | ipa-reference.cc | 375 bitmap_copy (copy, set); in copy_static_var_set() 942 bitmap_copy (opt->statics_read, node_g->statics_read); in propagate() 953 bitmap_copy (opt->statics_written, node_g->statics_written); in propagate()
|
| /netbsd-src/sys/external/bsd/drm2/include/linux/ |
| H A D | bitmap.h | 176 bitmap_copy(unsigned long *dst, const unsigned long *src, size_t nbits) in bitmap_copy() function
|