Home
last modified time | relevance | path

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

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-structalias.c3051 HOST_WIDE_INT bitmaxsize = -1; in get_constraint_for_component_ref() local
3097 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize); in get_constraint_for_component_ref()
3117 && bitmaxsize != 0) in get_constraint_for_component_ref()
3130 bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3163 else if (bitmaxsize == 0) in get_constraint_for_component_ref()
3179 || bitsize != bitmaxsize in get_constraint_for_component_ref()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-structalias.c3030 HOST_WIDE_INT bitmaxsize = -1; in get_constraint_for_component_ref() local
3076 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize); in get_constraint_for_component_ref()
3096 && bitmaxsize != 0) in get_constraint_for_component_ref()
3109 bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3142 else if (bitmaxsize == 0) in get_constraint_for_component_ref()
3158 || bitsize != bitmaxsize in get_constraint_for_component_ref()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-structalias.c3195 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3219 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3250 bitmaxsize = -1; in get_constraint_for_component_ref()
3279 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3292 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3325 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3343 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-structalias.c3255 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3279 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3310 bitmaxsize = -1; in get_constraint_for_component_ref()
3339 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3352 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3385 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3403 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-structalias.c3195 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3219 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3250 bitmaxsize = -1; in get_constraint_for_component_ref()
3279 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3292 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3325 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3343 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-structalias.c3267 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3291 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3322 bitmaxsize = -1; in get_constraint_for_component_ref()
3351 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3364 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3397 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3415 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-structalias.c3195 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3219 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3250 bitmaxsize = -1; in get_constraint_for_component_ref()
3279 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3292 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3325 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3343 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
H A DChangeLog-200710775 (get_constraint_for_component_ref): Handle bitmaxsize == -1 case.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-structalias.c3255 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3279 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3310 bitmaxsize = -1; in get_constraint_for_component_ref()
3339 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3352 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3385 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3403 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-structalias.c3213 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3237 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3268 bitmaxsize = -1; in get_constraint_for_component_ref()
3297 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3310 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3343 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3361 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-structalias.c3195 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3219 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3250 bitmaxsize = -1; in get_constraint_for_component_ref()
3279 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3292 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3325 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3343 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-structalias.c3195 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3219 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3250 bitmaxsize = -1; in get_constraint_for_component_ref()
3279 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3292 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3325 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3343 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
H A DChangeLog-200710775 (get_constraint_for_component_ref): Handle bitmaxsize == -1 case.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-structalias.c3267 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3291 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3322 bitmaxsize = -1; in get_constraint_for_component_ref()
3351 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3364 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3397 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3415 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-structalias.c3267 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3291 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3322 bitmaxsize = -1; in get_constraint_for_component_ref()
3351 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3364 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3397 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3415 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-structalias.c3255 poly_int64 bitmaxsize = -1;
3279 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse);
3310 bitmaxsize = -1;
3339 && maybe_ne (bitmaxsize, 0))
3352 curr->size, bitpos, bitmaxsize))
3385 else if (known_eq (bitmaxsize, 0))
3403 || maybe_ne (bitsize, bitmaxsize)
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-structalias.c3213 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3237 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3268 bitmaxsize = -1; in get_constraint_for_component_ref()
3297 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3310 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3343 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3361 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
H A DChangeLog-200710775 (get_constraint_for_component_ref): Handle bitmaxsize == -1 case.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-structalias.c3175 HOST_WIDE_INT bitmaxsize = -1; in get_constraint_for_component_ref() local
3199 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3219 && bitmaxsize != 0) in get_constraint_for_component_ref()
3232 bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3265 else if (bitmaxsize == 0) in get_constraint_for_component_ref()
3281 || bitsize != bitmaxsize in get_constraint_for_component_ref()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-structalias.c3171 HOST_WIDE_INT bitmaxsize = -1; in get_constraint_for_component_ref() local
3194 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize); in get_constraint_for_component_ref()
3214 && bitmaxsize != 0) in get_constraint_for_component_ref()
3227 bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3260 else if (bitmaxsize == 0) in get_constraint_for_component_ref()
3276 || bitsize != bitmaxsize in get_constraint_for_component_ref()
H A DChangeLog-200710775 (get_constraint_for_component_ref): Handle bitmaxsize == -1 case.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-structalias.c3175 HOST_WIDE_INT bitmaxsize = -1; in get_constraint_for_component_ref() local
3199 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3219 && bitmaxsize != 0) in get_constraint_for_component_ref()
3232 bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3265 else if (bitmaxsize == 0) in get_constraint_for_component_ref()
3281 || bitsize != bitmaxsize in get_constraint_for_component_ref()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-structalias.c3287 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3311 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3342 bitmaxsize = -1; in get_constraint_for_component_ref()
3371 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3384 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3417 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3435 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-structalias.c3195 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3219 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3259 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3272 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3305 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3323 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-structalias.c3213 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local
3237 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref()
3277 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref()
3290 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref()
3323 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref()
3341 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()

12