Home
last modified time | relevance | path

Searched refs:next_insn (Results 1 – 25 of 41) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/
Dgraph.c287 rtx next_insn; in print_rtl_graph_with_bb() local
309 next_insn = next_nonnote_insn (tmp_rtx); in print_rtl_graph_with_bb()
331 next_insn != block_head, in print_rtl_graph_with_bb()
334 if (block_head == next_insn) in print_rtl_graph_with_bb()
340 next_insn != 0, in print_rtl_graph_with_bb()
343 if (next_insn == 0) in print_rtl_graph_with_bb()
352 if (next_insn == 0 in print_rtl_graph_with_bb()
353 || !BARRIER_P (next_insn)) in print_rtl_graph_with_bb()
355 next_insn ? INSN_UID (next_insn) : 999999, 0, 0); in print_rtl_graph_with_bb()
362 next_insn = NEXT_INSN (next_insn); in print_rtl_graph_with_bb()
[all …]
Dcfglayout.c187 rtx next_insn; in record_effective_endpoints() local
206 next_insn = get_insns (); in record_effective_endpoints()
211 if (PREV_INSN (BB_HEAD (bb)) && next_insn != BB_HEAD (bb)) in record_effective_endpoints()
212 bb->il.rtl->header = unlink_insn_chain (next_insn, in record_effective_endpoints()
217 next_insn = NEXT_INSN (BB_END (bb)); in record_effective_endpoints()
220 cfg_layout_function_footer = next_insn; in record_effective_endpoints()
Dsee.c3426 rtx next_insn = NULL; in see_analyze_one_def() local
3472 next_insn = NEXT_INSN (insn); in see_analyze_one_def()
3473 if (next_insn in see_analyze_one_def()
3474 && INSN_P (next_insn) in see_analyze_one_def()
3475 && (see_get_extension_data (next_insn, &next_source_mode) != in see_analyze_one_def()
3479 rtx next_source_register = see_get_extension_reg (next_insn, 0); in see_analyze_one_def()
Dresource.c1003 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
Demit-rtl.c2724 for (insn = next_insn (insn); in get_first_nonnote_insn()
2726 insn = next_insn (insn)) in get_first_nonnote_insn()
2805 next_insn (rtx insn) in next_insn() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgraph.c301 rtx next_insn; local
323 next_insn = next_nonnote_insn (tmp_rtx);
344 next_insn != block_head,
347 if (block_head == next_insn)
353 next_insn != 0,
356 if (next_insn == 0)
365 if (next_insn == 0
366 || GET_CODE (next_insn) != BARRIER)
368 next_insn ? INSN_UID (next_insn) : 999999, 0, 0);
375 next_insn = NEXT_INSN (next_insn);
[all …]
Dcfglayout.c190 rtx next_insn = get_insns (); in record_effective_endpoints() local
197 if (PREV_INSN (bb->head) && next_insn != bb->head) in record_effective_endpoints()
198 RBI (bb)->header = unlink_insn_chain (next_insn, in record_effective_endpoints()
203 next_insn = NEXT_INSN (bb->end); in record_effective_endpoints()
206 function_footer = next_insn; in record_effective_endpoints()
Dra-build.c905 rtx next_insn; local
917 next_insn = e->src->end;
921 if (live_out (df, use, next_insn))
932 next_insn = e->src->head;
934 return next_insn;
Dresource.c1005 stop_insn = next_insn (PREV_INSN (stop_insn));
Demit-rtl.c2896 for (insn = next_insn (insn); in get_first_nonnote_insn()
2898 insn = next_insn (insn)) in get_first_nonnote_insn()
2978 next_insn (insn) in next_insn() function
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsh64-tdep.c496 int next_insn = read_memory_integer (UNMAKE_ISA32_ADDR (here), in look_for_args_moves() local
499 if (IS_MEDIA_MOV_TO_R14 (next_insn)) in look_for_args_moves()
521 int next_insn = 0xffff & read_memory_integer (here, insn_size); in look_for_args_moves() local
523 if (IS_COMPACT_MOV_TO_R14 (next_insn)) in look_for_args_moves()
554 int next_insn = 0xffff & read_memory_integer (here, insn_size); in look_for_args_moves() local
556 if (IS_JSR_R0 (next_insn)) in look_for_args_moves()
558 next_insn = 0xffff & read_memory_integer (here, insn_size); in look_for_args_moves()
561 if (IS_NOP (next_insn)) in look_for_args_moves()
1073 int next_insn = read_memory_integer (pc + insn_size, insn_size); in sh64_nofp_frame_init_saved_regs() local
1074 if (IS_MOV_TO_R15 (next_insn)) in sh64_nofp_frame_init_saved_regs()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-crx.c1554 goto next_insn; in assemble_insn()
1569 goto next_insn; in assemble_insn()
1598 goto next_insn; in assemble_insn()
1605 goto next_insn; in assemble_insn()
1614 next_insn: in assemble_insn()
/openbsd/src/gnu/gcc/gcc/config/iq2000/
Diq2000.c335 rtx next_insn = cur_insn ? NEXT_INSN (cur_insn) : NULL_RTX; in iq2000_fill_delay_slot() local
345 next_insn = NEXT_INSN (cur_insn); in iq2000_fill_delay_slot()
346 while (next_insn != 0 in iq2000_fill_delay_slot()
347 && (GET_CODE (next_insn) == NOTE in iq2000_fill_delay_slot()
348 || GET_CODE (next_insn) == CODE_LABEL)) in iq2000_fill_delay_slot()
349 next_insn = NEXT_INSN (next_insn); in iq2000_fill_delay_slot()
356 || next_insn == 0 in iq2000_fill_delay_slot()
357 || GET_CODE (next_insn) == CODE_LABEL in iq2000_fill_delay_slot()
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dia64.c7745 rtx insn, next_insn; in bundling() local
7792 for (next_insn = NEXT_INSN (insn); in bundling()
7793 next_insn != tail; in bundling()
7794 next_insn = NEXT_INSN (next_insn)) in bundling()
7795 if (INSN_P (next_insn) in bundling()
7796 && ia64_safe_itanium_class (next_insn) != ITANIUM_CLASS_IGNORE in bundling()
7797 && GET_CODE (PATTERN (next_insn)) != USE in bundling()
7798 && GET_CODE (PATTERN (next_insn)) != CLOBBER) in bundling()
7800 PUT_MODE (next_insn, TImode); in bundling()
7807 insn = next_insn) in bundling()
[all …]
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c17051 is_costly_group (rtx *group_insns, rtx next_insn) in is_costly_group() argument
17066 if (next == next_insn) in is_costly_group()
17068 cost = insn_cost (insn, link, next_insn); in is_costly_group()
17069 if (rs6000_is_costly_dependence (insn, next_insn, link, cost, 0)) in is_costly_group()
17093 rtx next_insn, bool *group_end, int can_issue_more, in force_new_group() argument
17102 if (next_insn == NULL_RTX) in force_new_group()
17108 force = is_costly_group (group_insns, next_insn); in force_new_group()
17126 if (can_issue_more && !is_branch_slot_insn (next_insn)) in force_new_group()
17132 emit_insn_before (nop, next_insn); in force_new_group()
17163 emit_insn_before (nop, next_insn); in force_new_group()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoff-sh.c2468 unsigned int next_insn; local
2473 next_insn = bfd_get_16 (abfd, contents + i + 2);
2474 next_op = sh_insn_info (next_insn);
2477 && ! sh_insns_conflict (insn, op, next_insn, next_op))
2492 && sh_load_use (prev_insn, prev_op, next_insn, next_op))
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-sh.c2574 unsigned int next_insn; local
2579 next_insn = bfd_get_16 (abfd, contents + i + 2);
2580 next_op = sh_insn_info (next_insn);
2583 && ! sh_insns_conflict (insn, op, next_insn, next_op))
2598 && sh_load_use (prev_insn, prev_op, next_insn, next_op))
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dsh.c1162 rtx next_insn = NEXT_INSN (insn); local
1164 if (next_insn && GET_CODE (next_insn) == JUMP_INSN && condjump_p (next_insn))
1166 rtx src = SET_SRC (PATTERN (next_insn));
1171 emit_label_after (operands[9], next_insn);
1173 INSN_ADDRESSES (INSN_UID (next_insn))
1174 + get_attr_length (next_insn));
1179 int offset = (branch_dest (next_insn)
1180 - INSN_ADDRESSES (INSN_UID (next_insn)) + 4);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ip2k/
Dip2k.c3459 rtx next_insn;
3461 next_insn = next_nonnote_insn (insn);
3462 if (! next_insn)
3465 if (GET_CODE (next_insn) != INSN)
3468 set2 = ((GET_CODE (PATTERN (next_insn)) == SET)
3469 ? PATTERN (next_insn) : NULL_RTX);
3493 delete_insn (next_insn);
3531 delete_insn (next_insn);
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.c1728 rtx next_insn = NEXT_INSN (insn); in output_branchy_insn() local
1730 if (next_insn && GET_CODE (next_insn) == JUMP_INSN && condjump_p (next_insn)) in output_branchy_insn()
1732 rtx src = SET_SRC (PATTERN (next_insn)); in output_branchy_insn()
1737 emit_label_after (operands[9], next_insn); in output_branchy_insn()
1739 INSN_ADDRESSES (INSN_UID (next_insn)) in output_branchy_insn()
1740 + get_attr_length (next_insn)); in output_branchy_insn()
1745 int offset = (branch_dest (next_insn) in output_branchy_insn()
1746 - INSN_ADDRESSES (INSN_UID (next_insn)) + 4); in output_branchy_insn()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dmips.c1819 register rtx next_insn = cur_insn ? NEXT_INSN (cur_insn) : NULL_RTX; local
1832 next_insn = NEXT_INSN (cur_insn);
1833 while (next_insn != 0 && GET_CODE (next_insn) == NOTE)
1834 next_insn = NEXT_INSN (next_insn);
1842 || next_insn == 0
1843 || GET_CODE (next_insn) == CODE_LABEL
/openbsd/src/gnu/usr.bin/gcc/gcc/config/s390/
Ds390.c4583 rtx next_insn = NEXT_INSN (insn); local
4592 insn = next_insn;
4658 rtx insn, new_insn, next_insn; local
4732 for (insn = get_insns (); insn; insn = next_insn)
4737 next_insn = NEXT_INSN (insn);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c2800 for (insn = insns; insn; insn = next_insn (insn))
2839 for (insn = insns; insn; insn = next_insn (insn))
2863 next = next_insn (insn);
2879 next = next_insn (next);
/openbsd/src/gnu/gcc/gcc/config/s390/
Ds390.c6195 rtx next_insn = NEXT_INSN (insn); in s390_chunkify_cancel() local
6203 insn = next_insn; in s390_chunkify_cancel()
8956 rtx insn, new_insn, next_insn; in s390_optimize_prologue() local
8974 for (insn = get_insns (); insn; insn = next_insn) in s390_optimize_prologue()
8979 next_insn = NEXT_INSN (insn); in s390_optimize_prologue()
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c3093 for (insn = get_insns (); insn; insn = next_insn (insn)) in remove_useless_addtr_insns()
3132 for (insn = get_insns (); insn; insn = next_insn (insn)) in remove_useless_addtr_insns()
3156 next = next_insn (insn); in remove_useless_addtr_insns()
3172 next = next_insn (next); in remove_useless_addtr_insns()

12