Home
last modified time | relevance | path

Searched refs:bitmap_clear (Results 1 – 25 of 218) sorted by relevance

123456789

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf-problems.cc169 bitmap_clear (&bb_info->kill); in df_rd_free_bb_info()
170 bitmap_clear (&bb_info->sparse_kill); in df_rd_free_bb_info()
171 bitmap_clear (&bb_info->gen); in df_rd_free_bb_info()
172 bitmap_clear (&bb_info->in); in df_rd_free_bb_info()
173 bitmap_clear (&bb_info->out); in df_rd_free_bb_info()
191 bitmap_clear (&problem_data->sparse_invalidated_by_eh); in df_rd_alloc()
192 bitmap_clear (&problem_data->dense_invalidated_by_eh); in df_rd_alloc()
218 bitmap_clear (&bb_info->kill); in df_rd_alloc()
219 bitmap_clear (&bb_info->sparse_kill); in df_rd_alloc()
220 bitmap_clear (&bb_info->gen); in df_rd_alloc()
[all …]
H A Dlra-remat.cc598 bitmap_clear (&get_remat_bb_data (bb)->avout_cands); in finish_remat_bb_data()
599 bitmap_clear (&get_remat_bb_data (bb)->avin_cands); in finish_remat_bb_data()
600 bitmap_clear (&get_remat_bb_data (bb)->pavout_cands); in finish_remat_bb_data()
601 bitmap_clear (&get_remat_bb_data (bb)->pavin_cands); in finish_remat_bb_data()
602 bitmap_clear (&get_remat_bb_data (bb)->livein_cands); in finish_remat_bb_data()
603 bitmap_clear (&get_remat_bb_data (bb)->gen_cands); in finish_remat_bb_data()
604 bitmap_clear (&get_remat_bb_data (bb)->dead_regs); in finish_remat_bb_data()
605 bitmap_clear (&get_remat_bb_data (bb)->changed_regs); in finish_remat_bb_data()
780 bitmap_clear (&temp_bitmap); in calculate_gen_cands()
857 bitmap_clear (&temp_bitmap); in cand_trans_fun()
[all …]
H A Dsbitmap.cc432 bitmap_clear (sbitmap bmap) in bitmap_clear() function
460 bitmap_clear (bmap[i]); in bitmap_vector_clear()
893 bitmap_clear (s); in test_set_range()
904 bitmap_clear (s); in test_set_range()
913 bitmap_clear (s); in test_set_range()
928 bitmap_clear (s); in test_bit_in_range()
944 bitmap_clear (s); in test_bit_in_range()
953 bitmap_clear (s); in test_bit_in_range()
964 bitmap_clear (s); in test_bit_in_range()
974 bitmap_clear (s); in test_bit_in_range()
H A Dlra-assigns.cc849 bitmap_clear (&try_hard_reg_pseudos[hard_regno + i]); in setup_try_hard_regno_pseudos()
939 bitmap_clear (&insn_conflict_pseudos); in spill_for()
940 bitmap_clear (&best_spill_pseudos_bitmap); in spill_for()
964 bitmap_clear (&spill_pseudos_bitmap); in spill_for()
1508 bitmap_clear (&non_reload_pseudos); in assign_by_spills()
1509 bitmap_clear (&changed_insns); in assign_by_spills()
1543 bitmap_clear (&do_not_assign_nonreload_pseudos); in assign_by_spills()
1588 bitmap_clear (&best_spill_pseudos_bitmap); in assign_by_spills()
1589 bitmap_clear (&spill_pseudos_bitmap); in assign_by_spills()
1590 bitmap_clear (&insn_conflict_pseudos); in assign_by_spills()
[all …]
H A Ddce.cc412 bitmap_clear (arg_stores); in find_call_stack_args()
515 bitmap_clear (arg_stores); in find_call_stack_args()
694 bitmap_clear (arg_stores); in prescan_insns_for_dce()
779 bitmap_clear (marked); in init_dce()
900 bitmap_clear (DF_WORD_LR_OUT (bb)); in word_dce_process_block()
999 bitmap_clear (DF_LR_OUT (bb)); in dce_process_block()
1158 bitmap_clear (marked); in fast_dce()
1159 bitmap_clear (processed); in fast_dce()
1160 bitmap_clear (redo_out); in fast_dce()
H A Dlra-coalesce.cc196 bitmap_clear (&used_pseudos_bitmap); in update_live_info()
352 bitmap_clear (&used_pseudos_bitmap); in lra_coalesce()
353 bitmap_clear (&involved_insns_bitmap); in lra_coalesce()
354 bitmap_clear (&coalesced_pseudos_bitmap); in lra_coalesce()
H A Dvalue-range-equiv.cc123 bitmap_clear (m_equiv); in set_equiv()
167 bitmap_clear (m_equiv); in equiv_clear()
267 bitmap_clear (this->m_equiv); in union_()
H A Dearly-remat.cc970 bitmap_clear (&m_tmp_bitmap); in collect_candidates()
1041 bitmap_clear (&m_tmp_bitmap); in sort_candidates()
1225 bitmap_clear (&m_tmp_bitmap); in compute_rd()
1247 bitmap_clear (&reaching); in compute_rd()
1273 bitmap_clear (&reaching); in compute_rd()
1532 bitmap_clear (&m_tmp_bitmap); in restrict_remat_for_unavail_regs()
2018 bitmap_clear (m_available); in process_block()
2050 bitmap_clear (&reaching); in process_block()
2133 bitmap_clear (dest->available_in); in avail_confluence_n()
2171 bitmap_clear (&m_tmp_bitmap); in compute_availability()
[all …]
H A Dshrink-wrap.cc1150 bitmap_clear (SW (bb)->has_components); in init_separate_shrink_wrap()
1300 bitmap_clear (SW (bb)->head_components); in spread_components()
1358 bitmap_clear (SW (bb)->tail_components); in spread_components()
1512 bitmap_clear (SW (bb)->head_components); in emit_common_heads_for_components()
1529 bitmap_clear (epi); in emit_common_heads_for_components()
1530 bitmap_clear (pro); in emit_common_heads_for_components()
1597 bitmap_clear (SW (bb)->tail_components); in emit_common_tails_for_components()
1616 bitmap_clear (epi); in emit_common_tails_for_components()
1617 bitmap_clear (pro); in emit_common_tails_for_components()
1642 bitmap_clear (epi); in emit_common_tails_for_components()
[all …]
H A Dlra-lives.cc498 bitmap_clear (&all_blocks); in finish_live_solver()
502 bitmap_clear (&bb_info->killed_pseudos); in finish_live_solver()
503 bitmap_clear (&bb_info->gen_pseudos); in finish_live_solver()
506 bitmap_clear (&all_hard_regs_bitmap); in finish_live_solver()
680 bitmap_clear (bb_gen_pseudos); in process_bb_lives()
681 bitmap_clear (bb_killed_pseudos); in process_bb_lives()
1187 bitmap_clear (born); in remove_some_program_points_and_update_live_ranges()
1188 bitmap_clear (dead); in remove_some_program_points_and_update_live_ranges()
1529 bitmap_clear (&temp_bitmap); in lra_live_ranges_finish()
H A Dddg.cc582 bitmap_clear (g->nodes[i].successors); in create_ddg()
584 bitmap_clear (g->nodes[i].predecessors); in create_ddg()
965 bitmap_clear (tmp); in check_sccs()
1004 bitmap_clear (scc_nodes); in create_ddg_all_sccs()
1005 bitmap_clear (from); in create_ddg_all_sccs()
1006 bitmap_clear (to); in create_ddg_all_sccs()
1107 bitmap_clear (tmp); in find_nodes_on_paths()
1136 bitmap_clear (tmp); in find_nodes_on_paths()
H A Dmodulo-sched.cc643 bitmap_clear (must_follow); in schedule_reg_move()
768 bitmap_clear (move->uses); in schedule_reg_moves()
776 bitmap_clear (distance1_uses); in schedule_reg_moves()
1882 bitmap_clear (psp); in get_sched_window()
1883 bitmap_clear (pss); in get_sched_window()
2048 bitmap_clear (must_precede); in calculate_must_precede_follow()
2049 bitmap_clear (must_follow); in calculate_must_precede_follow()
2163 bitmap_clear (sched_nodes); in sms_schedule_by_order()
2171 bitmap_clear (sched_nodes); in sms_schedule_by_order()
2476 bitmap_clear (tmp); in check_nodes_order()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddf-problems.c169 bitmap_clear (&bb_info->kill); in df_rd_free_bb_info()
170 bitmap_clear (&bb_info->sparse_kill); in df_rd_free_bb_info()
171 bitmap_clear (&bb_info->gen); in df_rd_free_bb_info()
172 bitmap_clear (&bb_info->in); in df_rd_free_bb_info()
173 bitmap_clear (&bb_info->out); in df_rd_free_bb_info()
191 bitmap_clear (&problem_data->sparse_invalidated_by_eh); in df_rd_alloc()
192 bitmap_clear (&problem_data->dense_invalidated_by_eh); in df_rd_alloc()
218 bitmap_clear (&bb_info->kill); in df_rd_alloc()
219 bitmap_clear (&bb_info->sparse_kill); in df_rd_alloc()
220 bitmap_clear (&bb_info->gen); in df_rd_alloc()
[all …]
H A Dlra-remat.c598 bitmap_clear (&get_remat_bb_data (bb)->avout_cands); in finish_remat_bb_data()
599 bitmap_clear (&get_remat_bb_data (bb)->avin_cands); in finish_remat_bb_data()
600 bitmap_clear (&get_remat_bb_data (bb)->pavout_cands); in finish_remat_bb_data()
601 bitmap_clear (&get_remat_bb_data (bb)->pavin_cands); in finish_remat_bb_data()
602 bitmap_clear (&get_remat_bb_data (bb)->livein_cands); in finish_remat_bb_data()
603 bitmap_clear (&get_remat_bb_data (bb)->gen_cands); in finish_remat_bb_data()
604 bitmap_clear (&get_remat_bb_data (bb)->dead_regs); in finish_remat_bb_data()
605 bitmap_clear (&get_remat_bb_data (bb)->changed_regs); in finish_remat_bb_data()
780 bitmap_clear (&temp_bitmap); in calculate_gen_cands()
857 bitmap_clear (&temp_bitmap); in cand_trans_fun()
[all …]
H A Dsbitmap.c432 bitmap_clear (sbitmap bmap) in bitmap_clear() function
460 bitmap_clear (bmap[i]); in bitmap_vector_clear()
893 bitmap_clear (s); in test_set_range()
904 bitmap_clear (s); in test_set_range()
913 bitmap_clear (s); in test_set_range()
928 bitmap_clear (s); in test_bit_in_range()
944 bitmap_clear (s); in test_bit_in_range()
953 bitmap_clear (s); in test_bit_in_range()
964 bitmap_clear (s); in test_bit_in_range()
974 bitmap_clear (s); in test_bit_in_range()
H A Dlra-assigns.c849 bitmap_clear (&try_hard_reg_pseudos[hard_regno + i]); in setup_try_hard_regno_pseudos()
939 bitmap_clear (&insn_conflict_pseudos); in spill_for()
940 bitmap_clear (&best_spill_pseudos_bitmap); in spill_for()
964 bitmap_clear (&spill_pseudos_bitmap); in spill_for()
1508 bitmap_clear (&non_reload_pseudos); in assign_by_spills()
1509 bitmap_clear (&changed_insns); in assign_by_spills()
1543 bitmap_clear (&do_not_assign_nonreload_pseudos); in assign_by_spills()
1588 bitmap_clear (&best_spill_pseudos_bitmap); in assign_by_spills()
1589 bitmap_clear (&spill_pseudos_bitmap); in assign_by_spills()
1590 bitmap_clear (&insn_conflict_pseudos); in assign_by_spills()
[all …]
H A Ddce.c412 bitmap_clear (arg_stores); in find_call_stack_args()
515 bitmap_clear (arg_stores); in find_call_stack_args()
694 bitmap_clear (arg_stores); in prescan_insns_for_dce()
779 bitmap_clear (marked); in init_dce()
900 bitmap_clear (DF_WORD_LR_OUT (bb)); in word_dce_process_block()
999 bitmap_clear (DF_LR_OUT (bb)); in dce_process_block()
1158 bitmap_clear (marked); in fast_dce()
1159 bitmap_clear (processed); in fast_dce()
1160 bitmap_clear (redo_out); in fast_dce()
H A Dlra-coalesce.c196 bitmap_clear (&used_pseudos_bitmap); in update_live_info()
352 bitmap_clear (&used_pseudos_bitmap); in lra_coalesce()
353 bitmap_clear (&involved_insns_bitmap); in lra_coalesce()
354 bitmap_clear (&coalesced_pseudos_bitmap); in lra_coalesce()
H A Dearly-remat.c970 bitmap_clear (&m_tmp_bitmap); in collect_candidates()
1041 bitmap_clear (&m_tmp_bitmap); in sort_candidates()
1225 bitmap_clear (&m_tmp_bitmap); in compute_rd()
1247 bitmap_clear (&reaching); in compute_rd()
1273 bitmap_clear (&reaching); in compute_rd()
1532 bitmap_clear (&m_tmp_bitmap); in restrict_remat_for_unavail_regs()
2018 bitmap_clear (m_available); in process_block()
2050 bitmap_clear (&reaching); in process_block()
2133 bitmap_clear (dest->available_in); in avail_confluence_n()
2171 bitmap_clear (&m_tmp_bitmap); in compute_availability()
[all …]
H A Dshrink-wrap.c1139 bitmap_clear (SW (bb)->has_components); in init_separate_shrink_wrap()
1289 bitmap_clear (SW (bb)->head_components); in spread_components()
1347 bitmap_clear (SW (bb)->tail_components); in spread_components()
1501 bitmap_clear (SW (bb)->head_components); in emit_common_heads_for_components()
1518 bitmap_clear (epi); in emit_common_heads_for_components()
1519 bitmap_clear (pro); in emit_common_heads_for_components()
1586 bitmap_clear (SW (bb)->tail_components); in emit_common_tails_for_components()
1605 bitmap_clear (epi); in emit_common_tails_for_components()
1606 bitmap_clear (pro); in emit_common_tails_for_components()
1631 bitmap_clear (epi); in emit_common_tails_for_components()
[all …]
H A Dlra-lives.c498 bitmap_clear (&all_blocks); in finish_live_solver()
502 bitmap_clear (&bb_info->killed_pseudos); in finish_live_solver()
503 bitmap_clear (&bb_info->gen_pseudos); in finish_live_solver()
506 bitmap_clear (&all_hard_regs_bitmap); in finish_live_solver()
654 bitmap_clear (bb_gen_pseudos); in process_bb_lives()
655 bitmap_clear (bb_killed_pseudos); in process_bb_lives()
1163 bitmap_clear (born); in remove_some_program_points_and_update_live_ranges()
1164 bitmap_clear (dead); in remove_some_program_points_and_update_live_ranges()
1505 bitmap_clear (&temp_bitmap); in lra_live_ranges_finish()
H A Dddg.c582 bitmap_clear (g->nodes[i].successors); in create_ddg()
584 bitmap_clear (g->nodes[i].predecessors); in create_ddg()
965 bitmap_clear (tmp); in check_sccs()
1004 bitmap_clear (scc_nodes); in create_ddg_all_sccs()
1005 bitmap_clear (from); in create_ddg_all_sccs()
1006 bitmap_clear (to); in create_ddg_all_sccs()
1107 bitmap_clear (tmp); in find_nodes_on_paths()
1136 bitmap_clear (tmp); in find_nodes_on_paths()
H A Dmodulo-sched.c643 bitmap_clear (must_follow); in schedule_reg_move()
768 bitmap_clear (move->uses); in schedule_reg_moves()
776 bitmap_clear (distance1_uses); in schedule_reg_moves()
1881 bitmap_clear (psp); in get_sched_window()
1882 bitmap_clear (pss); in get_sched_window()
2047 bitmap_clear (must_precede); in calculate_must_precede_follow()
2048 bitmap_clear (must_follow); in calculate_must_precede_follow()
2162 bitmap_clear (sched_nodes); in sms_schedule_by_order()
2170 bitmap_clear (sched_nodes); in sms_schedule_by_order()
2475 bitmap_clear (tmp); in check_nodes_order()
[all …]
H A Dtree-ssa-dce.c1062 bitmap_clear (visited); in propagate_necessity()
1433 bitmap_clear (debug_seen); in eliminate_unnecessary_stmts()
1522 bitmap_clear (debug_seen); in eliminate_unnecessary_stmts()
1648 bitmap_clear (last_stmt_necessary); in tree_dce_init()
1650 bitmap_clear (bb_contains_live_stmts); in tree_dce_init()
1654 bitmap_clear (processed); in tree_dce_init()
1721 bitmap_clear (visited_control_parents); in perform_tree_ssa_dce()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c155 bitmap_clear(&dirty->bitmap[0], 0, dirty->bitmap_size); in vmw_bo_dirty_scan_mkwrite()
357 bitmap_clear(&dirty->bitmap[0], start, num); in vmw_bo_dirty_transfer_to_res()
390 bitmap_clear(&dirty->bitmap[0], res_start, res_end - res_start); in vmw_bo_dirty_clear_res()

123456789