Searched refs:first_insn (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Demit-rtl.c173 static rtx first_insn = NULL; variable
1663 gen_inline_header_rtx (first_insn, first_parm_insn, first_labelno,
1669 rtx first_insn, first_parm_insn;
1685 first_insn, first_parm_insn,
1707 first_insn = first;
1739 p->first_insn = first_insn;
1764 first_insn = p->first_insn;
2115 return first_insn;
[all...]
H A Dprofile.c90 rtx first_insn; member in struct:bb_info
189 but it doesn't have a valid first_insn or branch_insn. We must
218 PREV_INSN (bb_graph[i].first_insn));
226 PREV_INSN (bb_graph[ARC_TARGET (arcptr)].first_insn));
692 bb_graph[i].first_insn = insn;
866 bb_graph[i].first_insn = insn
889 bb_graph[i+1].first_insn = get_last_insn ();
1194 if (! binfo->first_insn
1195 || GET_RTX_CLASS (GET_CODE (binfo->first_insn)) != 'i')
1207 REG_NOTES (binfo->first_insn)
[all...]
H A Dfunction.h164 rtx first_insn;
163 rtx first_insn; member in struct:function
H A Dstmt.c208 rtx first_insn;
734 if (INSN_UID (block->data.block.first_insn) < INSN_UID (label))
914 expand_fixups (first_insn)
915 rtx first_insn;
917 fixup_gotos (NULL_PTR, NULL_RTX, NULL_TREE, first_insn, 0);
934 fixup_gotos (thisblock, stack_level, cleanup_list, first_insn, dont_jump_in)
938 rtx first_insn;
981 || INSN_UID (first_insn) < INSN_UID (after_label))
982 && INSN_UID (first_insn) > INSN_UID (f->before_jump)
3061 thisblock->data.block.first_insn
206 rtx first_insn; member in struct:nesting::__anon3445::__anon3448
[all...]
H A Dgenattrtab.c165 struct insn_ent *first_insn; /* First insn with this value. */ member in struct:attr_value
1514 && (num_alt == 0 || av->first_insn == NULL
1515 || insn_alternatives[av->first_insn->insn_code]))
1522 av->first_insn = NULL;
2469 for (ie = av->first_insn; ie; ie = ie->next)
2527 for (ie = av->first_insn; ie; ie = ie->next)
2677 if (av->first_insn == ie)
2678 av->first_insn = ie->next;
2681 for (previe = av->first_insn; previe->next != ie; previe = previe->next)
2700 ie->next = av->first_insn;
[all...]
H A Dintegrate.c500 rtx first_insn, last_insn, insn;
578 first_insn = rtx_alloc (NOTE);
579 NOTE_SOURCE_FILE (first_insn) = NOTE_SOURCE_FILE (insn);
580 NOTE_LINE_NUMBER (first_insn) = NOTE_LINE_NUMBER (insn);
581 INSN_UID (first_insn) = INSN_UID (insn);
582 PREV_INSN (first_insn) = NULL;
583 NEXT_INSN (first_insn) = NULL;
584 last_insn = first_insn;
772 set_new_first_and_last_insn (first_insn, last_insn);
496 rtx first_insn, last_insn, insn; local
H A Dcalls.c1795 rtx first_insn
1805 for (insn = first_insn; insn; insn = NEXT_INSN (insn))
1837 emit_insns_before (seq, first_insn);
1793 rtx first_insn local
H A Dgcov.c132 rtx first_insn;
H A Dfunction.c1769 rtx first_insn = get_insns ();
1774 fixup_var_refs_insns (var, promoted_mode, unsignedp, first_insn,
1759 rtx first_insn = get_insns (); local
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh-protos.h321 sh_treg_insns (rtx_insn* first_insn, rtx_insn* nott_insn) argument
322 : m_first_insn (first_insn),
329 rtx_insn* first_insn (void) const { return m_first_insn; } function in class:sh_treg_insns
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k-protos.h48 rtx_insn *first_insn, rtx target);
H A Dm68k.c4835 strict_low_part_peephole_ok (machine_mode mode, rtx_insn *first_insn,
4838 rtx_insn *p = first_insn;
4864 first_insn is redundant. */
4821 strict_low_part_peephole_ok(machine_mode mode, rtx_insn *first_insn, rtx target) argument
/haiku-buildtools/legacy/gcc/gcc/config/v850/
H A Dv850.c1097 substitute_ep_register (first_insn, last_insn, uses, regno, p_r1, p_ep)
1098 rtx first_insn;
1120 INSN_UID (first_insn), INSN_UID (last_insn));
1122 if (GET_CODE (first_insn) == NOTE)
1123 first_insn = next_nonnote_insn (first_insn);
1126 for (insn = first_insn; insn && insn != last_insn; insn = NEXT_INSN (insn))
1176 insn = prev_nonnote_insn (first_insn);
1183 emit_insn_before (gen_rtx (SET, Pmode, *p_r1, *p_ep), first_insn);
1185 emit_insn_before (gen_rtx (SET, Pmode, *p_ep, reg), first_insn);
1171 emit_insn_before (gen_rtx (SET, Pmode, *p_r1, *p_ep), first_insn); local
1173 emit_insn_before (gen_rtx (SET, Pmode, *p_ep, reg), first_insn); local
1192 rtx first_insn; member in struct:__anon3160
[all...]
/haiku-buildtools/gcc/gcc/config/v850/
H A Dv850.c1153 substitute_ep_register (rtx_insn *first_insn,
1175 INSN_UID (first_insn), INSN_UID (last_insn));
1177 if (NOTE_P (first_insn))
1178 first_insn = next_nonnote_insn (first_insn);
1181 for (insn = first_insn; insn && insn != last_insn; insn = NEXT_INSN (insn))
1242 insn = prev_nonnote_insn (first_insn);
1249 emit_insn_before (gen_rtx_SET (Pmode, *p_r1, *p_ep), first_insn);
1251 emit_insn_before (gen_rtx_SET (Pmode, *p_ep, reg), first_insn);
1267 rtx_insn *first_insn;
1147 substitute_ep_register(rtx_insn *first_insn, rtx_insn *last_insn, int uses, int regno, rtx * p_r1, rtx * p_ep) argument
1243 emit_insn_before (gen_rtx_SET (Pmode, *p_r1, *p_ep), first_insn); local
1245 emit_insn_before (gen_rtx_SET (Pmode, *p_ep, reg), first_insn); local
1260 rtx_insn *first_insn; member in struct:__anon586
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c166 struct insn_ent *first_insn; /* First insn with this value. */ member in struct:attr_value
1308 && (num_alt == 0 || av->first_insn == NULL
1309 || insn_alternatives[av->first_insn->def->insn_code]))
1316 av->first_insn = NULL;
1580 for (ie = av->first_insn; ie; ie = ie->next)
1640 for (ie = av->first_insn; ie; ie = ie->next)
1836 if (av->first_insn == ie)
1837 av->first_insn = ie->next;
1840 for (previe = av->first_insn; previe->next != ie; previe = previe->next)
1857 ie->next = av->first_insn;
[all...]
H A Dsel-sched.c2916 compute_av_set_inside_bb (insn_t first_insn, ilist_t p, int ws,
2921 insn_t bb_end = sel_bb_end (BLOCK_FOR_INSN (first_insn));
2925 basic_block cur_bb = BLOCK_FOR_INSN (first_insn);
2928 if (is_ineligible_successor (first_insn, p))
2931 sel_print ("Insn %d is ineligible_successor\n", INSN_UID (first_insn));
2937 if (AV_SET_VALID_P (first_insn))
2941 if (sel_bb_head_p (first_insn))
2942 av_set = BB_AV_SET (BLOCK_FOR_INSN (first_insn));
2948 sel_print ("Insn %d has a valid av set: ", INSN_UID (first_insn));
2956 ilist_add (&p, first_insn);
2907 compute_av_set_inside_bb(insn_t first_insn, ilist_t p, int ws, bool need_copy_p) argument
6480 insn_t first_insn, bb_tail, before_first; local
[all...]
H A Dgenautomata.c6494 ainsn_t first_insn;
6516 first_insn = ainsn;
6517 gcc_assert (first_insn->first_insn_with_same_reservs);
6518 first_insn->first_ainsn_with_given_equivalence_num = 1;
6519 curr_insn = first_insn;
6529 while (curr_insn != first_insn);
6469 ainsn_t first_insn; local
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68k.c3214 strict_low_part_peephole_ok (mode, first_insn, target)
3216 rtx first_insn;
3221 p = prev_nonnote_insn (first_insn);
3241 first_insn is redundant. */
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dbfin.c4145 rtx_insn *insn, *first_insn = NULL;
4164 if (first_insn == NULL_RTX)
4165 first_insn = insn;
4217 emit_insn_before (gen_nop (), first_insn);
4127 rtx_insn *insn, *first_insn = NULL; local
4199 emit_insn_before (gen_nop (), first_insn); local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c8034 fragS *first_insn;
8042 first_insn = next_non_empty_frag (fragP);
8044 first_insn = next_non_empty_frag (first_insn);
8056 if (first_insn == NULL)
8059 first_insn_size = get_loop_align_size (frag_format_size (first_insn));
8021 fragS *first_insn; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c8877 fragS *first_insn;
8885 first_insn = next_non_empty_frag (fragP);
8887 first_insn = next_non_empty_frag (first_insn);
8899 if (first_insn == NULL)
8902 first_insn_size = get_loop_align_size (frag_format_size (first_insn));
8864 fragS *first_insn; local
/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c5801 uint32_t first_insn; local
5821 first_insn = bfd_get_32 (abfd, contents);
5824 return first_insn == 0xe97fe97f;
19035 bfd_vma first_insn; local
19050 first_insn = read_code32 (abfd, addr + plt_size) & 0xffffff00;
19053 if (first_insn == elf32_arm_plt_entry[0])
19056 if (first_insn == elf32_arm_plt_entry_long[0])
19058 else if (first_insn == elf32_arm_plt_entry_short[0])
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c7890 rtx_insn *first_insn;
7916 pool->first_insn = NULL;
7934 pool->first_insn = insn;
8566 - INSN_ADDRESSES (INSN_UID (curr_pool->first_insn))
8723 rtx_insn *insn = curr_pool->first_insn;
7889 rtx_insn *first_insn; member in struct:constant_pool
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c22763 rtx_insn *first_insn = insn;
22841 extract_constrain_insn_cached (first_insn);
22740 rtx_insn *first_insn = insn; local

Completed in 1115 milliseconds