Home
last modified time | relevance | path

Searched refs:USE_NONLINEAR_EXPR (Results 1 – 22 of 22) sorted by relevance

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-loop-ivopts.c133 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
430 case USE_NONLINEAR_EXPR: in dump_use()
1232 gcc_assert (use->type == USE_NONLINEAR_EXPR in find_interesting_uses_outer_or_nonlin()
1235 if (type == USE_NONLINEAR_EXPR) in find_interesting_uses_outer_or_nonlin()
1236 use->type = USE_NONLINEAR_EXPR; in find_interesting_uses_outer_or_nonlin()
1265 return find_interesting_uses_outer_or_nonlin (data, op, USE_NONLINEAR_EXPR); in find_interesting_uses_op()
2239 case USE_NONLINEAR_EXPR: in add_derived_ivs_candidates()
4204 case USE_NONLINEAR_EXPR: in determine_use_iv_cost()
5794 case USE_NONLINEAR_EXPR: in rewrite_use()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-ivopts.c164 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
529 case USE_NONLINEAR_EXPR: in dump_use()
1307 gcc_assert (use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1325 use = record_use (data, NULL, civ, stmt, USE_NONLINEAR_EXPR); in find_interesting_uses_op()
2596 case USE_NONLINEAR_EXPR: in add_derived_ivs_candidates()
4917 case USE_NONLINEAR_EXPR: in determine_use_iv_cost()
6511 case USE_NONLINEAR_EXPR: in rewrite_use()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-ivopts.c141 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
481 case USE_NONLINEAR_EXPR: in dump_use()
1260 gcc_assert (use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1278 use = record_use (data, NULL, civ, stmt, USE_NONLINEAR_EXPR); in find_interesting_uses_op()
2518 case USE_NONLINEAR_EXPR: in add_derived_ivs_candidates()
4788 case USE_NONLINEAR_EXPR: in determine_use_iv_cost()
6359 case USE_NONLINEAR_EXPR: in rewrite_use()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-ivopts.c141 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
481 case USE_NONLINEAR_EXPR: in dump_use()
1260 gcc_assert (use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1278 use = record_use (data, NULL, civ, stmt, USE_NONLINEAR_EXPR); in find_interesting_uses_op()
2518 case USE_NONLINEAR_EXPR: in add_derived_ivs_candidates()
4783 case USE_NONLINEAR_EXPR: in determine_use_iv_cost()
6354 case USE_NONLINEAR_EXPR: in rewrite_use()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c158 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
587 case USE_NONLINEAR_EXPR: in dump_use()
1481 gcc_assert (use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1496 use = record_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR); in find_interesting_uses_op()
3306 case USE_NONLINEAR_EXPR: in add_iv_candidate_for_uses()
5679 case USE_NONLINEAR_EXPR: in determine_use_iv_cost()
7416 case USE_NONLINEAR_EXPR: in rewrite_use()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c158 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
587 case USE_NONLINEAR_EXPR: in dump_use()
1481 gcc_assert (use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1496 use = record_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR); in find_interesting_uses_op()
3306 case USE_NONLINEAR_EXPR: in add_iv_candidate_for_uses()
5679 case USE_NONLINEAR_EXPR: in determine_use_iv_cost()
7416 case USE_NONLINEAR_EXPR: in rewrite_use()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-ivopts.c194 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
832 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1652 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1665 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
4935 if (cand->doloop_p && use->type == USE_NONLINEAR_EXPR) in get_computation_cost()
5595 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7643 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-ivopts.c194 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
832 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1654 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1667 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
4939 if (cand->doloop_p && use->type == USE_NONLINEAR_EXPR) in get_computation_cost()
5570 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7552 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c194 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */
832 if (group->type == USE_NONLINEAR_EXPR)
1654 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR);
1667 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE);
4937 if (cand->doloop_p && use->type == USE_NONLINEAR_EXPR)
5568 case USE_NONLINEAR_EXPR:
7548 if (group->type == USE_NONLINEAR_EXPR)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c194 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
832 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1654 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1667 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
4939 if (cand->doloop_p && use->type == USE_NONLINEAR_EXPR) in get_computation_cost()
5570 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7552 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c194 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
832 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1654 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1667 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
4937 if (cand->doloop_p && use->type == USE_NONLINEAR_EXPR) in get_computation_cost()
5568 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7548 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c194 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
832 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1654 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1667 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
4939 if (cand->doloop_p && use->type == USE_NONLINEAR_EXPR) in get_computation_cost()
5570 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7552 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-ivopts.c194 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
832 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1654 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1667 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
4937 if (cand->doloop_p && use->type == USE_NONLINEAR_EXPR) in get_computation_cost()
5568 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7548 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-ivopts.c171 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
790 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1667 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1680 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5319 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7241 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c168 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
787 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1664 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1677 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5303 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7225 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c168 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
787 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1664 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1677 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5303 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7225 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-ivopts.c171 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
790 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1677 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1690 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5333 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7255 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c168 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
787 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1664 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1677 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5303 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7225 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c168 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
787 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1664 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1677 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5303 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7225 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c168 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
784 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1654 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1667 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5293 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7215 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c171 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
790 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1677 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1690 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5333 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7255 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-ivopts.c168 USE_NONLINEAR_EXPR, /* Use in a nonlinear expression. */ enumerator
784 if (group->type == USE_NONLINEAR_EXPR) in dump_groups()
1664 gcc_assert (iv->nonlin_use->type == USE_NONLINEAR_EXPR); in find_interesting_uses_op()
1677 use = record_group_use (data, NULL, iv, stmt, USE_NONLINEAR_EXPR, NULL_TREE); in find_interesting_uses_op()
5307 case USE_NONLINEAR_EXPR: in determine_group_iv_cost()
7229 if (group->type == USE_NONLINEAR_EXPR) in rewrite_groups()