Searched refs:inner_step (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | loop-iv.cc | 634 rtx *inner_step, scalar_int_mode *inner_mode, in get_biv_step_1() argument 732 *inner_step = const0_rtx; in get_biv_step_1() 738 inner_step, inner_mode, extend, in get_biv_step_1() 750 *inner_step = simplify_gen_binary (PLUS, outer_mode, in get_biv_step_1() 751 *inner_step, *outer_step); in get_biv_step_1() 767 *inner_step = simplify_gen_binary (code, outer_mode, in get_biv_step_1() 768 *inner_step, op1); in get_biv_step_1() 799 rtx *inner_step, scalar_int_mode *inner_mode, in get_biv_step() argument 803 inner_step, inner_mode, extend, in get_biv_step() 858 rtx inner_step, outer_step; in iv_analyze_biv() local [all …]
|
| H A D | tree-ssa-loop-ivopts.cc | 4015 tree inner_base, inner_step, inner_type; in get_computation_aff_1() local 4018 inner_step = TREE_OPERAND (cstep, 0); in get_computation_aff_1() 4020 inner_step = cstep; in get_computation_aff_1() 4031 cstep = inner_step; in get_computation_aff_1()
|
| H A D | ChangeLog-2020 | 17378 as (m2 - m1) * outer_step / inner_step rather than sometimes m1 - m2
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | loop-iv.c | 634 rtx *inner_step, scalar_int_mode *inner_mode, in get_biv_step_1() argument 732 *inner_step = const0_rtx; in get_biv_step_1() 738 inner_step, inner_mode, extend, in get_biv_step_1() 750 *inner_step = simplify_gen_binary (PLUS, outer_mode, in get_biv_step_1() 751 *inner_step, *outer_step); in get_biv_step_1() 767 *inner_step = simplify_gen_binary (code, outer_mode, in get_biv_step_1() 768 *inner_step, op1); in get_biv_step_1() 799 rtx *inner_step, scalar_int_mode *inner_mode, in get_biv_step() argument 803 inner_step, inner_mode, extend, in get_biv_step() 858 rtx inner_step, outer_step; in iv_analyze_biv() local [all …]
|
| H A D | rtlanal.c | 6315 rtx *inner_step = strip_address_mutations (step); in decompose_automod_address() local 6316 if (CONSTANT_P (*inner_step)) in decompose_automod_address() 6317 set_address_disp (info, step, inner_step); in decompose_automod_address() 6319 set_address_index (info, step, inner_step); in decompose_automod_address()
|
| H A D | tree-ssa-loop-ivopts.c | 3984 tree inner_base, inner_step, inner_type; variable 3987 inner_step = TREE_OPERAND (cstep, 0); 3989 inner_step = cstep; 4000 cstep = inner_step;
|