Searched refs:this_rtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dpostreload.c272 rtx this_rtx = l->loc; local
275 if (CONSTANT_P (this_rtx) && ! references_value_p (this_rtx, 0))
284 if (GET_CODE (this_rtx) != CONST_INT)
287 this_val = INTVAL (this_rtx);
300 this_rtx = GEN_INT (this_val);
303 this_cost = rtx_cost (this_rtx, SET);
305 else if (REG_P (this_rtx))
310 this_rtx = gen_rtx_fmt_e (extend_op, word_mode, this_rtx);
[all...]
H A Dgcse.c3080 rtx this_rtx = l->loc;
3084 if (l->in_libcall && ! CONSTANT_P (this_rtx))
3087 if (gcse_constant_p (this_rtx))
3088 newcnst = this_rtx;
3089 if (REG_P (this_rtx) && REGNO (this_rtx) >= FIRST_PSEUDO_REGISTER
3097 newreg = this_rtx;
3068 rtx this_rtx = l->loc; local

Completed in 101 milliseconds