Home
last modified time | relevance | path

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

12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-loop-ivopts.c2983 tree uutype; in get_computation_aff() local
3006 uutype = utype; in get_computation_aff()
3009 uutype = unsigned_type_for (utype); in get_computation_aff()
3010 ubase = fold_convert (uutype, ubase); in get_computation_aff()
3011 ustep = fold_convert (uutype, ustep); in get_computation_aff()
3014 if (uutype != ctype) in get_computation_aff()
3016 expr = fold_convert (uutype, expr); in get_computation_aff()
3017 cbase = fold_convert (uutype, cbase); in get_computation_aff()
3018 cstep = fold_convert (uutype, cstep); in get_computation_aff()
3099 aff->type = uutype; in get_computation_aff()
[all …]
/dports/security/cops/cops_104+/extra_src/
H A Duucp_1.shar379 X uutype=bnu
381 X uutype=v2
397 ./filecheck -k $uutype ./uufiles.list
402 if [ $uutype = bnu ] ; then
H A Duucp_2.shar209 if ($BNU eq "yes") { $uutype = "bnu"; }
210 else { $uutype = "v2"; }
211 system("./filecheck -k $uutype ./uufiles.list 2>/dev/null");
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-ivopts.c3021 tree uutype; in get_computation_aff() local
3032 uutype = unsigned_type_for (utype); in get_computation_aff()
3037 cstep = fold_convert (uutype, cstep); in get_computation_aff()
3038 cbase = fold_convert (uutype, cbase); in get_computation_aff()
3039 var = fold_convert (uutype, var); in get_computation_aff()
3055 tree_to_aff_combination (var, uutype, &var_aff); in get_computation_aff()
3062 if (common_type != uutype) in get_computation_aff()
3073 if (common_type != uutype) in get_computation_aff()
3074 aff_combination_convert (aff, uutype); in get_computation_aff()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-ivopts.c2943 tree uutype; in get_computation_aff() local
2954 uutype = unsigned_type_for (utype); in get_computation_aff()
2959 cstep = fold_convert (uutype, cstep); in get_computation_aff()
2960 cbase = fold_convert (uutype, cbase); in get_computation_aff()
2961 var = fold_convert (uutype, var); in get_computation_aff()
2977 tree_to_aff_combination (var, uutype, &var_aff); in get_computation_aff()
2984 if (common_type != uutype) in get_computation_aff()
2995 if (common_type != uutype) in get_computation_aff()
2996 aff_combination_convert (aff, uutype); in get_computation_aff()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-ivopts.c2943 tree uutype; in get_computation_aff() local
2954 uutype = unsigned_type_for (utype); in get_computation_aff()
2959 cstep = fold_convert (uutype, cstep); in get_computation_aff()
2960 cbase = fold_convert (uutype, cbase); in get_computation_aff()
2961 var = fold_convert (uutype, var); in get_computation_aff()
2977 tree_to_aff_combination (var, uutype, &var_aff); in get_computation_aff()
2984 if (common_type != uutype) in get_computation_aff()
2995 if (common_type != uutype) in get_computation_aff()
2996 aff_combination_convert (aff, uutype); in get_computation_aff()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c3704 tree uutype; in get_computation_aff() local
3715 uutype = unsigned_type_for (utype); in get_computation_aff()
3736 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype)) in get_computation_aff()
3742 cstep = fold_convert (uutype, cstep); in get_computation_aff()
3743 cbase = fold_convert (uutype, cbase); in get_computation_aff()
3744 var = fold_convert (uutype, var); in get_computation_aff()
3772 tree_to_aff_combination (var, uutype, &var_aff); in get_computation_aff()
3779 if (common_type != uutype) in get_computation_aff()
3790 if (common_type != uutype) in get_computation_aff()
3791 aff_combination_convert (aff, uutype); in get_computation_aff()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-ivopts.c3885 tree common_type, uutype, var, cstep_common; variable
3895 uutype = unsigned_type_for (utype);
3916 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3922 cbase = fold_convert (uutype, cbase);
3923 cstep = fold_convert (uutype, cstep);
3924 var = fold_convert (uutype, var);
3955 tree_to_aff_combination (var, uutype, aff_var);
3962 if (common_type != uutype)
3973 if (common_type != uutype)
3974 aff_combination_convert (aff_inv, uutype);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3869 tree common_type, uutype, var, cstep_common; variable
3879 uutype = unsigned_type_for (utype);
3900 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3906 cbase = fold_convert (uutype, cbase);
3907 cstep = fold_convert (uutype, cstep);
3908 var = fold_convert (uutype, var);
3939 tree_to_aff_combination (var, uutype, aff_var);
3946 if (common_type != uutype)
3957 if (common_type != uutype)
3958 aff_combination_convert (aff_inv, uutype);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3869 tree common_type, uutype, var, cstep_common; variable
3879 uutype = unsigned_type_for (utype);
3900 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3906 cbase = fold_convert (uutype, cbase);
3907 cstep = fold_convert (uutype, cstep);
3908 var = fold_convert (uutype, var);
3939 tree_to_aff_combination (var, uutype, aff_var);
3946 if (common_type != uutype)
3957 if (common_type != uutype)
3958 aff_combination_convert (aff_inv, uutype);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-ivopts.c3899 tree common_type, uutype, var, cstep_common; variable
3909 uutype = unsigned_type_for (utype);
3930 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3936 cbase = fold_convert (uutype, cbase);
3937 cstep = fold_convert (uutype, cstep);
3938 var = fold_convert (uutype, var);
3969 tree_to_aff_combination (var, uutype, aff_var);
3976 if (common_type != uutype)
3987 if (common_type != uutype)
3988 aff_combination_convert (aff_inv, uutype);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3869 tree common_type, uutype, var, cstep_common; variable
3879 uutype = unsigned_type_for (utype);
3900 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3906 cbase = fold_convert (uutype, cbase);
3907 cstep = fold_convert (uutype, cstep);
3908 var = fold_convert (uutype, var);
3939 tree_to_aff_combination (var, uutype, aff_var);
3946 if (common_type != uutype)
3957 if (common_type != uutype)
3958 aff_combination_convert (aff_inv, uutype);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3869 tree common_type, uutype, var, cstep_common; variable
3879 uutype = unsigned_type_for (utype);
3900 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3906 cbase = fold_convert (uutype, cbase);
3907 cstep = fold_convert (uutype, cstep);
3908 var = fold_convert (uutype, var);
3939 tree_to_aff_combination (var, uutype, aff_var);
3946 if (common_type != uutype)
3957 if (common_type != uutype)
3958 aff_combination_convert (aff_inv, uutype);
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c3704 tree uutype; in get_computation_aff() local
3715 uutype = unsigned_type_for (utype); in get_computation_aff()
3736 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype)) in get_computation_aff()
3742 cstep = fold_convert (uutype, cstep); in get_computation_aff()
3743 cbase = fold_convert (uutype, cbase); in get_computation_aff()
3744 var = fold_convert (uutype, var); in get_computation_aff()
3772 tree_to_aff_combination (var, uutype, &var_aff); in get_computation_aff()
3779 if (common_type != uutype) in get_computation_aff()
3790 if (common_type != uutype) in get_computation_aff()
3791 aff_combination_convert (aff, uutype); in get_computation_aff()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c3859 tree common_type, uutype, var, cstep_common; variable
3869 uutype = unsigned_type_for (utype);
3890 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3896 cbase = fold_convert (uutype, cbase);
3897 cstep = fold_convert (uutype, cstep);
3898 var = fold_convert (uutype, var);
3929 tree_to_aff_combination (var, uutype, aff_var);
3936 if (common_type != uutype)
3947 if (common_type != uutype)
3948 aff_combination_convert (aff_inv, uutype);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3899 tree common_type, uutype, var, cstep_common; variable
3909 uutype = unsigned_type_for (utype);
3930 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3936 cbase = fold_convert (uutype, cbase);
3937 cstep = fold_convert (uutype, cstep);
3938 var = fold_convert (uutype, var);
3969 tree_to_aff_combination (var, uutype, aff_var);
3976 if (common_type != uutype)
3987 if (common_type != uutype)
3988 aff_combination_convert (aff_inv, uutype);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-ivopts.c3873 tree common_type, uutype, var, cstep_common; variable
3883 uutype = unsigned_type_for (utype);
3904 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
3910 cbase = fold_convert (uutype, cbase);
3911 cstep = fold_convert (uutype, cstep);
3912 var = fold_convert (uutype, var);
3943 tree_to_aff_combination (var, uutype, aff_var);
3950 if (common_type != uutype)
3961 if (common_type != uutype)
3962 aff_combination_convert (aff_inv, uutype);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-ivopts.c3963 tree common_type, uutype, var, cstep_common; variable
3973 uutype = unsigned_type_for (utype);
3994 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4000 cbase = fold_convert (uutype, cbase);
4001 cstep = fold_convert (uutype, cstep);
4002 var = fold_convert (uutype, var);
4033 tree_to_aff_combination (var, uutype, aff_var);
4040 if (common_type != uutype)
4051 if (common_type != uutype)
4052 aff_combination_convert (aff_inv, uutype);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-ivopts.c3967 tree common_type, uutype, var, cstep_common; variable
3977 uutype = unsigned_type_for (utype);
3998 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4004 cbase = fold_convert (uutype, cbase);
4005 cstep = fold_convert (uutype, cstep);
4006 var = fold_convert (uutype, var);
4037 tree_to_aff_combination (var, uutype, aff_var);
4044 if (common_type != uutype)
4055 if (common_type != uutype)
4056 aff_combination_convert (aff_inv, uutype);
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c3965 tree common_type, uutype, var, cstep_common;
3975 uutype = unsigned_type_for (utype);
3996 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4002 cbase = fold_convert (uutype, cbase);
4003 cstep = fold_convert (uutype, cstep);
4004 var = fold_convert (uutype, var);
4035 tree_to_aff_combination (var, uutype, aff_var);
4042 if (common_type != uutype)
4053 if (common_type != uutype)
4054 aff_combination_convert (aff_inv, uutype);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c3967 tree common_type, uutype, var, cstep_common; variable
3977 uutype = unsigned_type_for (utype);
3998 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4004 cbase = fold_convert (uutype, cbase);
4005 cstep = fold_convert (uutype, cstep);
4006 var = fold_convert (uutype, var);
4037 tree_to_aff_combination (var, uutype, aff_var);
4044 if (common_type != uutype)
4055 if (common_type != uutype)
4056 aff_combination_convert (aff_inv, uutype);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c3965 tree common_type, uutype, var, cstep_common; variable
3975 uutype = unsigned_type_for (utype);
3996 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4002 cbase = fold_convert (uutype, cbase);
4003 cstep = fold_convert (uutype, cstep);
4004 var = fold_convert (uutype, var);
4035 tree_to_aff_combination (var, uutype, aff_var);
4042 if (common_type != uutype)
4053 if (common_type != uutype)
4054 aff_combination_convert (aff_inv, uutype);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c3967 tree common_type, uutype, var, cstep_common; variable
3977 uutype = unsigned_type_for (utype);
3998 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4004 cbase = fold_convert (uutype, cbase);
4005 cstep = fold_convert (uutype, cstep);
4006 var = fold_convert (uutype, var);
4037 tree_to_aff_combination (var, uutype, aff_var);
4044 if (common_type != uutype)
4055 if (common_type != uutype)
4056 aff_combination_convert (aff_inv, uutype);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-ivopts.c3965 tree common_type, uutype, var, cstep_common; variable
3975 uutype = unsigned_type_for (utype);
3996 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4002 cbase = fold_convert (uutype, cbase);
4003 cstep = fold_convert (uutype, cstep);
4004 var = fold_convert (uutype, var);
4035 tree_to_aff_combination (var, uutype, aff_var);
4042 if (common_type != uutype)
4053 if (common_type != uutype)
4054 aff_combination_convert (aff_inv, uutype);
/dports/www/moodle39/moodle/admin/tool/uploaduser/
H A Dindex.php164 $optype = $formdata->uutype;

12