Home
last modified time | relevance | path

Searched refs:first_insn (Results 1 – 25 of 57) sorted by relevance

123

/netbsd/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.c1091 substitute_ep_register (rtx_insn *first_insn, in substitute_ep_register() argument
1115 if (NOTE_P (first_insn)) in substitute_ep_register()
1116 first_insn = next_nonnote_insn (first_insn); in substitute_ep_register()
1180 insn = prev_nonnote_insn (first_insn); in substitute_ep_register()
1204 rtx_insn *first_insn; in v850_reorg() member
1223 regs[i].first_insn = NULL; in v850_reorg()
1257 regs[i].first_insn = NULL; in v850_reorg()
1344 if (!regs[regno].first_insn) in v850_reorg()
1345 regs[regno].first_insn = insn; in v850_reorg()
1389 regs[i].first_insn = NULL; in v850_reorg()
[all …]
H A Dv850.cc1091 substitute_ep_register (rtx_insn *first_insn, in substitute_ep_register() argument
1115 if (NOTE_P (first_insn)) in substitute_ep_register()
1116 first_insn = next_nonnote_insn (first_insn); in substitute_ep_register()
1180 insn = prev_nonnote_insn (first_insn); in substitute_ep_register()
1204 rtx_insn *first_insn; in v850_reorg() member
1223 regs[i].first_insn = NULL; in v850_reorg()
1257 regs[i].first_insn = NULL; in v850_reorg()
1344 if (!regs[regno].first_insn) in v850_reorg()
1345 regs[regno].first_insn = insn; in v850_reorg()
1389 regs[i].first_insn = NULL; in v850_reorg()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c1091 substitute_ep_register (rtx_insn *first_insn, in substitute_ep_register() argument
1115 if (NOTE_P (first_insn)) in substitute_ep_register()
1116 first_insn = next_nonnote_insn (first_insn); in substitute_ep_register()
1180 insn = prev_nonnote_insn (first_insn); in substitute_ep_register()
1204 rtx_insn *first_insn; in v850_reorg() member
1223 regs[i].first_insn = NULL; in v850_reorg()
1257 regs[i].first_insn = NULL; in v850_reorg()
1344 if (!regs[regno].first_insn) in v850_reorg()
1345 regs[regno].first_insn = insn; in v850_reorg()
1389 regs[i].first_insn = NULL; in v850_reorg()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh-protos.h271 sh_treg_insns (rtx_insn* first_insn, rtx_insn* nott_insn) in sh_treg_insns() argument
272 : m_first_insn (first_insn), in sh_treg_insns()
279 rtx_insn* first_insn (void) const { return m_first_insn; } in first_insn() function
/netbsd/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh-protos.h271 sh_treg_insns (rtx_insn* first_insn, rtx_insn* nott_insn) in sh_treg_insns() argument
272 : m_first_insn (first_insn), in sh_treg_insns()
279 rtx_insn* first_insn (void) const { return m_first_insn; } in first_insn() function
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.c2888 if (AV_SET_VALID_P (first_insn)) in compute_av_set_inside_bb()
2892 if (sel_bb_head_p (first_insn)) in compute_av_set_inside_bb()
2907 ilist_add (&p, first_insn); in compute_av_set_inside_bb()
2929 if (last_insn != first_insn in compute_av_set_inside_bb()
2994 if (sel_bb_head_p (first_insn)) in compute_av_set_inside_bb()
6511 first_insn = original_insn = insn; in code_motion_path_driver()
6548 if (insn == first_insn) in code_motion_path_driver()
6598 if (insn != first_insn) in code_motion_path_driver()
6618 if (first_insn != original_insn) in code_motion_path_driver()
6619 first_insn = original_insn; in code_motion_path_driver()
[all …]
H A Dsel-sched.cc2888 if (AV_SET_VALID_P (first_insn)) in compute_av_set_inside_bb()
2892 if (sel_bb_head_p (first_insn)) in compute_av_set_inside_bb()
2907 ilist_add (&p, first_insn); in compute_av_set_inside_bb()
2929 if (last_insn != first_insn in compute_av_set_inside_bb()
2994 if (sel_bb_head_p (first_insn)) in compute_av_set_inside_bb()
6511 first_insn = original_insn = insn; in code_motion_path_driver()
6548 if (insn == first_insn) in code_motion_path_driver()
6598 if (insn != first_insn) in code_motion_path_driver()
6618 if (first_insn != original_insn) in code_motion_path_driver()
6619 first_insn = original_insn; in code_motion_path_driver()
[all …]
H A Dgenattrtab.c1247 && (num_alt == 0 || av->first_insn == NULL in get_attr_value()
1255 av->first_insn = NULL; in get_attr_value()
1519 for (ie = av->first_insn; ie; ie = ie->next) in make_length_attrs()
1577 for (ie = av->first_insn; ie; ie = ie->next) in write_length_unit_log()
1771 if (av->first_insn == ie) in remove_insn_ent()
1772 av->first_insn = ie->next; in remove_insn_ent()
1792 ie->next = av->first_insn; in insert_insn_ent()
1793 av->first_insn = ie; in insert_insn_ent()
3055 av->first_insn = NULL; in add_attr_value()
4078 av->first_insn->def->insn_index, 0); in write_attr_get()
[all …]
H A Dgenattrtab.cc1247 && (num_alt == 0 || av->first_insn == NULL in get_attr_value()
1255 av->first_insn = NULL; in get_attr_value()
1519 for (ie = av->first_insn; ie; ie = ie->next) in make_length_attrs()
1577 for (ie = av->first_insn; ie; ie = ie->next) in write_length_unit_log()
1771 if (av->first_insn == ie) in remove_insn_ent()
1772 av->first_insn = ie->next; in remove_insn_ent()
1792 ie->next = av->first_insn; in insert_insn_ent()
1793 av->first_insn = ie; in insert_insn_ent()
3054 av->first_insn = NULL; in add_attr_value()
4077 av->first_insn->def->insn_index, 0); in write_attr_get()
[all …]
H A Dlra-assigns.c1710 rtx_insn *start_insn = NULL, *first_insn = NULL, *second_insn = NULL; in find_reload_regno_insns() local
1728 if (prev_insn != NULL && first_insn == NULL) in find_reload_regno_insns()
1735 first_insn = prev_insn; in find_reload_regno_insns()
1754 start = first_insn != NULL ? first_insn : start_insn; in find_reload_regno_insns()
H A Dlra-assigns.cc1712 rtx_insn *start_insn = NULL, *first_insn = NULL, *second_insn = NULL; in find_reload_regno_insns() local
1741 first_insn = prev_insn; in find_reload_regno_insns()
1761 start = first_insn != NULL ? first_insn : start_insn; in find_reload_regno_insns()
H A Dfwprop.cc991 for (insn_info *insn = crtl->ssa->first_insn (); insn; insn = next) in fwprop()
H A Difcvt.c3077 rtx_insn *first_insn = first_active_insn (test_bb); in bb_valid_for_noce_process_p() local
3078 rtx first_set = single_set (first_insn); in bb_valid_for_noce_process_p()
3086 if (first_insn == last_insn) in bb_valid_for_noce_process_p()
3097 if (REG_P (x) && reg_set_between_p (x, first_insn, prev_last_insn)) in bb_valid_for_noce_process_p()
H A Difcvt.cc3096 rtx_insn *first_insn = first_active_insn (test_bb); in bb_valid_for_noce_process_p() local
3097 rtx first_set = single_set (first_insn); in bb_valid_for_noce_process_p()
3105 if (first_insn == last_insn) in bb_valid_for_noce_process_p()
3116 if (REG_P (x) && reg_set_between_p (x, first_insn, prev_last_insn)) in bb_valid_for_noce_process_p()
H A Dgenautomata.c6474 ainsn_t first_insn; in set_insn_equiv_classes() local
6496 first_insn = ainsn; in set_insn_equiv_classes()
6497 gcc_assert (first_insn->first_insn_with_same_reservs); in set_insn_equiv_classes()
6498 first_insn->first_ainsn_with_given_equivalence_num = 1; in set_insn_equiv_classes()
6499 curr_insn = first_insn; in set_insn_equiv_classes()
6509 while (curr_insn != first_insn); in set_insn_equiv_classes()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c2888 if (AV_SET_VALID_P (first_insn)) in compute_av_set_inside_bb()
2892 if (sel_bb_head_p (first_insn)) in compute_av_set_inside_bb()
2907 ilist_add (&p, first_insn); in compute_av_set_inside_bb()
2929 if (last_insn != first_insn in compute_av_set_inside_bb()
2994 if (sel_bb_head_p (first_insn)) in compute_av_set_inside_bb()
6511 first_insn = original_insn = insn; in code_motion_path_driver()
6548 if (insn == first_insn) in code_motion_path_driver()
6598 if (insn != first_insn) in code_motion_path_driver()
6618 if (first_insn != original_insn) in code_motion_path_driver()
6619 first_insn = original_insn; in code_motion_path_driver()
[all …]
H A Dgenattrtab.c1247 && (num_alt == 0 || av->first_insn == NULL in get_attr_value()
1255 av->first_insn = NULL; in get_attr_value()
1519 for (ie = av->first_insn; ie; ie = ie->next) in make_length_attrs()
1577 for (ie = av->first_insn; ie; ie = ie->next) in write_length_unit_log()
1771 if (av->first_insn == ie) in remove_insn_ent()
1772 av->first_insn = ie->next; in remove_insn_ent()
1792 ie->next = av->first_insn; in insert_insn_ent()
1793 av->first_insn = ie; in insert_insn_ent()
3055 av->first_insn = NULL; in add_attr_value()
4078 av->first_insn->def->insn_index, 0); in write_attr_get()
[all …]
H A Dlra-assigns.c1710 rtx_insn *start_insn = NULL, *first_insn = NULL, *second_insn = NULL; in find_reload_regno_insns() local
1728 if (prev_insn != NULL && first_insn == NULL) in find_reload_regno_insns()
1735 first_insn = prev_insn; in find_reload_regno_insns()
1754 start = first_insn != NULL ? first_insn : start_insn; in find_reload_regno_insns()
H A Difcvt.c3077 rtx_insn *first_insn = first_active_insn (test_bb); in bb_valid_for_noce_process_p() local
3078 rtx first_set = single_set (first_insn); in bb_valid_for_noce_process_p()
3086 if (first_insn == last_insn) in bb_valid_for_noce_process_p()
3097 if (REG_P (x) && reg_set_between_p (x, first_insn, prev_last_insn)) in bb_valid_for_noce_process_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k-protos.h64 rtx_insn *first_insn, rtx target);
/netbsd/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k-protos.h64 rtx_insn *first_insn, rtx target);
/netbsd/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dfunctions.h92 insn_info *first_insn () const { return m_first_insn; } in first_insn() function
/netbsd/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.c4121 rtx_insn *insn, *first_insn = NULL; in workaround_rts_anomaly() local
4140 if (first_insn == NULL_RTX) in workaround_rts_anomaly()
4141 first_insn = insn; in workaround_rts_anomaly()
4193 emit_insn_before (gen_nop (), first_insn); in workaround_rts_anomaly()
H A Dbfin.cc4122 rtx_insn *insn, *first_insn = NULL; in workaround_rts_anomaly() local
4141 if (first_insn == NULL_RTX) in workaround_rts_anomaly()
4142 first_insn = insn; in workaround_rts_anomaly()
4194 emit_insn_before (gen_nop (), first_insn); in workaround_rts_anomaly()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.c4121 rtx_insn *insn, *first_insn = NULL; in workaround_rts_anomaly() local
4140 if (first_insn == NULL_RTX) in workaround_rts_anomaly()
4141 first_insn = insn; in workaround_rts_anomaly()
4193 emit_insn_before (gen_nop (), first_insn); in workaround_rts_anomaly()

123