Home
last modified time | relevance | path

Searched refs:sizetree (Results 1 – 25 of 25) sorted by relevance

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dfunction.c3285 tree sizetree; in locate_and_pad_parm() local
3315 sizetree in locate_and_pad_parm()
3336 tree s2 = sizetree; in locate_and_pad_parm()
3338 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
3367 pad_below (&locate->offset, passed_mode, sizetree); in locate_and_pad_parm()
3381 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
3391 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
3393 sizetree = round_up (sizetree, PARM_BOUNDARY / BITS_PER_UNIT); in locate_and_pad_parm()
3395 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
3478 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.c4160 tree sizetree; in locate_and_pad_parm() local
4189 sizetree = (type in locate_and_pad_parm()
4240 tree s2 = sizetree; in locate_and_pad_parm()
4242 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4279 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4289 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4291 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4293 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4378 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4382 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfunction.c3966 tree sizetree; in locate_and_pad_parm() local
3995 sizetree = (type in locate_and_pad_parm()
4046 tree s2 = sizetree; in locate_and_pad_parm()
4048 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4085 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4095 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4097 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4099 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4184 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4188 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfunction.c4004 tree sizetree; in locate_and_pad_parm() local
4033 sizetree = (type in locate_and_pad_parm()
4077 tree s2 = sizetree; in locate_and_pad_parm()
4079 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4116 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4126 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4128 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4130 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4215 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4219 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfunction.c4117 tree sizetree; in locate_and_pad_parm() local
4142 sizetree in locate_and_pad_parm()
4192 tree s2 = sizetree; in locate_and_pad_parm()
4194 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4219 pad_below (&locate->offset, passed_mode, sizetree); in locate_and_pad_parm()
4231 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4241 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4243 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4245 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4331 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfunction.c4149 tree sizetree; in locate_and_pad_parm() local
4178 sizetree = (type in locate_and_pad_parm()
4229 tree s2 = sizetree; in locate_and_pad_parm()
4231 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4268 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4278 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4280 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4282 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4367 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4371 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfunction.c4017 tree sizetree; in locate_and_pad_parm() local
4046 sizetree = (type in locate_and_pad_parm()
4090 tree s2 = sizetree; in locate_and_pad_parm()
4092 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4129 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4139 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4141 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4143 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4228 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4232 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfunction.c4004 tree sizetree; in locate_and_pad_parm() local
4033 sizetree = (type in locate_and_pad_parm()
4077 tree s2 = sizetree; in locate_and_pad_parm()
4079 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4116 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4126 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4128 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4130 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4215 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4219 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.c4160 tree sizetree; in locate_and_pad_parm() local
4189 sizetree = (type in locate_and_pad_parm()
4240 tree s2 = sizetree; in locate_and_pad_parm()
4242 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4279 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4289 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4291 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4293 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4378 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4382 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfunction.c4160 tree sizetree; in locate_and_pad_parm() local
4189 sizetree = (type in locate_and_pad_parm()
4240 tree s2 = sizetree; in locate_and_pad_parm()
4242 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4279 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4289 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4291 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4293 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4378 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4382 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.c4160 tree sizetree; in locate_and_pad_parm() local
4189 sizetree = (type in locate_and_pad_parm()
4240 tree s2 = sizetree; in locate_and_pad_parm()
4242 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4279 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4289 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4291 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4293 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4378 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4382 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfunction.c3955 tree sizetree; in locate_and_pad_parm() local
3984 sizetree = (type in locate_and_pad_parm()
4035 tree s2 = sizetree; in locate_and_pad_parm()
4037 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4074 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4084 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4086 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4088 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4173 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4177 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfunction.c4017 tree sizetree; in locate_and_pad_parm() local
4046 sizetree = (type in locate_and_pad_parm()
4090 tree s2 = sizetree; in locate_and_pad_parm()
4092 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4129 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4139 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4141 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4143 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4228 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4232 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfunction.c4004 tree sizetree; in locate_and_pad_parm() local
4033 sizetree = (type in locate_and_pad_parm()
4077 tree s2 = sizetree; in locate_and_pad_parm()
4079 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4116 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4126 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4128 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4130 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4215 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4219 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfunction.c3966 tree sizetree; in locate_and_pad_parm() local
3995 sizetree = (type in locate_and_pad_parm()
4046 tree s2 = sizetree; in locate_and_pad_parm()
4048 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4085 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4095 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4097 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4099 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4184 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4188 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfunction.c4160 tree sizetree; in locate_and_pad_parm() local
4189 sizetree = (type in locate_and_pad_parm()
4240 tree s2 = sizetree; in locate_and_pad_parm()
4242 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4279 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4289 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4291 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4293 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4378 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4382 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfunction.c4017 tree sizetree; in locate_and_pad_parm() local
4046 sizetree = (type in locate_and_pad_parm()
4090 tree s2 = sizetree; in locate_and_pad_parm()
4092 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4129 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4139 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4141 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4143 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4228 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4232 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfunction.c4034 tree sizetree; in locate_and_pad_parm() local
4063 sizetree = (type in locate_and_pad_parm()
4107 tree s2 = sizetree; in locate_and_pad_parm()
4109 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4146 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4156 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4158 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4160 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4245 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
4249 tree s2 = round_up (sizetree, align); in pad_below()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfunction.c4117 tree sizetree; in locate_and_pad_parm() local
4142 sizetree in locate_and_pad_parm()
4192 tree s2 = sizetree; in locate_and_pad_parm()
4194 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4219 pad_below (&locate->offset, passed_mode, sizetree); in locate_and_pad_parm()
4231 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
4241 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
4243 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
4245 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
4331 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dfunction.c3746 tree sizetree; in locate_and_pad_parm() local
3771 sizetree in locate_and_pad_parm()
3820 tree s2 = sizetree; in locate_and_pad_parm()
3822 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
3847 pad_below (&locate->offset, passed_mode, sizetree); in locate_and_pad_parm()
3857 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
3867 && (!tree_fits_uhwi_p (sizetree) in locate_and_pad_parm()
3869 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
3871 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
3958 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfunction.c3726 tree sizetree; in locate_and_pad_parm() local
3751 sizetree in locate_and_pad_parm()
3800 tree s2 = sizetree; in locate_and_pad_parm()
3802 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
3827 pad_below (&locate->offset, passed_mode, sizetree); in locate_and_pad_parm()
3837 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
3847 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
3849 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
3851 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
3938 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfunction.c3720 tree sizetree; in locate_and_pad_parm() local
3750 sizetree in locate_and_pad_parm()
3799 tree s2 = sizetree; in locate_and_pad_parm()
3801 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
3830 pad_below (&locate->offset, passed_mode, sizetree); in locate_and_pad_parm()
3844 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
3854 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
3856 sizetree = round_up (sizetree, round_boundary / BITS_PER_UNIT); in locate_and_pad_parm()
3858 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
3945 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfunction.c5498 tree sizetree; in locate_and_pad_parm() local
5536 sizetree in locate_and_pad_parm()
5549 tree s2 = sizetree; in locate_and_pad_parm()
5551 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
5580 pad_below (&locate->offset, passed_mode, sizetree); in locate_and_pad_parm()
5594 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
5604 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
5606 sizetree = round_up (sizetree, PARM_BOUNDARY / BITS_PER_UNIT); in locate_and_pad_parm()
5608 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
5692 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfunction.c5498 tree sizetree; in locate_and_pad_parm() local
5536 sizetree in locate_and_pad_parm()
5549 tree s2 = sizetree; in locate_and_pad_parm()
5551 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
5580 pad_below (&locate->offset, passed_mode, sizetree); in locate_and_pad_parm()
5594 sizetree = size_int (PUSH_ROUNDING (TREE_INT_CST_LOW (sizetree))); in locate_and_pad_parm()
5604 && (!host_integerp (sizetree, 1) in locate_and_pad_parm()
5606 sizetree = round_up (sizetree, PARM_BOUNDARY / BITS_PER_UNIT); in locate_and_pad_parm()
5608 ADD_PARM_SIZE (locate->size, sizetree); in locate_and_pad_parm()
5692 if (TREE_CODE (sizetree) != INTEGER_CST in pad_below()
[all …]
/dports/biology/paml/paml4.9j/src/
H A Dtreesub.c4213 sizetree = (s * 2 - 1) * sizeof(struct TREEN); in CladeSupport()
4323 memmove(besttree, nodes, sizetree); in CladeSupport()
4547 int sizetree = (2 * com.ns - 1) * sizeof(struct TREEN); in Perturbation() local
4580 treebest.tree = tree; memcpy(treebest.nodes, nodes, sizetree); in Perturbation()
4616 tree = treebest.tree; memcpy(nodes, treebest.nodes, sizetree); in Perturbation()
4640 int sizetree = (2 * com.ns - 1) * sizeof(struct TREEN); in StepwiseAdditionMP() local
4767 int sizetree = (2 * com.ns - 1) * sizeof(struct TREEN); in StepwiseAddition() local
4860 int sizetree = (2 * com.ns - 1) * sizeof(struct TREEN); in StarDecomposition() local
4894 treebest.tree = tree; memcpy(treebest.nodes, nodes, sizetree); in StarDecomposition()
5032 int sizetree = (2 * com.ns - 1) * sizeof(struct TREEN); in DecompTree() local
[all …]