Searched refs:expand_cond_expr_using_cmove (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.cc | 8750 expand_cond_expr_using_cmove (tree treeop0 ATTRIBUTE_UNUSED, in expand_cond_expr_using_cmove() function 10226 temp = expand_cond_expr_using_cmove (treeop0, treeop1, treeop2); in expand_expr_real_2()
|
H A D | ChangeLog | 6098 * expr.cc (expand_cond_expr_using_cmove): Pass NULL_RTX instead of 12603 * expr.cc (expand_cond_expr_using_cmove): Likewise.
|
H A D | ChangeLog-2012 | 3778 * expr.c (expand_cond_expr_using_cmove): Use promoted mode for temp. 23379 store_field, expand_constructor, expand_cond_expr_using_cmove, 25670 (expand_cond_expr_using_cmove): New function. 25672 expand_cond_expr_using_cmove first and return if it succeeds.
|
H A D | ChangeLog-2015 | 23983 * expr.c (expand_cond_expr_using_cmove): Fix typos in comment 31871 * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
|
H A D | ChangeLog-2014 | 7343 (expand_cond_expr_using_cmove): Handle VOIDmode. 26728 (expand_cond_expr_using_cmove): Strengthen local "seq" from rtx to
|
H A D | ChangeLog-2016 | 557 * expr.c (expand_cond_expr_using_cmove): Bail out early if
|
H A D | ChangeLog-2019 | 11355 (store_field, expand_cond_expr_using_cmove,
|
H A D | ChangeLog-2013 | 36758 * expr.c (expand_cond_expr_using_cmove): When expanding cmove in
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.c | 8376 expand_cond_expr_using_cmove (tree treeop0 ATTRIBUTE_UNUSED, in expand_cond_expr_using_cmove() function 9779 temp = expand_cond_expr_using_cmove (treeop0, treeop1, treeop2); in expand_expr_real_2()
|