Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcombine.c1827 rtx i2dest, i2src, i1dest = 0, i1src = 0; in try_combine() local
2139 if (! can_combine_p (i2, i3, i1, NULL_RTX, &i2dest, &i2src) in try_combine()
2148 i2dest_in_i2src = reg_overlap_mentioned_p (i2dest, i2src); in try_combine()
2156 i1_feeds_i3 = i1 && ! reg_overlap_mentioned_p (i1dest, i2src); in try_combine()
2170 if (GET_CODE (i2src) == MULT in try_combine()
2230 i2pat = gen_rtx_SET (VOIDmode, i2dest, copy_rtx (i2src)); in try_combine()
2274 SUBST (XEXP (SET_SRC (newpat), 0), i2src); in try_combine()
2288 i2src, const0_rtx)) in try_combine()
2308 gen_rtx_COMPARE (compare_mode, i2src, const0_rtx)); in try_combine()
2349 i2src = subst (i2src, pc_rtx, pc_rtx, 0, 0); in try_combine()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcombine.c1571 rtx i2dest, i2src, i1dest = 0, i1src = 0; local
1816 if (! can_combine_p (i2, i3, i1, NULL_RTX, &i2dest, &i2src)
1825 i2dest_in_i2src = reg_overlap_mentioned_p (i2dest, i2src);
1831 i1_feeds_i3 = i1 && ! reg_overlap_mentioned_p (i1dest, i2src);
1845 if (GET_CODE (i2src) == MULT
1903 ? gen_rtx_SET (VOIDmode, i2dest, i2src)
1944 i2src = subst (i2src, pc_rtx, pc_rtx, 0, 0);
1971 SUBST (XEXP (SET_SRC (newpat), 0), i2src);
1985 i2src, const0_rtx))
2001 gen_rtx_COMPARE (compare_mode, i2src, const0_rtx));
[all …]