Home
last modified time | relevance | path

Searched refs:aff_cbase (Results 1 – 16 of 16) sorted by relevance

/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-ivopts.c3887 aff_tree aff_cbase; variable
3954 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3968 aff_combination_add (&aff_cbase, &cstep_aff);
3971 aff_combination_scale (&aff_cbase, -rat);
3972 aff_combination_add (aff_inv, &aff_cbase);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3871 aff_tree aff_cbase; variable
3938 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3952 aff_combination_add (&aff_cbase, &cstep_aff);
3955 aff_combination_scale (&aff_cbase, -rat);
3956 aff_combination_add (aff_inv, &aff_cbase);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3871 aff_tree aff_cbase; variable
3938 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3952 aff_combination_add (&aff_cbase, &cstep_aff);
3955 aff_combination_scale (&aff_cbase, -rat);
3956 aff_combination_add (aff_inv, &aff_cbase);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-ivopts.c3901 aff_tree aff_cbase; variable
3968 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3982 aff_combination_add (&aff_cbase, &cstep_aff);
3985 aff_combination_scale (&aff_cbase, -rat);
3986 aff_combination_add (aff_inv, &aff_cbase);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3871 aff_tree aff_cbase; variable
3938 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3952 aff_combination_add (&aff_cbase, &cstep_aff);
3955 aff_combination_scale (&aff_cbase, -rat);
3956 aff_combination_add (aff_inv, &aff_cbase);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3871 aff_tree aff_cbase; variable
3938 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3952 aff_combination_add (&aff_cbase, &cstep_aff);
3955 aff_combination_scale (&aff_cbase, -rat);
3956 aff_combination_add (aff_inv, &aff_cbase);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c3861 aff_tree aff_cbase; variable
3928 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3942 aff_combination_add (&aff_cbase, &cstep_aff);
3945 aff_combination_scale (&aff_cbase, -rat);
3946 aff_combination_add (aff_inv, &aff_cbase);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3901 aff_tree aff_cbase; variable
3968 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3982 aff_combination_add (&aff_cbase, &cstep_aff);
3985 aff_combination_scale (&aff_cbase, -rat);
3986 aff_combination_add (aff_inv, &aff_cbase);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-ivopts.c3875 aff_tree aff_cbase; variable
3942 tree_to_aff_combination (cbase, common_type, &aff_cbase);
3956 aff_combination_add (&aff_cbase, &cstep_aff);
3959 aff_combination_scale (&aff_cbase, -rat);
3960 aff_combination_add (aff_inv, &aff_cbase);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-ivopts.c3965 aff_tree aff_cbase; variable
4032 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4046 aff_combination_add (&aff_cbase, &cstep_aff);
4049 aff_combination_scale (&aff_cbase, -rat);
4050 aff_combination_add (aff_inv, &aff_cbase);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-ivopts.c3969 aff_tree aff_cbase; variable
4036 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4050 aff_combination_add (&aff_cbase, &cstep_aff);
4053 aff_combination_scale (&aff_cbase, -rat);
4054 aff_combination_add (aff_inv, &aff_cbase);
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c3967 aff_tree aff_cbase;
4034 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4048 aff_combination_add (&aff_cbase, &cstep_aff);
4051 aff_combination_scale (&aff_cbase, -rat);
4052 aff_combination_add (aff_inv, &aff_cbase);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c3969 aff_tree aff_cbase; variable
4036 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4050 aff_combination_add (&aff_cbase, &cstep_aff);
4053 aff_combination_scale (&aff_cbase, -rat);
4054 aff_combination_add (aff_inv, &aff_cbase);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c3967 aff_tree aff_cbase; variable
4034 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4048 aff_combination_add (&aff_cbase, &cstep_aff);
4051 aff_combination_scale (&aff_cbase, -rat);
4052 aff_combination_add (aff_inv, &aff_cbase);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c3969 aff_tree aff_cbase; variable
4036 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4050 aff_combination_add (&aff_cbase, &cstep_aff);
4053 aff_combination_scale (&aff_cbase, -rat);
4054 aff_combination_add (aff_inv, &aff_cbase);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-ivopts.c3967 aff_tree aff_cbase; variable
4034 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4048 aff_combination_add (&aff_cbase, &cstep_aff);
4051 aff_combination_scale (&aff_cbase, -rat);
4052 aff_combination_add (aff_inv, &aff_cbase);