Home
last modified time | relevance | path

Searched refs:bitmap_and (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dshrink-wrap.c296 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 Dlcm.c304 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 Dearly-remat.c1267 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 Dmodulo-sched.c1883 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 Dsbitmap.h276 extern bool bitmap_and (sbitmap, const_sbitmap, const_sbitmap);
H A Dbitmap.h409 extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
H A Dsbitmap.c577 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and() function
H A Ddf-problems.c1513 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 Dddg.c1157 return bitmap_and (result, reachable_from, reach_to); in find_nodes_on_paths()
H A Dira-emit.c1240 bitmap_and (live_through, in add_ranges_and_copies()
H A Dlra-remat.c1075 bitmap_and (avail_cands, &get_remat_bb_data (bb)->avin_cands, in do_remat()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dshrink-wrap.cc297 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 Dlcm.cc304 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 Dearly-remat.cc1267 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 Dmodulo-sched.cc1884 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 Dsbitmap.h286 extern bool bitmap_and (sbitmap, const_sbitmap, const_sbitmap);
H A Dbitmap.h409 extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
H A Dsbitmap.cc577 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and() function
H A Ddf-problems.cc1553 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 Dddg.cc1157 return bitmap_and (result, reachable_from, reach_to); in find_nodes_on_paths()
H A Dlra-remat.cc1075 bitmap_and (avail_cands, &get_remat_bb_data (bb)->avin_cands, in do_remat()
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dbitmap.h208 bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dblocks.cc645 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 Darm-common.cc1057 bitmap_and (fpubits, fpubits, target_isa); in arm_asm_auto_mfpu()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
H A Darm-common.c1010 bitmap_and (fpubits, fpubits, target_isa); in arm_asm_auto_mfpu()

12