Home
last modified time | relevance | path

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

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dpointer-query.cc132 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
162 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
182 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
195 if (!off_valid || offrng[0] != offrng[1]) in gimple_call_return_array()
254 || offrng[0] != offrng[1]) in gimple_call_return_array()
612 offrng[0] = offrng[1] = 0;
924 if (offrng[1] < offrng[0]) in add_offset()
925 offrng[0] = offrng[1]; in add_offset()
982 offrng[0] - maxref.offrng[0], in inform_access()
983 wi::smax (offrng[1] - maxref.offrng[1], offrng[0]), in inform_access()
[all …]
H A Dpointer-query.h77 return offrng[0] == 0 && offrng[1] == 0; in offset_zero()
128 offset_int offrng[2]; member
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-strlen.c397 if (offrng)
471 if (offrng)
491 offrng[0] = wi::zero (offrng[1].get_precision ());
502 offrng[1] += offrng[0];
2030 offrng[0] = offrng[1] = 0;
2041 offrng[0] = offrng[1] = 0;
2079 if (destsize == len && !plus_one && offrng[0] == 0 && offrng[0] == offrng[1])
2098 if (wi::neg_p (offrng[0]) && wi::neg_p (offrng[1]))
2240 offrng[0] = offrng[1] = 0;
2246 if (offrng[0] == offrng[1])
[all …]
H A Dgimple-ssa-warn-restrict.c562 offset_int offrng[2] = { ooboff[0], ooboff[1] }; in offset_out_of_bounds() local
568 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
569 offrng[1] = maxobjsize; in offset_out_of_bounds()
577 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
592 endoff = offrng[lob] + (sizrange[0] - wroff); in offset_out_of_bounds()
621 if ((decl_p && offrng[hib] < 0) || offrng[lob] > size) in offset_out_of_bounds()
627 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
653 ooboff[hib] = offrng[lob] + sizrange[1]; in offset_out_of_bounds()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-strlen.c397 if (offrng)
471 if (offrng)
491 offrng[0] = wi::zero (offrng[1].get_precision ());
502 offrng[1] += offrng[0];
2030 offrng[0] = offrng[1] = 0;
2041 offrng[0] = offrng[1] = 0;
2079 if (destsize == len && !plus_one && offrng[0] == 0 && offrng[0] == offrng[1])
2098 if (wi::neg_p (offrng[0]) && wi::neg_p (offrng[1]))
2240 offrng[0] = offrng[1] = 0;
2246 if (offrng[0] == offrng[1])
[all …]
H A Dgimple-ssa-warn-restrict.c562 offset_int offrng[2] = { ooboff[0], ooboff[1] }; in offset_out_of_bounds() local
568 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
569 offrng[1] = maxobjsize; in offset_out_of_bounds()
577 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
592 endoff = offrng[lob] + (sizrange[0] - wroff); in offset_out_of_bounds()
621 if ((decl_p && offrng[hib] < 0) || offrng[lob] > size) in offset_out_of_bounds()
627 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
653 ooboff[hib] = offrng[lob] + sizrange[1]; in offset_out_of_bounds()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-strlen.c397 if (offrng)
471 if (offrng)
491 offrng[0] = wi::zero (offrng[1].get_precision ());
502 offrng[1] += offrng[0];
2030 offrng[0] = offrng[1] = 0;
2041 offrng[0] = offrng[1] = 0;
2079 if (destsize == len && !plus_one && offrng[0] == 0 && offrng[0] == offrng[1])
2098 if (wi::neg_p (offrng[0]) && wi::neg_p (offrng[1]))
2240 offrng[0] = offrng[1] = 0;
2246 if (offrng[0] == offrng[1])
[all …]
H A Dgimple-ssa-warn-restrict.c562 offset_int offrng[2] = { ooboff[0], ooboff[1] }; in offset_out_of_bounds() local
568 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
569 offrng[1] = maxobjsize; in offset_out_of_bounds()
577 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
592 endoff = offrng[lob] + (sizrange[0] - wroff); in offset_out_of_bounds()
621 if ((decl_p && offrng[hib] < 0) || offrng[lob] > size) in offset_out_of_bounds()
627 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
653 ooboff[hib] = offrng[lob] + sizrange[1]; in offset_out_of_bounds()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbuiltins.c209 offrng[0] = offrng[1] = 0;
362 same_ref.offrng[0] = phi_arg_ref.offrng[0]; in get_ref()
364 same_ref.offrng[1] = phi_arg_ref.offrng[1]; in get_ref()
421 if (offrng[0] < 0 && offrng[1] < 0) in size_remaining()
506 if (offrng[1] < offrng[0]) in add_offset()
507 offrng[0] = offrng[1]; in add_offset()
4420 offrng[0] - maxref.offrng[0], in inform_access()
4421 wi::smax (offrng[1] - maxref.offrng[1], offrng[0]), in inform_access()
5157 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
5186 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
[all …]
H A Dbuiltins.h212 return offrng[0] == 0 && offrng[1] == 0; in offset_zero()
260 offset_int offrng[2]; member
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbuiltins.c209 offrng[0] = offrng[1] = 0;
362 same_ref.offrng[0] = phi_arg_ref.offrng[0]; in get_ref()
364 same_ref.offrng[1] = phi_arg_ref.offrng[1]; in get_ref()
421 if (offrng[0] < 0 && offrng[1] < 0) in size_remaining()
506 if (offrng[1] < offrng[0]) in add_offset()
507 offrng[0] = offrng[1]; in add_offset()
4420 offrng[0] - maxref.offrng[0], in inform_access()
4421 wi::smax (offrng[1] - maxref.offrng[1], offrng[0]), in inform_access()
5157 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
5186 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
[all …]
H A Dbuiltins.h212 return offrng[0] == 0 && offrng[1] == 0; in offset_zero()
260 offset_int offrng[2]; member
H A Dgimple-ssa-warn-restrict.c571 offset_int offrng[2] = { ooboff[0], ooboff[1] }; in offset_out_of_bounds() local
577 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
578 offrng[1] = maxobjsize; in offset_out_of_bounds()
586 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
601 endoff = offrng[lob] + (sizrange[0] - wroff); in offset_out_of_bounds()
630 if ((decl_p && offrng[hib] < 0) || offrng[lob] > size) in offset_out_of_bounds()
636 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
662 ooboff[hib] = offrng[lob] + sizrange[1]; in offset_out_of_bounds()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dbuiltins.c209 offrng[0] = offrng[1] = 0;
362 same_ref.offrng[0] = phi_arg_ref.offrng[0]; in get_ref()
364 same_ref.offrng[1] = phi_arg_ref.offrng[1]; in get_ref()
421 if (offrng[0] < 0 && offrng[1] < 0) in size_remaining()
506 if (offrng[1] < offrng[0]) in add_offset()
507 offrng[0] = offrng[1]; in add_offset()
4420 offrng[0] - maxref.offrng[0], in inform_access()
4421 wi::smax (offrng[1] - maxref.offrng[1], offrng[0]), in inform_access()
5157 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
5186 offrng[0] = offrng[1] = 0; in gimple_call_return_array()
[all …]
H A Dbuiltins.h212 return offrng[0] == 0 && offrng[1] == 0;
260 offset_int offrng[2];
H A Dgimple-ssa-warn-restrict.c571 offset_int offrng[2] = { ooboff[0], ooboff[1] }; in offset_out_of_bounds() local
577 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
578 offrng[1] = maxobjsize; in offset_out_of_bounds()
586 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
601 endoff = offrng[lob] + (sizrange[0] - wroff); in offset_out_of_bounds()
630 if ((decl_p && offrng[hib] < 0) || offrng[lob] > size) in offset_out_of_bounds()
636 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
662 ooboff[hib] = offrng[lob] + sizrange[1]; in offset_out_of_bounds()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-warn-restrict.c472 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
478 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
479 offrng[1] = maxobjsize; in offset_out_of_bounds()
487 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
492 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
507 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
512 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
549 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-warn-restrict.c511 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
517 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
518 offrng[1] = maxobjsize; in offset_out_of_bounds()
526 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
531 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
546 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
551 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
588 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-warn-restrict.c476 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
482 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
483 offrng[1] = maxobjsize; in offset_out_of_bounds()
491 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
496 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
511 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
516 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
553 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-warn-restrict.c472 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
478 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
479 offrng[1] = maxobjsize; in offset_out_of_bounds()
487 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
492 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
507 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
512 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
549 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-warn-restrict.c472 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
478 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
479 offrng[1] = maxobjsize; in offset_out_of_bounds()
487 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
492 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
507 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
512 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
549 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-warn-restrict.c472 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
478 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
479 offrng[1] = maxobjsize; in offset_out_of_bounds()
487 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
492 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
507 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
512 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
549 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-warn-restrict.c511 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
517 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
518 offrng[1] = maxobjsize; in offset_out_of_bounds()
526 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
531 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
546 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
551 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
588 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-warn-restrict.c511 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
517 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
518 offrng[1] = maxobjsize; in offset_out_of_bounds()
526 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
531 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
546 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
551 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
588 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-warn-restrict.c472 offset_int offrng[2] = { offrange[0], offrange[1] }; in offset_out_of_bounds() local
478 if (offrng[1] < offrng[0] && offrng[1] < 0) in offset_out_of_bounds()
479 offrng[1] = maxobjsize; in offset_out_of_bounds()
487 bool hib = wi::les_p (offrng[0], offrng[1]); in offset_out_of_bounds()
492 endoff = offrng[lob] + sizrange[0]; in offset_out_of_bounds()
507 if (offrng[hib] < 0 || offrng[lob] > basesize) in offset_out_of_bounds()
512 endoff = wi::smax (offrng[lob], 0) + sizrange[0]; in offset_out_of_bounds()
549 ooboff[hib] = wi::smax (offrng[lob], 0) + sizrange[1]; in offset_out_of_bounds()

12