Home
last modified time | relevance | path

Searched refs:bitmap_set_range (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsbitmap.c272 bitmap_set_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_set_range() function
895 bitmap_set_range (s, 0, 1); in test_set_range()
898 bitmap_set_range (s, 15, 1); in test_set_range()
905 bitmap_set_range (s, 512, 1); in test_set_range()
914 bitmap_set_range (s, 512, 64); in test_set_range()
H A Dsbitmap.h262 extern void bitmap_set_range (sbitmap, unsigned, unsigned);
H A Dbitmap.c1572 bitmap_set_range (bitmap head, unsigned int start, unsigned int count) in bitmap_set_range() function
2780 bitmap_set_range (b, 7, 5); in test_set_range()
2799 bitmap_set_range (b, 100, 100); in test_clear_bit_in_middle()
2817 bitmap_set_range (src, 40, 10); in test_copying()
2825 bitmap_set_range (src, 70, 5); in test_copying()
2842 bitmap_set_range (b, 42, 1); in test_bitmap_single_bit_set_p()
2846 bitmap_set_range (b, 1066, 1); in test_bitmap_single_bit_set_p()
H A Dbitmap.h416 extern void bitmap_set_range (bitmap, unsigned int, unsigned int);
H A Dtree-ssanames.c229 bitmap_set_range (all_names, UNUSED_NAME_VERSION + 1, num_ssa_names - 1); in verify_ssaname_freelists()
H A Ddf-problems.c321 bitmap_set_range (&bb_info->kill, begin, n_defs); in df_rd_bb_local_compute_process_def()
419 bitmap_set_range (dense_invalidated, in df_rd_local_compute()
539 bitmap_set_range (live_defs, in df_rd_transfer_function()
616 bitmap_set_range (&tmp, DF_DEFS_BEGIN (regno), DF_DEFS_COUNT (regno)); in df_rd_dump_defs_set()
H A Dearly-remat.c1226 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_rd()
2172 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_availability()
H A Dtree-ssa-dse.c246 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
H A Ddse.c1286 bitmap_set_range (s_info->positions_needed.large.bmap, 0, width); in set_all_positions_unneeded()
1862 bitmap_set_range (regs_set, REGNO (x), REG_NREGS (x)); in look_for_hardregs()
H A Dlra-lives.c477 bitmap_set_range (&all_hard_regs_bitmap, 0, FIRST_PSEUDO_REGISTER); in initiate_live_solver()
H A Dcaller-save.c1329 bitmap_set_range ((regset) data, regno, REG_NREGS (x)); in add_used_regs()
H A Dsched-rgn.c1787 bitmap_set_range (df_get_live_in (b), regno, REG_NREGS (reg)); in update_live_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsbitmap.cc272 bitmap_set_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_set_range() function
895 bitmap_set_range (s, 0, 1); in test_set_range()
898 bitmap_set_range (s, 15, 1); in test_set_range()
905 bitmap_set_range (s, 512, 1); in test_set_range()
914 bitmap_set_range (s, 512, 64); in test_set_range()
H A Dbitmap.cc1654 bitmap_set_range (bitmap head, unsigned int start, unsigned int count) in bitmap_set_range() function
2874 bitmap_set_range (b, 7, 5); in test_set_range()
2893 bitmap_set_range (b, 100, 100); in test_clear_bit_in_middle()
2911 bitmap_set_range (src, 40, 10); in test_copying()
2919 bitmap_set_range (src, 70, 5); in test_copying()
2936 bitmap_set_range (b, 42, 1); in test_bitmap_single_bit_set_p()
2940 bitmap_set_range (b, 1066, 1); in test_bitmap_single_bit_set_p()
H A Dsbitmap.h272 extern void bitmap_set_range (sbitmap, unsigned, unsigned);
H A Dtree-ssanames.cc238 bitmap_set_range (all_names, UNUSED_NAME_VERSION + 1, num_ssa_names - 1); in verify_ssaname_freelists()
H A Dbitmap.h416 extern void bitmap_set_range (bitmap, unsigned int, unsigned int);
H A Ddf-problems.cc321 bitmap_set_range (&bb_info->kill, begin, n_defs); in df_rd_bb_local_compute_process_def()
419 bitmap_set_range (dense_invalidated, in df_rd_local_compute()
539 bitmap_set_range (live_defs, in df_rd_transfer_function()
616 bitmap_set_range (&tmp, DF_DEFS_BEGIN (regno), DF_DEFS_COUNT (regno)); in df_rd_dump_defs_set()
H A Dearly-remat.cc1226 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_rd()
2172 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_availability()
H A Dtree-ssa-dse.cc356 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
H A Dcaller-save.cc1329 bitmap_set_range ((regset) data, regno, REG_NREGS (x)); in add_used_regs()
H A Dlra-lives.cc477 bitmap_set_range (&all_hard_regs_bitmap, 0, FIRST_PSEUDO_REGISTER); in initiate_live_solver()
H A Dtree-loop-distribution.cc2502 bitmap_set_range (sccs_to_merge, 0, (unsigned) num_sccs); in break_alias_scc_partitions()
3625 bitmap_set_range (partition_stmts, 0, rdg->n_vertices); in transform_reduction_loop()
H A Dsched-rgn.cc1787 bitmap_set_range (df_get_live_in (b), regno, REG_NREGS (reg)); in update_live_1()
H A Dcfgcleanup.cc218 bitmap_set_range (nonequal, REGNO (dest), REG_NREGS (dest)); in mark_effect()

12