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

/freebsd-11-stable/contrib/gcc/
H A Dcse.c3281 rtx folded_arg0;
3326 folded_arg0 = fold_rtx (SUBREG_REG (x), insn);
3327 const_arg0 = equiv_constant (folded_arg0);
3329 folded_arg0 = const_arg0;
3331 if (folded_arg0 != SUBREG_REG (x))
3333 new = simplify_subreg (mode, folded_arg0,
3339 if (REG_P (folded_arg0)
3340 && GET_MODE_SIZE (mode) < GET_MODE_SIZE (GET_MODE (folded_arg0)))
3344 elt = lookup (folded_arg0,
3345 HASH (folded_arg0, GET_MOD
3262 rtx folded_arg0; local
3691 rtx folded_arg0; local
[all...]

Completed in 188 milliseconds