Searched refs:lookup_as_function (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | cse.c | 588 static rtx lookup_as_function (rtx, enum rtx_code); 1440 lookup_as_function (rtx x, enum rtx_code code) in lookup_as_function() function 3257 if ((new = lookup_as_function (x, CONST_INT)) != 0 in fold_rtx_subreg() 3258 || (new = lookup_as_function (x, CONST_DOUBLE)) != 0) in fold_rtx_subreg() 3727 new = lookup_as_function (XEXP (x, 0), code); in fold_rtx() 4156 rtx y = lookup_as_function (folded_arg0, IOR); in fold_rtx() 4219 : lookup_as_function (folded_arg0, MINUS); in fold_rtx() 4227 : lookup_as_function (folded_arg0, CONST))) != 0 in fold_rtx() 4239 : lookup_as_function (folded_arg1, MINUS); in fold_rtx() 4247 : lookup_as_function (folded_arg1, CONST))) != 0 in fold_rtx() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cse.c | 657 static rtx lookup_as_function PARAMS ((rtx, enum rtx_code)); 1508 lookup_as_function (x, code) in lookup_as_function() function 3409 if ((new = lookup_as_function (x, CONST_INT)) != 0 3410 || (new = lookup_as_function (x, CONST_DOUBLE)) != 0) 3589 new = lookup_as_function (XEXP (x, 0), code); 4084 rtx y = lookup_as_function (folded_arg0, IOR); 4167 : lookup_as_function (folded_arg0, MINUS); 4175 : lookup_as_function (folded_arg0, CONST))) != 0 4187 : lookup_as_function (folded_arg1, MINUS); 4195 : lookup_as_function (folded_arg1, CONST))) != 0 [all …]
|
H A D | ChangeLog.2 | 966 (lookup_as_function, insert, flush_hash_table, invalidate,
|
H A D | ChangeLog.1 | 12792 (lookup_as_function): Try to match known word_mode constants when
|