| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | regmove.c | 385 XEXP (note, 1) = REG_NOTES (insn); in optimize_reg_copy_1() 386 REG_NOTES (insn) = note; in optimize_reg_copy_1() 400 XEXP (dest_death, 1) = REG_NOTES (p); in optimize_reg_copy_1() 401 REG_NOTES (p) = dest_death; in optimize_reg_copy_1() 652 p_move_notes = ®_NOTES (move_insn); in copy_src_to_dest() 653 p_insn_notes = ®_NOTES (insn); in copy_src_to_dest() 656 for (link = REG_NOTES (insn); link != NULL_RTX; link = next) in copy_src_to_dest() 1178 XEXP (src_note, 1) = REG_NOTES (p); in regmove_backward_pass() 1179 REG_NOTES (p) = src_note; in regmove_backward_pass()
|
| HD | reorg.c | 570 for (note = REG_NOTES (tem); note; note = next) in emit_delay_sequence() 1941 for (link = REG_NOTES (p); link; link = next) in update_reg_dead_notes() 1953 XEXP (link, 1) = REG_NOTES (insn); in update_reg_dead_notes() 1954 REG_NOTES (insn) = link; in update_reg_dead_notes() 1974 for (link = REG_NOTES (p); link; link = next) in fix_reg_dead_note() 2002 for (link = REG_NOTES (insn); link; link = next) in update_reg_unused_notes() 2783 for (note = REG_NOTES (trial); in fill_slots_from_thread() 2802 for (note = REG_NOTES (trial); in fill_slots_from_thread() 3281 XEXP (note, 1) = REG_NOTES (our_prev); in delete_prior_computation() 3282 REG_NOTES (our_prev) = note; in delete_prior_computation() [all …]
|
| HD | auto-inc-dec.c | 419 for (note = REG_NOTES (from_insn); note; note = next_note) in move_dead_notes() 426 XEXP (note, 1) = REG_NOTES (to_insn); in move_dead_notes() 427 REG_NOTES (to_insn) = note; in move_dead_notes() 431 REG_NOTES (from_insn) = next_note; in move_dead_notes()
|
| HD | reload1.c | 1227 pnote = ®_NOTES (insn); in reload() 1497 || (INSN_P (insn) && REG_NOTES (insn) != 0)) in calculate_needs_all_insns() 1504 rtx old_notes = REG_NOTES (insn); in calculate_needs_all_insns() 1580 REG_NOTES (insn) = old_notes; in calculate_needs_all_insns() 1627 || (INSN_P (insn) && REG_NOTES (insn) != 0)) in calculate_elim_costs_all_insns() 2414 for (tem = REG_NOTES (x); tem; tem = XEXP (tem, 1)) in set_label_offsets() 3301 if (REG_NOTES (insn)) in eliminate_regs_in_insn() 3302 REG_NOTES (insn) = copy_insn_1 (REG_NOTES (insn)); in eliminate_regs_in_insn() 3359 for (links = REG_NOTES (insn); links; links = XEXP (links, 1)) in eliminate_regs_in_insn() 3415 if (REG_NOTES (insn)) in eliminate_regs_in_insn() [all …]
|
| HD | emit-rtl.c | 2453 reset_used_flags (REG_NOTES (p)); in unshare_all_rtl_again() 2622 reset_used_flags (REG_NOTES (p)); in verify_rtl_sharing() 2635 reset_used_flags (REG_NOTES (q)); in verify_rtl_sharing() 2646 verify_rtx_sharing (REG_NOTES (p), p); in verify_rtl_sharing() 2664 REG_NOTES (insn) = copy_rtx_if_shared (REG_NOTES (insn)); in unshare_all_rtl_in_chain() 3588 for (note = REG_NOTES (trial); note; note = XEXP (note, 1)) in try_split() 3685 REG_NOTES (insn) = NULL; in make_insn_raw() 3718 REG_NOTES (insn) = NULL; in make_debug_insn_raw() 3737 REG_NOTES (insn) = NULL; in make_jump_insn_raw() 3757 REG_NOTES (insn) = NULL; in make_call_insn_raw() [all …]
|
| HD | rtlanal.c | 1025 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_all_hard_reg_sets() 1743 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_reg_note() 1749 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_reg_note() 1769 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_regno_note() 1791 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_reg_equal_equiv_note() 1942 REG_NOTES (insn) = alloc_reg_note (kind, datum, REG_NOTES (insn)); in add_reg_note() 1955 if (REG_NOTES (insn) == note) in remove_note() 1956 REG_NOTES (insn) = XEXP (note, 1); in remove_note() 1958 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in remove_note() 1983 loc = ®_NOTES (insn); in remove_reg_equal_equiv_notes()
|
| HD | mode-switching.c | 541 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in optimize_mode_switching() 546 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in optimize_mode_switching()
|
| HD | ira.c | 2385 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in validate_equiv_mem() 2756 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in update_equiv_regs() 3033 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in update_equiv_regs() 3081 equiv_link = REG_NOTES (equiv_insn); in update_equiv_regs() 3113 REG_NOTES (new_insn) = REG_NOTES (equiv_insn); in update_equiv_regs() 3114 REG_NOTES (equiv_insn) = 0; in update_equiv_regs()
|
| HD | df-problems.c | 2758 rtx *pprev = ®_NOTES (insn); in df_kill_notes() 2936 df_print_note ("adding 1: ", insn, REG_NOTES (insn)); in df_set_unused_notes_for_mw() 2950 df_print_note ("adding 2: ", insn, REG_NOTES (insn)); in df_set_unused_notes_for_mw() 3024 df_print_note ("adding 1: ", insn, REG_NOTES (insn)); in df_set_dead_notes_for_mw() 3041 df_print_note ("adding 2: ", insn, REG_NOTES (insn)); in df_set_dead_notes_for_mw() 3077 df_print_note ("adding 3: ", insn, REG_NOTES (insn)); in df_create_unused_note() 3475 df_print_note ("adding 4: ", insn, REG_NOTES (insn)); in df_note_bb_compute() 3832 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in df_simulate_one_insn_forwards()
|
| HD | predict.c | 396 for (note = REG_NOTES (BB_END (bb)); note; note = XEXP (note, 1)) in rtl_predicted_by_p() 623 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in invert_br_probabilities() 708 pnote = ®_NOTES (insn); in combine_predictions_for_insn() 715 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in combine_predictions_for_insn()
|
| HD | regrename.c | 1713 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 1720 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 1764 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 1771 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
|
| HD | sched-vis.c | 771 if (INSN_P (x) && REG_NOTES (x)) in dump_insn_slim() 772 for (note = REG_NOTES (x); note; note = XEXP (note, 1)) in dump_insn_slim()
|
| HD | combine.c | 1185 for (links = REG_NOTES (insn); links; links = XEXP (links, 1)) in combine_instructions() 1976 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in can_combine_p() 2982 for (link = REG_NOTES (i3); link; link = XEXP (link, 1)) in try_combine() 4041 for (note = REG_NOTES (undobuf.other_insn); note; note = next) in try_combine() 4120 i3notes = REG_NOTES (i3), i3links = LOG_LINKS (i3); in try_combine() 4121 i2notes = REG_NOTES (i2), i2links = LOG_LINKS (i2); in try_combine() 4123 i1notes = REG_NOTES (i1), i1links = LOG_LINKS (i1); in try_combine() 4125 i0notes = REG_NOTES (i0), i0links = LOG_LINKS (i0); in try_combine() 4219 REG_NOTES (i3) = 0; in try_combine() 4221 REG_NOTES (i2) = 0; in try_combine() [all …]
|
| HD | regstat.c | 182 link = REG_NOTES (insn); in regstat_bb_compute_ri()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | reorg.c | 527 for (note = REG_NOTES (tem); note; note = next) in emit_delay_sequence() 1757 for (link = REG_NOTES (p); link; link = next) in update_reg_dead_notes() 1769 XEXP (link, 1) = REG_NOTES (insn); in update_reg_dead_notes() 1770 REG_NOTES (insn) = link; in update_reg_dead_notes() 1791 for (link = REG_NOTES (p); link; link = next) in fix_reg_dead_note() 1818 for (link = REG_NOTES (insn); link; link = next) in update_reg_unused_notes() 2530 for (note = REG_NOTES (trial); in fill_slots_from_thread() 2549 for (note = REG_NOTES (trial); in fill_slots_from_thread() 3027 XEXP (note, 1) = REG_NOTES (our_prev); in delete_prior_computation() 3028 REG_NOTES (our_prev) = note; in delete_prior_computation() [all …]
|
| HD | ira.c | 2161 XEXP (note, 1) = REG_NOTES (insn); in decrease_live_ranges_number() 2162 REG_NOTES (insn) = note; in decrease_live_ranges_number() 2178 XEXP (dest_death, 1) = REG_NOTES (p); in decrease_live_ranges_number() 2179 REG_NOTES (p) = dest_death; in decrease_live_ranges_number() 3010 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in validate_equiv_mem() 3391 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in update_equiv_regs() 3752 for (rtx *p = ®_NOTES (def_insn); (link = *p) != 0; ) in combine_and_move_insns() 3757 XEXP (link, 1) = REG_NOTES (use_insn); in combine_and_move_insns() 3758 REG_NOTES (use_insn) = link; in combine_and_move_insns() 3789 REG_NOTES (new_insn) = REG_NOTES (def_insn); in combine_and_move_insns() [all …]
|
| HD | auto-inc-dec.c | 413 for (note = REG_NOTES (from_insn); note; note = next_note) in move_dead_notes() 420 XEXP (note, 1) = REG_NOTES (to_insn); in move_dead_notes() 421 REG_NOTES (to_insn) = note; in move_dead_notes() 425 REG_NOTES (from_insn) = next_note; in move_dead_notes()
|
| HD | reload1.c | 1220 pnote = ®_NOTES (insn); in reload() 1452 || (INSN_P (insn) && REG_NOTES (insn) != 0)) in calculate_needs_all_insns() 1459 rtx old_notes = REG_NOTES (insn); in calculate_needs_all_insns() 1530 REG_NOTES (insn) = old_notes; in calculate_needs_all_insns() 1577 || (INSN_P (insn) && REG_NOTES (insn) != 0)) in calculate_elim_costs_all_insns() 2392 for (tem = REG_NOTES (x); tem; tem = XEXP (tem, 1)) in set_label_offsets() 3281 if (REG_NOTES (insn)) in eliminate_regs_in_insn() 3282 REG_NOTES (insn) = copy_insn_1 (REG_NOTES (insn)); in eliminate_regs_in_insn() 3338 for (links = REG_NOTES (insn); links; links = XEXP (links, 1)) in eliminate_regs_in_insn() 3395 if (REG_NOTES (insn)) in eliminate_regs_in_insn() [all …]
|
| HD | emit-rtl.c | 2797 reset_used_flags (REG_NOTES (p)); in unshare_all_rtl_again() 2951 reset_used_flags (REG_NOTES (insn)); in reset_insn_used_flags() 2971 gcc_assert (REG_NOTES (p) == NULL); in reset_all_used_flags() 2989 verify_rtx_sharing (REG_NOTES (insn), insn); in verify_insn_sharing() 3036 REG_NOTES (insn) = copy_rtx_if_shared (REG_NOTES (insn)); in unshare_all_rtl_in_chain() 3922 for (note = REG_NOTES (trial); note; note = XEXP (note, 1)) in try_split() 4028 REG_NOTES (insn) = NULL; in make_insn_raw() 4061 REG_NOTES (insn) = NULL; in make_debug_insn_raw() 4080 REG_NOTES (insn) = NULL; in make_jump_insn_raw() 4100 REG_NOTES (insn) = NULL; in make_call_insn_raw() [all …]
|
| HD | regrename.c | 1810 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 1823 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 1868 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 1875 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 1887 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
|
| HD | rtlanal.c | 1478 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_all_hard_reg_sets() 2156 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_reg_note() 2162 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_reg_note() 2182 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_regno_note() 2204 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in find_reg_equal_equiv_note() 2364 REG_NOTES (insn) = alloc_reg_note (kind, datum, REG_NOTES (insn)); in add_reg_note() 2373 REG_NOTES (insn) = gen_rtx_INT_LIST ((machine_mode) kind, in add_int_reg_note() 2374 datum, REG_NOTES (insn)); in add_int_reg_note() 2421 if (REG_NOTES (insn) == note) in remove_note() 2422 REG_NOTES (insn) = XEXP (note, 1); in remove_note() [all …]
|
| HD | df-problems.c | 3133 rtx *pprev = ®_NOTES (insn); in df_remove_dead_and_unused_notes() 3190 rtx *pprev = ®_NOTES (insn); in df_remove_dead_eq_notes() 3305 df_print_note ("adding 1: ", insn, REG_NOTES (insn)); in df_set_unused_notes_for_mw() 3319 df_print_note ("adding 2: ", insn, REG_NOTES (insn)); in df_set_unused_notes_for_mw() 3390 df_print_note ("adding 1: ", insn, REG_NOTES (insn)); in df_set_dead_notes_for_mw() 3406 df_print_note ("adding 2: ", insn, REG_NOTES (insn)); in df_set_dead_notes_for_mw() 3439 df_print_note ("adding 3: ", insn, REG_NOTES (insn)); in df_create_unused_note() 3624 df_print_note ("adding 4: ", insn, REG_NOTES (insn)); in df_note_bb_compute() 3948 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in df_simulate_one_insn_forwards()
|
| HD | mode-switching.c | 622 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in optimize_mode_switching() 627 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in optimize_mode_switching()
|
| HD | regstat.c | 147 link = REG_NOTES (insn); in regstat_bb_compute_ri()
|
| HD | combine.c | 1230 for (links = REG_NOTES (insn); links; links = XEXP (links, 1)) in combine_instructions() 2121 for (link = REG_NOTES (insn); link; link = XEXP (link, 1)) in can_combine_p() 3126 for (link = REG_NOTES (i3); link; link = XEXP (link, 1)) in try_combine() 4248 for (note = REG_NOTES (undobuf.other_insn); note; note = next) in try_combine() 4370 i3notes = REG_NOTES (i3), i3links = LOG_LINKS (i3); in try_combine() 4371 i2notes = REG_NOTES (i2), i2links = LOG_LINKS (i2); in try_combine() 4373 i1notes = REG_NOTES (i1), i1links = LOG_LINKS (i1); in try_combine() 4375 i0notes = REG_NOTES (i0), i0links = LOG_LINKS (i0); in try_combine() 4469 REG_NOTES (i3) = 0; in try_combine() 4471 REG_NOTES (i2) = 0; in try_combine() [all …]
|