Searched refs:lookup_as_function (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | cse.c | 589 static rtx lookup_as_function (rtx, enum rtx_code); 1454 lookup_as_function (rtx x, enum rtx_code code) in lookup_as_function() function 3267 if ((new = lookup_as_function (x, CONST_INT)) != 0 in fold_rtx_subreg() 3737 new = lookup_as_function (XEXP (x, 0), code); in fold_rtx() 4166 rtx y = lookup_as_function (folded_arg0, IOR); in fold_rtx() 4229 : lookup_as_function (folded_arg0, MINUS); in fold_rtx() 4237 : lookup_as_function (folded_arg0, CONST))) != 0 in fold_rtx() 4249 : lookup_as_function (folded_arg1, MINUS); in fold_rtx() 4257 : lookup_as_function (folded_arg1, CONST))) != 0 in fold_rtx() 4304 rtx y = lookup_as_function (XEXP (x, 0), PLUS); in fold_rtx() [all …]
|
| H A D | ChangeLog-1998 | 5473 (lookup_as_function): Try to match known word_mode constants when
|
| H A D | ChangeLog-1999 | 966 (lookup_as_function, insert, flush_hash_table, invalidate,
|
| H A D | ChangeLog-2004 | 18267 (lookup_as_function, insert, rehash_using_reg, use_related_value,
|