Home
last modified time | relevance | path

Searched refs:signed_type_for (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc1931 itype = signed_type_for (itype); in expand_omp_for_init_counts()
2306 itype = signed_type_for (itype); in expand_omp_for_init_counts()
2540 itype = signed_type_for (vtype); in expand_omp_for_init_vars()
2834 itype = signed_type_for (itype); in expand_omp_for_init_vars()
2949 itype = signed_type_for (itype); in expand_omp_for_init_vars()
4087 tree itype = signed_type_for (type); in expand_omp_for_generic()
4237 t = fold_convert (signed_type_for (TREE_TYPE (startvar)), t); in expand_omp_for_generic()
4297 t = fold_convert (signed_type_for (TREE_TYPE (startvar)), t); in expand_omp_for_generic()
4337 = fold_convert (signed_type_for (TREE_TYPE (itercnt)), in expand_omp_for_generic()
4870 itype = signed_type_for (type); in expand_omp_for_static_nochunk()
[all …]
Dpointer-query.cc65 op = fold_convert (signed_type_for (TREE_TYPE (op)), op); in get_offset_range()
84 type = signed_type_for (type); in get_offset_range()
Dconvert.cc435 typex = signed_type_for (typex); in do_narrow()
Dtree-data-ref.cc2802 return signed_type_for (ta); in signed_type_for_types()
2804 return signed_type_for (tb); in signed_type_for_types()
2837 ret.quick_push (fold_build2 (op, signed_type_for (TREE_TYPE (coef)), in affine_fn_op()
2840 ret.quick_push (fold_build2 (op, signed_type_for (TREE_TYPE (coef)), in affine_fn_op()
Dmatch.pd1287 (with { tree stype = signed_type_for (TREE_TYPE (@0)); }
1660 tree ntype = TYPE_UNSIGNED (stype) ? signed_type_for (stype)
1920 (with { tree stype = signed_type_for (TREE_TYPE (@0)); }
2838 (with { tree stype = signed_type_for (TREE_TYPE (@1)); }
2885 (with { tree stype = signed_type_for (TREE_TYPE (@1)); }
2942 (with { tree stype = signed_type_for (TREE_TYPE (@1)); }
5582 (with { tree stype = signed_type_for (TREE_TYPE (@0)); }
5746 (with { tree st = signed_type_for (TREE_TYPE (@1)); }
7098 tree stype = signed_type_for (type0);
Dfold-const.cc722 ? signed_type_for (type) in fold_negate_expr_1()
1984 ctype = signed_type_for (type); in size_diffop_loc()
5509 tree signed_etype = signed_type_for (etype); in build_range_check()
6158 temp = fold_convert (signed_type_for (type), temp); in unextend()
6837 tree cstype = (*signed_type_for) (ctype); in extract_muldiv_1()
7385 tree stype = signed_type_for (TREE_TYPE (arg00)); in fold_single_bit_test_into_sign_test()
12308 itype = signed_type_for (itype); in fold_binary_loc()
13049 tem_type = signed_type_for (TREE_TYPE (tem)); in fold_ternary_loc()
Domp-general.cc739 itype = signed_type_for (itype); in omp_extract_for_data()
Dexpmed.cc5409 t = signed_type_for (type); in make_tree()
5416 t = signed_type_for (type); in make_tree()
Dtree-vect-loop-manip.cc3233 int_ptrsize_type = signed_type_for (ptr_type_node); in vect_create_cond_for_align_checks()
Dtree-ssa-math-opts.cc4639 : signed_type_for (optype); in convert_mult_to_highpart()
Dtree.h4627 extern tree signed_type_for (tree);
Dtree-ssa-loop-ivopts.cc4921 tree signed_type = signed_type_for (aff_combination_type (&aff_inv)); in get_computation_cost()
Dtree.cc10954 signed_type_for (tree type) in signed_type_for() function
DChangeLog-200790 (affine_fn_op): Use signed_type_for_types and signed_type_for instead
18119 (signed_type_for): Use signed_or_unsigned_type_for.
18122 * fold-const.c (fold_negate_expr): Use signed_type_for instead of
18145 * expmed.c (make_tree): Use signed_type_for instead of
18155 * convert.c (convert_to_integer): Use signed_type_for instead of
Domp-low.cc6166 itype = signed_type_for (itype); in lower_rec_input_clauses()
DChangeLog-201231110 (signed_type_for): Adjust documentation.
31540 * omp-low.c (extract_omp_for_data): Use signed_type_for.
31548 (vect_create_cond_for_align_checks): Use signed_type_for.
DChangeLog-200412583 * tree-ssa-loop-niter.c (unsigned_type_for, signed_type_for):
12585 * tree.c (unsigned_type_for, signed_type_for): Moved from
12587 * tree.h (signed_type_for): Export.
DChangeLog-200613398 * tree.c (unsigned_type_for, signed_type_for): Make sure a type
DChangeLog-20083195 range call build_nonstandard_inter_type if signed_type_for
DChangeLog-201936598 (unsigned_type_for, signed_type_for): Update comments accordingly.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc18418 type = signed_type_for (type); in ix86_gimple_fold_builtin()