Home
last modified time | relevance | path

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

12345678910>>...29

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-switch-conversion.c366 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
370 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
669 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
670 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
685 if (CASE_HIGH (elt) in collect_switch_conv_info()
686 && ! tree_int_cst_equal (CASE_LOW (elt), CASE_HIGH (elt))) in collect_switch_conv_info()
897 if (CASE_HIGH (cs)) in build_constructors()
898 high = CASE_HIGH (cs); in build_constructors()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-switch-conversion.c353 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
357 CASE_HIGH (cs), minval), in emit_case_bit_tests()
657 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
658 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
673 if (CASE_HIGH (elt) in collect_switch_conv_info()
674 && ! tree_int_cst_equal (CASE_LOW (elt), CASE_HIGH (elt))) in collect_switch_conv_info()
885 if (CASE_HIGH (cs)) in build_constructors()
886 high = CASE_HIGH (cs); in build_constructors()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-switch-conversion.c353 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
357 CASE_HIGH (cs), minval), in emit_case_bit_tests()
657 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
658 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
673 if (CASE_HIGH (elt) in collect_switch_conv_info()
674 && ! tree_int_cst_equal (CASE_LOW (elt), CASE_HIGH (elt))) in collect_switch_conv_info()
885 if (CASE_HIGH (cs)) in build_constructors()
886 high = CASE_HIGH (cs); in build_constructors()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-switch-conversion.c328 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
332 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
659 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
660 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
675 if (CASE_HIGH (elt) in collect_switch_conv_info()
676 && ! tree_int_cst_equal (CASE_LOW (elt), CASE_HIGH (elt))) in collect_switch_conv_info()
888 if (CASE_HIGH (cs)) in build_constructors()
889 high = CASE_HIGH (cs); in build_constructors()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-switch-conversion.c328 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
332 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
659 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
660 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
675 if (CASE_HIGH (elt) in collect_switch_conv_info()
676 && ! tree_int_cst_equal (CASE_LOW (elt), CASE_HIGH (elt))) in collect_switch_conv_info()
888 if (CASE_HIGH (cs)) in build_constructors()
889 high = CASE_HIGH (cs); in build_constructors()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-switch-conversion.c335 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
339 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
652 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
653 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
658 tree last = CASE_HIGH (min_case) ? CASE_HIGH (min_case) : info->range_min; in collect_switch_conv_info()
667 last = CASE_HIGH (elt) ? CASE_HIGH (elt) : CASE_LOW (elt); in collect_switch_conv_info()
726 if (CASE_HIGH (elt) in collect_switch_conv_info()
982 if (CASE_HIGH (cs)) in build_constructors()
983 high = CASE_HIGH (cs); in build_constructors()
2082 if (CASE_HIGH (elt)) in try_switch_expansion()
[all …]
H A Dvr-values.c3682 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3689 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3691 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3702 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3710 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3712 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3720 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3722 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3728 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3737 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-switch-conversion.c335 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
339 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
652 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
653 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
658 tree last = CASE_HIGH (min_case) ? CASE_HIGH (min_case) : info->range_min; in collect_switch_conv_info()
667 last = CASE_HIGH (elt) ? CASE_HIGH (elt) : CASE_LOW (elt); in collect_switch_conv_info()
726 if (CASE_HIGH (elt) in collect_switch_conv_info()
982 if (CASE_HIGH (cs)) in build_constructors()
983 high = CASE_HIGH (cs); in build_constructors()
2082 if (CASE_HIGH (elt)) in try_switch_expansion()
[all …]
H A Dvr-values.c3682 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3689 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3691 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3702 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3710 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3712 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3720 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3722 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3728 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3737 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-switch-conversion.c335 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
339 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
652 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
653 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
658 tree last = CASE_HIGH (min_case) ? CASE_HIGH (min_case) : info->range_min; in collect_switch_conv_info()
667 last = CASE_HIGH (elt) ? CASE_HIGH (elt) : CASE_LOW (elt); in collect_switch_conv_info()
726 if (CASE_HIGH (elt) in collect_switch_conv_info()
982 if (CASE_HIGH (cs)) in build_constructors()
983 high = CASE_HIGH (cs); in build_constructors()
2082 if (CASE_HIGH (elt)) in try_switch_expansion()
[all …]
H A Dvr-values.c3682 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3689 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3691 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3702 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3710 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3712 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3720 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3722 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3728 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3737 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-switch-conversion.c335 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
339 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
652 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
653 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
658 tree last = CASE_HIGH (min_case) ? CASE_HIGH (min_case) : info->range_min; in collect_switch_conv_info()
667 last = CASE_HIGH (elt) ? CASE_HIGH (elt) : CASE_LOW (elt); in collect_switch_conv_info()
726 if (CASE_HIGH (elt) in collect_switch_conv_info()
982 if (CASE_HIGH (cs)) in build_constructors()
983 high = CASE_HIGH (cs); in build_constructors()
2082 if (CASE_HIGH (elt)) in try_switch_expansion()
[all …]
H A Dvr-values.c3682 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3689 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3691 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3702 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3710 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3712 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3720 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3722 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3728 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3737 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-switch-conversion.c335 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
339 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
652 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
653 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
658 tree last = CASE_HIGH (min_case) ? CASE_HIGH (min_case) : info->range_min; in collect_switch_conv_info()
667 last = CASE_HIGH (elt) ? CASE_HIGH (elt) : CASE_LOW (elt); in collect_switch_conv_info()
726 if (CASE_HIGH (elt) in collect_switch_conv_info()
982 if (CASE_HIGH (cs)) in build_constructors()
983 high = CASE_HIGH (cs); in build_constructors()
2082 if (CASE_HIGH (elt)) in try_switch_expansion()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-switch-conversion.c335 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
339 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
652 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
653 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
658 tree last = CASE_HIGH (min_case) ? CASE_HIGH (min_case) : info->range_min; in collect_switch_conv_info()
667 last = CASE_HIGH (elt) ? CASE_HIGH (elt) : CASE_LOW (elt); in collect_switch_conv_info()
726 if (CASE_HIGH (elt) in collect_switch_conv_info()
982 if (CASE_HIGH (cs)) in build_constructors()
983 high = CASE_HIGH (cs); in build_constructors()
2082 if (CASE_HIGH (elt)) in try_switch_expansion()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dvr-values.c3763 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3772 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3783 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3791 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3793 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3801 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3803 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3809 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3818 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3820 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dvr-values.c3778 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3787 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3798 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3806 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3808 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3816 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3818 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3824 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3833 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3835 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dvr-values.c3763 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3772 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3783 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3791 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3793 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3801 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3803 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3809 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3818 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3820 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dvr-values.c3702 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3711 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3722 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3730 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3732 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3740 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3742 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3748 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3757 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3759 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvr-values.c3649 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3658 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3669 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3677 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3679 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3687 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3689 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3695 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3704 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3706 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dvr-values.c3649 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3658 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3669 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3677 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3679 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3687 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3689 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3695 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3704 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3706 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dvr-values.c3649 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3658 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3669 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3677 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3679 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3687 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3689 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3695 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3704 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3706 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dvr-values.c3763 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3772 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3783 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3791 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3793 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3801 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3803 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3809 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3818 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3820 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dvr-values.c3702 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3711 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3722 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3730 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3732 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3740 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3742 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3748 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3757 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3759 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dvr-values.c3702 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3711 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3722 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3730 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3732 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3740 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3742 CASE_HIGH (min_label) in simplify_switch_using_ranges()
3748 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3757 CASE_HIGH (min_label) = NULL_TREE; in simplify_switch_using_ranges()
3759 CASE_HIGH (max_label) = NULL_TREE; in simplify_switch_using_ranges()
[all …]

12345678910>>...29