Lines Matching refs:this_rtx
272 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()
316 REGNO_REG_CLASS (REGNO (this_rtx)), in reload_cse_simplify_set()
326 && REG_P (this_rtx) in reload_cse_simplify_set()
345 validate_change (insn, &SET_SRC (set), copy_rtx (this_rtx), 1); in reload_cse_simplify_set()