Searched refs:bitmap_and_compl_into (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx-vzeroupper-24.c17 bitmap_and_compl_into (bitmap a, const_bitmap b) function
/haiku-buildtools/gcc/gcc/
H A Dregset.h64 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM)
H A Dlra-coalesce.c233 bitmap_and_compl_into (lr_bitmap, &coalesced_pseudos_bitmap);
H A Dlra-spills.c553 bitmap_and_compl_into (df_get_live_in (bb), &spilled_pseudos);
554 bitmap_and_compl_into (df_get_live_out (bb), &spilled_pseudos);
H A Dbitmap.h230 extern bool bitmap_and_compl_into (bitmap, const_bitmap);
H A Dregstat.c342 bitmap_and_compl_into (live, local_processed);
H A Ddse.c3080 bitmap_and_compl_into (gen, group->group_kill);
3089 bitmap_and_compl_into (gen, kill_on_calls);
3095 bitmap_and_compl_into (gen, group->group_kill);
3111 bitmap_and_compl_into (gen, group->group_kill);
3146 bitmap_and_compl_into (gen, group->group_kill);
H A Dlra-remat.c899 bitmap_and_compl_into (&gen_insns, &temp_bitmap);
1282 bitmap_and_compl_into (&avail_cands, &temp_bitmap);
H A Dira.c3863 bitmap_and_compl_into (DF_LR_IN (bb), cleared_regs);
3864 bitmap_and_compl_into (DF_LR_OUT (bb), cleared_regs);
3867 bitmap_and_compl_into (DF_LIVE_IN (bb), cleared_regs);
3868 bitmap_and_compl_into (DF_LIVE_OUT (bb), cleared_regs);
4261 bitmap_and_compl_into (live_relevant_regs, elim_regset);
H A Dtree-into-ssa.c819 bitmap_and_compl_into (phis, to_remove);
1027 bitmap_and_compl_into (phi_insertion_points, def_map->phi_blocks);
H A Dlower-subreg.c1543 bitmap_and_compl_into (decomposable_context, non_decomposable_context);
H A Dtree-ssa-tail-merge.c906 bitmap_and_compl_into (deleted_bb_preds, deleted_bbs);
H A Dtree-ssa-loop-im.c2360 bitmap_and_compl_into (sm_executed, sm_in_loop);
H A Dbitmap.c1163 bitmap_and_compl_into (bitmap a, const_bitmap b)
1153 bitmap_and_compl_into (bitmap a, const_bitmap b) function
H A Ddf-problems.c3827 bitmap_and_compl_into (merge_use, merge_set);
H A Dtree-ssa-loop-ivopts.c5109 bitmap_and_compl_into (use->related_cands, to_clear);

Completed in 153 milliseconds