Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Doptabs.c1202 enum optab_methods next_methods in expand_binop() local
1479 target_piece, unsignedp, next_methods); in expand_binop()
1650 NULL_RTX, unsignedp, next_methods); in expand_binop()
1653 NULL_RTX, unsignedp, next_methods); in expand_binop()
1657 into_target, unsignedp, next_methods); in expand_binop()
1666 NULL_RTX, unsignedp, next_methods); in expand_binop()
1669 NULL_RTX, unsignedp, next_methods); in expand_binop()
1674 outof_target, unsignedp, next_methods); in expand_binop()
1741 target_piece, unsignedp, next_methods); in expand_binop()
1764 NULL_RTX, 1, next_methods); in expand_binop()
[all …]
H A DChangeLog-20063459 * optabs.c (expand_binop): Pass next_methods rather than methods