Home
last modified time | relevance | path

Searched refs:cbase_aff (Results 1 – 6 of 6) sorted by relevance

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-ivopts.c3022 aff_tree cbase_aff, var_aff; in get_computation_aff() local
3054 tree_to_aff_combination (cbase, common_type, &cbase_aff); in get_computation_aff()
3068 aff_combination_add (&cbase_aff, &cstep_aff); in get_computation_aff()
3071 aff_combination_scale (&cbase_aff, -rat); in get_computation_aff()
3072 aff_combination_add (aff, &cbase_aff); in get_computation_aff()
3956 aff_tree ubase_aff, cbase_aff; in get_loop_invariant_expr_id() local
4034 tree_to_aff_combination (cbase, TREE_TYPE (cbase), &cbase_aff); in get_loop_invariant_expr_id()
4035 if (compare_aff_trees (&ubase_aff, &cbase_aff)) in get_loop_invariant_expr_id()
4040 tree_to_aff_combination (cb, TREE_TYPE (cb), &cbase_aff); in get_loop_invariant_expr_id()
4042 aff_combination_scale (&cbase_aff, double_int::from_shwi (-1 * ratio)); in get_loop_invariant_expr_id()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-ivopts.c2944 aff_tree cbase_aff, var_aff; in get_computation_aff() local
2976 tree_to_aff_combination (cbase, common_type, &cbase_aff); in get_computation_aff()
2990 aff_combination_add (&cbase_aff, &cstep_aff); in get_computation_aff()
2993 aff_combination_scale (&cbase_aff, -rat); in get_computation_aff()
2994 aff_combination_add (aff, &cbase_aff); in get_computation_aff()
3827 aff_tree ubase_aff, cbase_aff; in get_loop_invariant_expr_id() local
3905 tree_to_aff_combination (cbase, TREE_TYPE (cbase), &cbase_aff); in get_loop_invariant_expr_id()
3906 if (compare_aff_trees (&ubase_aff, &cbase_aff)) in get_loop_invariant_expr_id()
3911 tree_to_aff_combination (cb, TREE_TYPE (cb), &cbase_aff); in get_loop_invariant_expr_id()
3913 aff_combination_scale (&cbase_aff, double_int::from_shwi (-1 * ratio)); in get_loop_invariant_expr_id()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-ivopts.c2944 aff_tree cbase_aff, var_aff; in get_computation_aff() local
2976 tree_to_aff_combination (cbase, common_type, &cbase_aff); in get_computation_aff()
2990 aff_combination_add (&cbase_aff, &cstep_aff); in get_computation_aff()
2993 aff_combination_scale (&cbase_aff, -rat); in get_computation_aff()
2994 aff_combination_add (aff, &cbase_aff); in get_computation_aff()
3827 aff_tree ubase_aff, cbase_aff; in get_loop_invariant_expr_id() local
3905 tree_to_aff_combination (cbase, TREE_TYPE (cbase), &cbase_aff); in get_loop_invariant_expr_id()
3906 if (compare_aff_trees (&ubase_aff, &cbase_aff)) in get_loop_invariant_expr_id()
3911 tree_to_aff_combination (cb, TREE_TYPE (cb), &cbase_aff); in get_loop_invariant_expr_id()
3913 aff_combination_scale (&cbase_aff, double_int::from_shwi (-1 * ratio)); in get_loop_invariant_expr_id()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c3705 aff_tree cbase_aff, var_aff; in get_computation_aff() local
3771 tree_to_aff_combination (cbase, common_type, &cbase_aff); in get_computation_aff()
3785 aff_combination_add (&cbase_aff, &cstep_aff); in get_computation_aff()
3788 aff_combination_scale (&cbase_aff, -rat); in get_computation_aff()
3789 aff_combination_add (aff, &cbase_aff); in get_computation_aff()
4694 aff_tree ubase_aff, cbase_aff; in get_loop_invariant_expr_id() local
4772 tree_to_aff_combination (cbase, TREE_TYPE (cbase), &cbase_aff); in get_loop_invariant_expr_id()
4773 if (compare_aff_trees (&ubase_aff, &cbase_aff)) in get_loop_invariant_expr_id()
4778 tree_to_aff_combination (cb, TREE_TYPE (cb), &cbase_aff); in get_loop_invariant_expr_id()
4780 aff_combination_scale (&cbase_aff, -1 * ratio); in get_loop_invariant_expr_id()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c3705 aff_tree cbase_aff, var_aff; in get_computation_aff() local
3771 tree_to_aff_combination (cbase, common_type, &cbase_aff); in get_computation_aff()
3785 aff_combination_add (&cbase_aff, &cstep_aff); in get_computation_aff()
3788 aff_combination_scale (&cbase_aff, -rat); in get_computation_aff()
3789 aff_combination_add (aff, &cbase_aff); in get_computation_aff()
4694 aff_tree ubase_aff, cbase_aff; in get_loop_invariant_expr_id() local
4772 tree_to_aff_combination (cbase, TREE_TYPE (cbase), &cbase_aff); in get_loop_invariant_expr_id()
4773 if (compare_aff_trees (&ubase_aff, &cbase_aff)) in get_loop_invariant_expr_id()
4778 tree_to_aff_combination (cb, TREE_TYPE (cb), &cbase_aff); in get_loop_invariant_expr_id()
4780 aff_combination_scale (&cbase_aff, -1 * ratio); in get_loop_invariant_expr_id()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-loop-ivopts.c2988 struct affine_tree_combination cbase_aff, expr_aff; in get_computation_aff() local
3112 tree_to_aff_combination (cbase, uutype, &cbase_aff); in get_computation_aff()
3114 aff_combination_scale (&cbase_aff, -ratioi); in get_computation_aff()
3116 aff_combination_add (aff, &cbase_aff); in get_computation_aff()