Searched refs:tmp_rtx (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dgraph.c98 node_data (fp, tmp_rtx)
100 rtx tmp_rtx;
103 if (PREV_INSN (tmp_rtx) == 0)
113 current_function_name, XINT (tmp_rtx, 0));
125 current_function_name, XINT (tmp_rtx, 0),
126 GET_CODE (tmp_rtx) == NOTE ? "lightgrey"
127 : GET_CODE (tmp_rtx) == INSN ? "green"
128 : GET_CODE (tmp_rtx) == JUMP_INSN ? "darkgreen"
129 : GET_CODE (tmp_rtx) == CALL_INSN ? "darkgreen"
130 : GET_CODE (tmp_rtx)
254 register rtx tmp_rtx; local
[all...]
H A Dprint-rtl.c435 register rtx tmp_rtx; local
451 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
454 || GET_CODE (tmp_rtx) != NOTE
455 || NOTE_LINE_NUMBER (tmp_rtx) < 0)
457 print_rtx (tmp_rtx);
H A Dflow.c4445 register rtx tmp_rtx;
4484 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
4489 if ((bb = start[INSN_UID (tmp_rtx)]) != NULL)
4504 if (in_bb_p[INSN_UID(tmp_rtx)] == NOT_IN_BB
4505 && GET_CODE (tmp_rtx) != NOTE
4506 && GET_CODE (tmp_rtx) != BARRIER
4509 else if (in_bb_p[INSN_UID(tmp_rtx)]
4430 register rtx tmp_rtx; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dprint-rtl.c791 const rtx_insn *tmp_rtx; local
811 for (tmp_rtx = as_a <const rtx_insn *> (rtx_first);
812 tmp_rtx != 0;
813 tmp_rtx = NEXT_INSN (tmp_rtx))
816 print_rtx (tmp_rtx);
H A Dcfgrtl.c2208 const rtx_insn *tmp_rtx;
2251 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
2255 bb = start[INSN_UID (tmp_rtx)];
2263 if (in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB
2264 && !NOTE_P (tmp_rtx)
2265 && !BARRIER_P (tmp_rtx))
2267 else if (in_bb_p[INSN_UID (tmp_rtx)]
2197 const rtx_insn *tmp_rtx; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c6325 rtx tmp_rtx = 0;
6547 tmp_rtx = gen_rtx (REG, Pmode, MIPS_TEMP1_REGNUM);
6554 if (large_int (tsize_rtx) && GET_MODE (tmp_rtx) == SImode)
6556 insn = emit_move_insn (tmp_rtx,
6559 insn = emit_insn (gen_iorsi3 (tmp_rtx, tmp_rtx,
6565 insn = emit_move_insn (tmp_rtx, tsize_rtx);
6569 tsize_rtx = tmp_rtx;
6583 save_restore_insns (1, tmp_rtx, tsize, (FILE *)0);
6781 rtx tmp_rtx
6293 rtx tmp_rtx = 0; local
6747 rtx tmp_rtx = (rtx)0; local
[all...]
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c2118 rtx tmp_rtx = (rtx)0;
2128 tmp_rtx = gen_rtx_REG (Pmode, IQ2000_TEMP1_REGNUM);
2129 emit_move_insn (tmp_rtx, tsize_rtx);
2130 tsize_rtx = tmp_rtx;
2097 rtx tmp_rtx = (rtx)0; local

Completed in 116 milliseconds