| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | shrink-wrap.c | 296 bitmap_and (df_get_live_in (next_block), df_get_live_out (bb), in move_insn_for_shrink_wrap() 1394 bitmap_and (SW (bb)->head_components, SW (bb)->head_components, in spread_components() 1527 bitmap_and (epi, epi, tmp); in emit_common_heads_for_components() 1532 bitmap_and (pro, pro, tmp); in emit_common_heads_for_components() 1616 bitmap_and (epi, epi, tmp); in emit_common_tails_for_components() 1622 bitmap_and (pro, pro, tmp); in emit_common_tails_for_components() 1704 bitmap_and (epi, epi, components); in insert_prologue_epilogue_for_components() 1705 bitmap_and (pro, pro, components); in insert_prologue_epilogue_for_components()
|
| H A D | lcm.c | 304 bitmap_and (laterin[bb->index], laterin[bb->index], in compute_laterin() 330 bitmap_and (laterin[last_basic_block_for_fn (cfun)], in compute_laterin() 671 bitmap_and (nearerout[bb->index], nearerout[bb->index], in compute_nearerout() 694 bitmap_and (nearerout[last_basic_block_for_fn (cfun)], in compute_nearerout()
|
| H A D | early-remat.c | 1267 bitmap_and (&m_tmp_bitmap, defs, &reaching); in compute_rd() 1360 bitmap_and (&m_tmp_bitmap, &uses, m_regno_to_candidates[regno]); in check_candidate_uses() 1747 bitmap_and (&m_tmp_bitmap, cand->uses, defs); in stabilize_candidate_uses() 1754 bitmap_and (&m_tmp_bitmap, reaching, defs); in stabilize_candidate_uses() 1826 bitmap_and (&m_tmp_bitmap, reaching, in emit_remat_insns() 1986 bitmap_and (&m_tmp_bitmap, defs, &reaching); in process_block() 2313 bitmap_and (&m_tmp_bitmap, info->rd_in, m_regno_to_candidates[cand->regno]); in need_to_move_candidate_p() 2398 bitmap_and (&m_tmp_bitmap, required, src_info->rd_out); in move_to_predecessors()
|
| H A D | modulo-sched.c | 1883 psp_not_empty = bitmap_and (psp, u_node_preds, sched_nodes); in get_sched_window() 1884 pss_not_empty = bitmap_and (pss, u_node_succs, sched_nodes); in get_sched_window() 2745 if (bitmap_and (tmp, predecessors, scc)) in order_nodes_in_scc() 2750 else if (bitmap_and (tmp, successors, scc)) in order_nodes_in_scc() 2781 bitmap_and (tmp, v_node_succs, scc); in order_nodes_in_scc() 2792 bitmap_and (workset, predecessors, scc); in order_nodes_in_scc() 2802 bitmap_and (tmp, v_node_preds, scc); in order_nodes_in_scc() 2813 bitmap_and (workset, successors, scc); in order_nodes_in_scc()
|
| H A D | sbitmap.h | 276 extern bool bitmap_and (sbitmap, const_sbitmap, const_sbitmap);
|
| H A D | bitmap.h | 409 extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
|
| H A D | sbitmap.c | 577 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and() function
|
| H A D | df-problems.c | 1513 bitmap_and (&bb_info->out, &bb_info->gen, &bb_lr_info->out); in df_live_init() 1548 bitmap_and (&df_live_scratch, gen, &bb_lr_info->out); in df_live_transfer_function() 4614 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
|
| H A D | ddg.c | 1157 return bitmap_and (result, reachable_from, reach_to); in find_nodes_on_paths()
|
| H A D | ira-emit.c | 1240 bitmap_and (live_through, in add_ranges_and_copies()
|
| H A D | lra-remat.c | 1075 bitmap_and (avail_cands, &get_remat_bb_data (bb)->avin_cands, in do_remat()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | shrink-wrap.cc | 297 bitmap_and (df_get_live_in (next_block), df_get_live_out (bb), in move_insn_for_shrink_wrap() 1405 bitmap_and (SW (bb)->head_components, SW (bb)->head_components, in spread_components() 1538 bitmap_and (epi, epi, tmp); in emit_common_heads_for_components() 1543 bitmap_and (pro, pro, tmp); in emit_common_heads_for_components() 1627 bitmap_and (epi, epi, tmp); in emit_common_tails_for_components() 1633 bitmap_and (pro, pro, tmp); in emit_common_tails_for_components() 1715 bitmap_and (epi, epi, components); in insert_prologue_epilogue_for_components() 1716 bitmap_and (pro, pro, components); in insert_prologue_epilogue_for_components()
|
| H A D | lcm.cc | 304 bitmap_and (laterin[bb->index], laterin[bb->index], in compute_laterin() 330 bitmap_and (laterin[last_basic_block_for_fn (cfun)], in compute_laterin() 671 bitmap_and (nearerout[bb->index], nearerout[bb->index], in compute_nearerout() 694 bitmap_and (nearerout[last_basic_block_for_fn (cfun)], in compute_nearerout()
|
| H A D | early-remat.cc | 1267 bitmap_and (&m_tmp_bitmap, defs, &reaching); in compute_rd() 1360 bitmap_and (&m_tmp_bitmap, &uses, m_regno_to_candidates[regno]); in check_candidate_uses() 1747 bitmap_and (&m_tmp_bitmap, cand->uses, defs); in stabilize_candidate_uses() 1754 bitmap_and (&m_tmp_bitmap, reaching, defs); in stabilize_candidate_uses() 1826 bitmap_and (&m_tmp_bitmap, reaching, in emit_remat_insns() 1986 bitmap_and (&m_tmp_bitmap, defs, &reaching); in process_block() 2313 bitmap_and (&m_tmp_bitmap, info->rd_in, m_regno_to_candidates[cand->regno]); in need_to_move_candidate_p() 2398 bitmap_and (&m_tmp_bitmap, required, src_info->rd_out); in move_to_predecessors()
|
| H A D | modulo-sched.cc | 1884 psp_not_empty = bitmap_and (psp, u_node_preds, sched_nodes); in get_sched_window() 1885 pss_not_empty = bitmap_and (pss, u_node_succs, sched_nodes); in get_sched_window() 2746 if (bitmap_and (tmp, predecessors, scc)) in order_nodes_in_scc() 2751 else if (bitmap_and (tmp, successors, scc)) in order_nodes_in_scc() 2782 bitmap_and (tmp, v_node_succs, scc); in order_nodes_in_scc() 2793 bitmap_and (workset, predecessors, scc); in order_nodes_in_scc() 2803 bitmap_and (tmp, v_node_preds, scc); in order_nodes_in_scc() 2814 bitmap_and (workset, successors, scc); in order_nodes_in_scc()
|
| H A D | sbitmap.h | 286 extern bool bitmap_and (sbitmap, const_sbitmap, const_sbitmap);
|
| H A D | bitmap.h | 409 extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
|
| H A D | sbitmap.cc | 577 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and() function
|
| H A D | df-problems.cc | 1553 bitmap_and (&bb_info->out, &bb_info->gen, &bb_lr_info->out); in df_live_init() 1588 bitmap_and (&df_live_scratch, gen, &bb_lr_info->out); in df_live_transfer_function() 4652 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
|
| H A D | ddg.cc | 1157 return bitmap_and (result, reachable_from, reach_to); in find_nodes_on_paths()
|
| H A D | lra-remat.cc | 1075 bitmap_and (avail_cands, &get_remat_bb_data (bb)->avin_cands, in do_remat()
|
| /netbsd-src/sys/external/bsd/drm2/include/linux/ |
| H A D | bitmap.h | 208 bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| H A D | blocks.cc | 645 bitmap_and (b1_def, &DF_LR_BB_INFO (BASIC_BLOCK_FOR_FN (m_fn, b1))->def, in place_phis() 687 bitmap_and (&phis.regs, &unfiltered[i], DF_LR_IN (cfg_bb)); in place_phis() 762 bitmap_and (bi.ebb_live_in_for_debug, bi.potential_phi_regs_for_debug, in calculate_ebb_live_in_for_debug()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/common/config/arm/ |
| H A D | arm-common.cc | 1057 bitmap_and (fpubits, fpubits, target_isa); in arm_asm_auto_mfpu()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arm/ |
| H A D | arm-common.c | 1010 bitmap_and (fpubits, fpubits, target_isa); in arm_asm_auto_mfpu()
|