Searched refs:maybe_push_res_to_seq (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-match-head.c | 558 maybe_push_res_to_seq (gimple_match_op *res_op, gimple_seq *seq, tree res) in maybe_push_res_to_seq() function 687 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 719 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 747 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 767 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 788 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 810 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify()
|
H A D | gimple-match.h | 338 tree maybe_push_res_to_seq (gimple_match_op *, gimple_seq *,
|
H A D | gimple-fold.c | 4760 tree res = maybe_push_res_to_seq (res_op, seq); in replace_stmt_with_simplification() 4823 if (!maybe_push_res_to_seq (res_op, seq, lhs)) in replace_stmt_with_simplification()
|
H A D | tree-ssa-sccvn.c | 2306 result = maybe_push_res_to_seq (res_op, &stmts); in vn_nary_build_or_lookup_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-match-head.cc | 583 maybe_push_res_to_seq (gimple_match_op *res_op, gimple_seq *seq, tree res) in maybe_push_res_to_seq() function 713 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 745 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 773 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 793 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 814 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify() 836 return maybe_push_res_to_seq (&res_op, seq); in gimple_simplify()
|
H A D | gimple-match.h | 371 tree maybe_push_res_to_seq (gimple_match_op *, gimple_seq *,
|
H A D | tree-ssa-phiopt.cc | 901 result = maybe_push_res_to_seq (&op, &seq1); in gimple_simplify_phiopt() 932 result = maybe_push_res_to_seq (&op1, &seq1); in gimple_simplify_phiopt()
|
H A D | tree-vect-generic.cc | 185 tree res = maybe_push_res_to_seq (&opr, &stmts); in tree_vec_extract()
|
H A D | gimple-fold.cc | 5818 tree res = maybe_push_res_to_seq (res_op, seq); in replace_stmt_with_simplification() 5882 if (!maybe_push_res_to_seq (res_op, seq, lhs)) in replace_stmt_with_simplification()
|
H A D | tree-ssa-sccvn.cc | 2402 result = maybe_push_res_to_seq (res_op, &stmts); in vn_nary_build_or_lookup_1()
|
H A D | ChangeLog-2018 | 16751 (maybe_push_res_to_seq): Likewise. 16796 (maybe_push_res_to_seq): Return null for conditional operations. 22281 (maybe_push_res_to_seq): Replace code_helper, tree and tree * 22288 functions and to maybe_push_res_to_seq in the publicly-facing 22299 (maybe_push_res_to_seq): Replace res_code, type and ops parameters 22305 to the gimple_resimplify functions and maybe_push_res_to_seq. 22314 maybe_build_generic_op and maybe_push_res_to_seq.
|
H A D | ChangeLog-2015 | 5349 (maybe_push_res_to_seq): Use them. 10728 * gimple-match-head.c (maybe_push_res_to_seq): Use create_tmp_reg 13085 (maybe_push_res_to_seq): Use gimple_simplified_result_is_gimple_val. 14478 (maybe_push_res_to_seq): Use new hook. 18868 * gimple-match-head.c (maybe_push_res_to_seq): When pushing 21912 * gimple-match-head.c (maybe_push_res_to_seq): Take
|
H A D | ChangeLog | 3118 of maybe_push_res_to_seq better.
|
H A D | ChangeLog-2014 | 2316 fail when maybe_push_res_to_seq fails. 2838 * gimple-match-head.c (maybe_push_res_to_seq): Likewise. 2975 * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
|
H A D | ChangeLog-2016 | 28159 (maybe_push_res_to_seq): Adjust. 35843 * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
|
H A D | ChangeLog-2021 | 2586 (maybe_push_res_to_seq, gimple_simplify): Likewise.
|
H A D | ChangeLog-2020 | 16548 NULL as sequence argument to maybe_push_res_to_seq.
|