Home
last modified time | relevance | path

Searched refs:bitmap_and_compl_into (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dearly-remat.c1200 bitmap_and_compl_into (get_bitmap (&info->rd_gen), kill); in compute_rd()
1265 bitmap_and_compl_into (&reaching, kill); in compute_rd()
1386 bitmap_and_compl_into (&uses, &m_tmp_bitmap); in check_candidate_uses()
1806 bitmap_and_compl_into (required, &m_tmp_bitmap); in emit_remat_insns()
2005 bitmap_and_compl_into (m_available, kill); in process_block()
2006 bitmap_and_compl_into (&reaching, kill); in process_block()
2160 bitmap_and_compl_into (info->required_in, info->available_in); in compute_availability()
2395 bitmap_and_compl_into (&m_tmp_bitmap, src_info->available_out); in move_to_predecessors()
2425 bitmap_and_compl_into (dest_info->required_in, required); in move_to_predecessors()
H A Dregset.h62 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM)
H A Dlra-spills.c545 bitmap_and_compl_into (df_get_live_in (bb), spilled_pseudos); in spill_pseudos()
546 bitmap_and_compl_into (df_get_live_out (bb), spilled_pseudos); in spill_pseudos()
H A Dlra-coalesce.c202 bitmap_and_compl_into (lr_bitmap, &coalesced_pseudos_bitmap); in update_live_info()
H A Ddse.c2945 bitmap_and_compl_into (gen, group->group_kill); in scan_reads()
2954 bitmap_and_compl_into (gen, kill_on_calls); in scan_reads()
2960 bitmap_and_compl_into (gen, group->group_kill); in scan_reads()
2981 bitmap_and_compl_into (gen, group->group_kill); in scan_reads()
3017 bitmap_and_compl_into (gen, group->group_kill); in scan_reads()
H A Dbitmap.h293 extern bool bitmap_and_compl_into (bitmap, const_bitmap);
H A Dlra-remat.c813 bitmap_and_compl_into (gen_insns, &temp_bitmap); in calculate_gen_cands()
1224 bitmap_and_compl_into (avail_cands, &temp_bitmap); in do_remat()
H A Dira.c3836 bitmap_and_compl_into (DF_LR_IN (bb), cleared_regs); in combine_and_move_insns()
3837 bitmap_and_compl_into (DF_LR_OUT (bb), cleared_regs); in combine_and_move_insns()
3840 bitmap_and_compl_into (DF_LIVE_IN (bb), cleared_regs); in combine_and_move_insns()
3841 bitmap_and_compl_into (DF_LIVE_OUT (bb), cleared_regs); in combine_and_move_insns()
4240 bitmap_and_compl_into (live_relevant_regs, elim_regset); in build_insn_chain()
H A Dtree-into-ssa.c769 bitmap_and_compl_into (phis, to_remove); in prune_unused_phi_nodes()
977 bitmap_and_compl_into (phi_insertion_points, def_map->phi_blocks); in insert_phi_nodes_for()
H A Dlower-subreg.c1524 bitmap_and_compl_into (decomposable_context, non_decomposable_context); in decompose_multiword_subregs()
H A Dtree-ssa-tail-merge.c896 bitmap_and_compl_into (deleted_bb_preds, deleted_bbs); in update_worklist()
H A Dbitmap.c1135 bitmap_and_compl_into (bitmap a, const_bitmap b) in bitmap_and_compl_into() function
H A Dtree-ssa-loop-im.c2331 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
H A Ddf-problems.c4192 bitmap_and_compl_into (merge_use, merge_set); in can_move_insns_across()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dregset.h65 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM)
H A Ddse.c3053 bitmap_and_compl_into (group->store2_p, disqualified_clear_alias_sets); in dse_step2_spill()
3246 bitmap_and_compl_into (gen, group->group_kill); in scan_reads_nospill()
3255 bitmap_and_compl_into (gen, kill_on_calls); in scan_reads_nospill()
3261 bitmap_and_compl_into (gen, group->group_kill); in scan_reads_nospill()
3277 bitmap_and_compl_into (gen, group->group_kill); in scan_reads_nospill()
3312 bitmap_and_compl_into (gen, group->group_kill); in scan_reads_nospill()
H A Dregstat.c331 bitmap_and_compl_into (live, local_processed); in regstat_bb_compute_ri()
H A Dira.c3149 bitmap_and_compl_into (DF_LIVE_IN (bb), cleared_regs); in update_equiv_regs()
3150 bitmap_and_compl_into (DF_LIVE_OUT (bb), cleared_regs); in update_equiv_regs()
3151 bitmap_and_compl_into (DF_LR_IN (bb), cleared_regs); in update_equiv_regs()
3152 bitmap_and_compl_into (DF_LR_OUT (bb), cleared_regs); in update_equiv_regs()
3394 bitmap_and_compl_into (live_relevant_regs, elim_regset); in build_insn_chain()
H A Dbitmap.h122 extern bool bitmap_and_compl_into (bitmap, const_bitmap);
H A Dtree-into-ssa.c858 bitmap_and_compl_into (phis, to_remove); in prune_unused_phi_nodes()
1085 bitmap_and_compl_into (phi_insertion_points, def_map->phi_blocks); in insert_phi_nodes_for()
H A Ddf-problems.c508 bitmap_and_compl_into (&tmp, dense_invalidated); in df_rd_confluence_n()
559 bitmap_and_compl_into (&tmp, kill); in df_rd_transfer_function()
4076 bitmap_and_compl_into (merge_use, merge_set); in can_move_insns_across()
H A Dlower-subreg.c1180 bitmap_and_compl_into (decomposable_context, non_decomposable_context); in decompose_multiword_subregs()
H A Dtree-ssa-tail-merge.c824 bitmap_and_compl_into (deleted_bb_preds, deleted_bbs); in update_worklist()
H A Dbitmap.c1131 bitmap_and_compl_into (bitmap a, const_bitmap b) in bitmap_and_compl_into() function
H A Dtree-ssa-loop-im.c2484 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()

12