Lines Matching refs:lookup_as_function
557 static rtx lookup_as_function (rtx, enum rtx_code);
1506 lookup_as_function (rtx x, enum rtx_code code) in lookup_as_function() function
3507 rtx y = lookup_as_function (folded_arg0, IOR); in fold_rtx()
3538 : lookup_as_function (folded_arg0, MINUS); in fold_rtx()
3546 : lookup_as_function (folded_arg0, CONST))) != 0 in fold_rtx()
3558 : lookup_as_function (folded_arg1, MINUS); in fold_rtx()
3566 : lookup_as_function (folded_arg1, CONST))) != 0 in fold_rtx()
3613 rtx y = lookup_as_function (XEXP (x, 0), PLUS); in fold_rtx()
3654 y = lookup_as_function (folded_arg0, code); in fold_rtx()
3815 if ((new_rtx = lookup_as_function (x, CONST_INT)) != 0 in equiv_constant()
3816 || (new_rtx = lookup_as_function (x, CONST_WIDE_INT)) != 0 in equiv_constant()
3818 && (new_rtx = lookup_as_function (x, CONST_POLY_INT)) != 0) in equiv_constant()
3819 || (new_rtx = lookup_as_function (x, CONST_DOUBLE)) != 0 in equiv_constant()
3820 || (new_rtx = lookup_as_function (x, CONST_FIXED)) != 0) in equiv_constant()
3833 new_rtx = lookup_as_function (y, CONST_INT); in equiv_constant()