Searched refs:lookup_as_function (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cse.cc | 538 static rtx lookup_as_function (rtx, enum rtx_code); 1485 lookup_as_function (rtx x, enum rtx_code code) in lookup_as_function() function 3466 rtx y = lookup_as_function (folded_arg0, IOR); in fold_rtx() 3497 : lookup_as_function (folded_arg0, MINUS); in fold_rtx() 3505 : lookup_as_function (folded_arg0, CONST))) != 0 in fold_rtx() 3517 : lookup_as_function (folded_arg1, MINUS); in fold_rtx() 3525 : lookup_as_function (folded_arg1, CONST))) != 0 in fold_rtx() 3572 rtx y = lookup_as_function (XEXP (x, 0), PLUS); in fold_rtx() 3613 y = lookup_as_function (folded_arg0, code); in fold_rtx() 3774 if ((new_rtx = lookup_as_function (x, CONST_INT)) != 0 in equiv_constant() [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-2008 | 1232 * cse.c (lookup_as_function): Delete mode frobbing code.
|
H A D | ChangeLog-2004 | 18267 (lookup_as_function, insert, rehash_using_reg, use_related_value,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cse.c | 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() [all …]
|