Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dpostreload.c272 rtx this_rtx = l->loc; in reload_cse_simplify_set() local
275 if (CONSTANT_P (this_rtx) && ! references_value_p (this_rtx, 0)) in reload_cse_simplify_set()
284 if (GET_CODE (this_rtx) != CONST_INT) in reload_cse_simplify_set()
287 this_val = INTVAL (this_rtx); in reload_cse_simplify_set()
300 this_rtx = GEN_INT (this_val); in reload_cse_simplify_set()
303 this_cost = rtx_cost (this_rtx, SET); in reload_cse_simplify_set()
305 else if (REG_P (this_rtx)) in reload_cse_simplify_set()
310 this_rtx = gen_rtx_fmt_e (extend_op, word_mode, this_rtx); in reload_cse_simplify_set()
311 this_cost = rtx_cost (this_rtx, SET); in reload_cse_simplify_set()
315 this_cost = REGISTER_MOVE_COST (GET_MODE (this_rtx), in reload_cse_simplify_set()
[all …]
Dgcse.c3068 rtx this_rtx = l->loc; in do_local_cprop() local
3072 if (l->in_libcall && ! CONSTANT_P (this_rtx)) in do_local_cprop()
3075 if (gcse_constant_p (this_rtx)) in do_local_cprop()
3076 newcnst = this_rtx; in do_local_cprop()
3077 if (REG_P (this_rtx) && REGNO (this_rtx) >= FIRST_PSEUDO_REGISTER in do_local_cprop()
3085 newreg = this_rtx; in do_local_cprop()