Home
last modified time | relevance | path

Searched refs:gimple_simplify (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-match-head.c50 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
52 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
54 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
56 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
58 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
242 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify1()
318 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify2()
394 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify3()
434 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify4()
464 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify5()
[all …]
H A Dgimple-fold.h151 extern tree gimple_simplify (enum tree_code, tree, tree,
153 extern tree gimple_simplify (enum tree_code, tree, tree, tree,
155 extern tree gimple_simplify (enum tree_code, tree, tree, tree, tree,
157 extern tree gimple_simplify (combined_fn, tree, tree,
159 extern tree gimple_simplify (combined_fn, tree, tree, tree,
161 extern tree gimple_simplify (combined_fn, tree, tree, tree, tree,
H A Dgimple-match.h336 bool gimple_simplify (gimple *, gimple_match_op *, gimple_seq *,
H A Dgimple-fold.c5097 if (gimple_simplify (stmt, &res_op, inplace ? NULL : &seq, in fold_stmt_1()
6293 if (gimple_simplify (stmt, &res_op, NULL, gvalueize, valueize)) in gimple_fold_stmt_to_constant_1()
7508 tree res = gimple_simplify (code, type, op0, seq, gimple_build_valueize); in gimple_build()
7534 tree res = gimple_simplify (code, type, op0, op1, seq, gimple_build_valueize); in gimple_build()
7554 tree res = gimple_simplify (code, type, op0, op1, op2, in gimple_build()
7581 tree res = gimple_simplify (fn, type, arg0, seq, gimple_build_valueize); in gimple_build()
7613 tree res = gimple_simplify (fn, type, arg0, arg1, seq, gimple_build_valueize); in gimple_build()
7645 tree res = gimple_simplify (fn, type, arg0, arg1, arg2, in gimple_build()
H A Dtree-cfgcleanup.c154 if (gimple_simplify (stmt, &res_op, NULL, no_follow_ssa_edges, in cleanup_control_expr_graph()
H A Dtree-ssa-sccvn.c7124 tree val = gimple_simplify (gimple_cond_code (last), in process_bb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-match-head.cc54 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
56 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
58 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
60 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
62 static bool gimple_simplify (gimple_match_op *, gimple_seq *, tree (*)(tree),
246 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify1()
323 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify2()
399 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify3()
449 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify4()
489 if (gimple_simplify (&res_op2, seq, valueize, in gimple_resimplify5()
[all …]
H A Dgimple-fold.h171 extern tree gimple_simplify (enum tree_code, tree, tree,
173 extern tree gimple_simplify (enum tree_code, tree, tree, tree,
175 extern tree gimple_simplify (enum tree_code, tree, tree, tree, tree,
177 extern tree gimple_simplify (combined_fn, tree, tree,
179 extern tree gimple_simplify (combined_fn, tree, tree, tree,
181 extern tree gimple_simplify (combined_fn, tree, tree, tree, tree,
H A Dgimple-match.h369 bool gimple_simplify (gimple *, gimple_match_op *, gimple_seq *,
H A Dgimple-fold.cc6221 if (gimple_simplify (stmt, &res_op, inplace ? NULL : &seq, in fold_stmt_1()
7391 if (gimple_simplify (stmt, &res_op, NULL, gvalueize, valueize)) in gimple_fold_stmt_to_constant_1()
8694 tree res = gimple_simplify (code, type, op0, seq, gimple_build_valueize); in gimple_build()
8720 tree res = gimple_simplify (code, type, op0, op1, seq, gimple_build_valueize); in gimple_build()
8740 tree res = gimple_simplify (code, type, op0, op1, op2, in gimple_build()
8793 tree res = gimple_simplify (fn, type, arg0, seq, gimple_build_valueize); in gimple_build()
8825 tree res = gimple_simplify (fn, type, arg0, arg1, seq, gimple_build_valueize); in gimple_build()
8857 tree res = gimple_simplify (fn, type, arg0, arg1, arg2, in gimple_build()
H A Dtree-cfgcleanup.cc154 if (gimple_simplify (stmt, &res_op, NULL, no_follow_ssa_edges, in cleanup_control_expr_graph()
H A DChangeLog-20188503 (gimple_simplify) <GIMPLE_ASSIGN>: For BIT_FIELD_REF, propagate the
16745 * gimple-match-head.c (gimple_simplify): Define an overload for
16798 (gimple_simplify): Call it. Pass conditions to the gimple_match_op
22137 * gimple-match-head.c (gimple_simplify): Add an overload for
22275 (gimple_simplify): Replace code_helper * and tree * parameters with
22283 * gimple-match-head.c (gimple_simplify): Change prototypes of
22289 operation-specific gimple_simplify overloads.
22292 parameter. Update call to gimple_simplify.
22315 (fold_stmt_1): Update calls to gimple_simplify and
22317 (gimple_fold_stmt_to_constant_1): Update calls to gimple_simplify
[all …]
H A Dtree-ssa-sccvn.cc7564 tree val = gimple_simplify (gimple_cond_code (last), in process_bb()
H A DChangeLog-20155350 (gimple_simplify): Use fold_const_call. Set *rcode to a combined_fn
10045 * gimple-match-head.c (gimple_simplify): Remove premature checking
10093 * gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs
20516 * gimple-match-head.c (gimple_simplify): For [VEC_]COND_EXPRs
21915 (gimple_simplify): Return true if valueization changed
27232 gimple_simplify): Likewise.
33765 arg to last gimple_simplify declaration. Add missing gimple_build
35797 * gimple-match.h (gimple_simplify): Add another callback.
35801 * gimple-match-head.c (gimple_simplify): Add a callback that is
H A DChangeLog-20143334 (gimple_simplify): Likewise.
7879 2nd valueization hook to gimple_simplify.
7881 used for gimple_simplify called via gimple_fold_stmt_to_constant_1.
7884 used for gimple_simplify called via gimple_fold_stmt_to_constant_1.
11074 (gimple_fold_stmt_to_constant_1): Dispatch to gimple_simplify.
13602 (fold_stmt_1): Add valueize parameter, dispatch to gimple_simplify.
13959 (gimple_simplify): Likewise.
H A DChangeLog-20212586 (maybe_push_res_to_seq, gimple_simplify): Likewise.
2596 (gimple_simplify): ...here.
21016 instead of gimple_simplify.
29039 (gimple_simplify): Likewise.
H A DChangeLog-20166538 (gimple_simplify): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmatch-and-simplify.texi37 @deftypefn {GIMPLE function} tree gimple_simplify (enum tree_code, tree, tree, gimple_seq *, tree (…
38 @deftypefnx {GIMPLE function} tree gimple_simplify (enum tree_code, tree, tree, tree, gimple_seq *,…
39 @deftypefnx {GIMPLE function} tree gimple_simplify (enum tree_code, tree, tree, tree, tree, gimple_…
40 @deftypefnx {GIMPLE function} tree gimple_simplify (enum built_in_function, tree, tree, gimple_seq …
41 @deftypefnx {GIMPLE function} tree gimple_simplify (enum built_in_function, tree, tree, tree, gimpl…
42 @deftypefnx {GIMPLE function} tree gimple_simplify (enum built_in_function, tree, tree, tree, tree,…
H A Dgccint.info46557 -- GIMPLE function: tree gimple_simplify (enum tree_code, tree, tree,
46559 -- GIMPLE function: tree gimple_simplify (enum tree_code, tree, tree,
46561 -- GIMPLE function: tree gimple_simplify (enum tree_code, tree, tree,
46563 -- GIMPLE function: tree gimple_simplify (enum built_in_function, tree,
46565 -- GIMPLE function: tree gimple_simplify (enum built_in_function, tree,
46567 -- GIMPLE function: tree gimple_simplify (enum built_in_function, tree,
55484 * gimple_simplify: GIMPLE API. (line 6)
55485 * gimple_simplify <1>: GIMPLE API. (line 8)
55486 * gimple_simplify <2>: GIMPLE API. (line 10)
55487 * gimple_simplify <3>: GIMPLE API. (line 12)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmatch-and-simplify.texi37 @deftypefn {GIMPLE function} tree gimple_simplify (enum tree_code, tree, tree, gimple_seq *, tree (…
38 @deftypefnx {GIMPLE function} tree gimple_simplify (enum tree_code, tree, tree, tree, gimple_seq *,…
39 @deftypefnx {GIMPLE function} tree gimple_simplify (enum tree_code, tree, tree, tree, tree, gimple_…
40 @deftypefnx {GIMPLE function} tree gimple_simplify (enum built_in_function, tree, tree, gimple_seq …
41 @deftypefnx {GIMPLE function} tree gimple_simplify (enum built_in_function, tree, tree, tree, gimpl…
42 @deftypefnx {GIMPLE function} tree gimple_simplify (enum built_in_function, tree, tree, tree, tree,…
H A Dgccint.info44933 -- GIMPLE function: tree gimple_simplify (enum tree_code, tree, tree,
44935 -- GIMPLE function: tree gimple_simplify (enum tree_code, tree, tree,
44937 -- GIMPLE function: tree gimple_simplify (enum tree_code, tree, tree,
44939 -- GIMPLE function: tree gimple_simplify (enum built_in_function, tree,
44941 -- GIMPLE function: tree gimple_simplify (enum built_in_function, tree,
44943 -- GIMPLE function: tree gimple_simplify (enum built_in_function, tree,
53750 * gimple_simplify: GIMPLE API. (line 6)
53751 * gimple_simplify <1>: GIMPLE API. (line 8)
53752 * gimple_simplify <2>: GIMPLE API. (line 10)
53753 * gimple_simplify <3>: GIMPLE API. (line 12)
[all …]