Home
last modified time | relevance | path

Searched refs:tmp_rtx (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgraph.c109 node_data (FILE *fp, rtx tmp_rtx) in node_data() argument
111 if (PREV_INSN (tmp_rtx) == 0) in node_data()
121 current_function_name (), XINT (tmp_rtx, 0)); in node_data()
133 current_function_name (), XINT (tmp_rtx, 0), in node_data()
134 NOTE_P (tmp_rtx) ? "lightgrey" in node_data()
135 : NONJUMP_INSN_P (tmp_rtx) ? "green" in node_data()
136 : JUMP_P (tmp_rtx) ? "darkgreen" in node_data()
137 : CALL_P (tmp_rtx) ? "darkgreen" in node_data()
138 : LABEL_P (tmp_rtx) ? "\ in node_data()
140 GET_RTX_NAME (GET_CODE (tmp_rtx)), XINT (tmp_rtx, 0)); in node_data()
[all …]
H A Dprint-rtl.c735 rtx tmp_rtx; in print_rtl() local
754 for (tmp_rtx = rtx_first; tmp_rtx != 0; tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl()
756 || !NOTE_P (tmp_rtx) || NOTE_LINE_NUMBER (tmp_rtx) < 0) in print_rtl()
759 print_rtx (tmp_rtx); in print_rtl()
H A Dcfgrtl.c1616 rtx tmp_rtx; in print_rtl_with_bb() local
1649 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl_with_bb()
1653 if ((bb = start[INSN_UID (tmp_rtx)]) != NULL) in print_rtl_with_bb()
1661 if (in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB in print_rtl_with_bb()
1662 && !NOTE_P (tmp_rtx) in print_rtl_with_bb()
1663 && !BARRIER_P (tmp_rtx)) in print_rtl_with_bb()
1665 else if (in_bb_p[INSN_UID (tmp_rtx)] == IN_MULTIPLE_BB) in print_rtl_with_bb()
1668 did_output = print_rtl_single (outf, tmp_rtx); in print_rtl_with_bb()
1670 if ((bb = end[INSN_UID (tmp_rtx)]) != NULL) in print_rtl_with_bb()
1690 for (tmp_rtx = current_function_epilogue_delay_list; tmp_rtx != 0; in print_rtl_with_bb()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgraph.c107 node_data (fp, tmp_rtx) in node_data() argument
109 rtx tmp_rtx;
112 if (PREV_INSN (tmp_rtx) == 0)
122 current_function_name, XINT (tmp_rtx, 0));
134 current_function_name, XINT (tmp_rtx, 0),
135 GET_CODE (tmp_rtx) == NOTE ? "lightgrey"
136 : GET_CODE (tmp_rtx) == INSN ? "green"
137 : GET_CODE (tmp_rtx) == JUMP_INSN ? "darkgreen"
138 : GET_CODE (tmp_rtx) == CALL_INSN ? "darkgreen"
139 : GET_CODE (tmp_rtx) == CODE_LABEL ? "\
[all …]
H A Dprint-rtl.c728 rtx tmp_rtx; local
747 for (tmp_rtx = rtx_first; tmp_rtx != 0; tmp_rtx = NEXT_INSN (tmp_rtx))
749 || GET_CODE (tmp_rtx) != NOTE || NOTE_LINE_NUMBER (tmp_rtx) < 0)
752 print_rtx (tmp_rtx);
H A Dcfgrtl.c1664 rtx tmp_rtx; local
1700 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
1704 if ((bb = start[INSN_UID (tmp_rtx)]) != NULL)
1712 if (in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB
1713 && GET_CODE (tmp_rtx) != NOTE
1714 && GET_CODE (tmp_rtx) != BARRIER)
1716 else if (in_bb_p[INSN_UID (tmp_rtx)] == IN_MULTIPLE_BB)
1719 did_output = print_rtl_single (outf, tmp_rtx);
1721 if ((bb = end[INSN_UID (tmp_rtx)]) != NULL)
1741 for (tmp_rtx = current_function_epilogue_delay_list; tmp_rtx != 0;
[all …]
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c2046 rtx tmp_rtx = (rtx)0; in iq2000_expand_epilogue() local
2056 tmp_rtx = gen_rtx_REG (Pmode, IQ2000_TEMP1_REGNUM); in iq2000_expand_epilogue()
2057 emit_move_insn (tmp_rtx, tsize_rtx); in iq2000_expand_epilogue()
2058 tsize_rtx = tmp_rtx; in iq2000_expand_epilogue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c7446 rtx tmp_rtx = 0; in mips_expand_prologue() local
7704 save_restore_insns (1, tmp_rtx, tsize); in mips_expand_prologue()
7899 rtx tmp_rtx = (rtx)0; in mips_expand_epilogue() local
7912 tmp_rtx = gen_rtx_REG (Pmode, MIPS_TEMP1_REGNUM); in mips_expand_epilogue()
7913 emit_move_insn (tmp_rtx, tsize_rtx); in mips_expand_epilogue()
7914 tsize_rtx = tmp_rtx; in mips_expand_epilogue()
7970 save_restore_insns (0, tmp_rtx, orig_tsize); in mips_expand_epilogue()