Searched refs:signed_type_for (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-expand.cc | 1931 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 …]
|
| D | pointer-query.cc | 65 op = fold_convert (signed_type_for (TREE_TYPE (op)), op); in get_offset_range() 84 type = signed_type_for (type); in get_offset_range()
|
| D | convert.cc | 435 typex = signed_type_for (typex); in do_narrow()
|
| D | tree-data-ref.cc | 2802 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()
|
| D | match.pd | 1287 (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);
|
| D | fold-const.cc | 722 ? 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()
|
| D | omp-general.cc | 739 itype = signed_type_for (itype); in omp_extract_for_data()
|
| D | expmed.cc | 5409 t = signed_type_for (type); in make_tree() 5416 t = signed_type_for (type); in make_tree()
|
| D | tree-vect-loop-manip.cc | 3233 int_ptrsize_type = signed_type_for (ptr_type_node); in vect_create_cond_for_align_checks()
|
| D | tree-ssa-math-opts.cc | 4639 : signed_type_for (optype); in convert_mult_to_highpart()
|
| D | tree.h | 4627 extern tree signed_type_for (tree);
|
| D | tree-ssa-loop-ivopts.cc | 4921 tree signed_type = signed_type_for (aff_combination_type (&aff_inv)); in get_computation_cost()
|
| D | tree.cc | 10954 signed_type_for (tree type) in signed_type_for() function
|
| D | ChangeLog-2007 | 90 (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
|
| D | omp-low.cc | 6166 itype = signed_type_for (itype); in lower_rec_input_clauses()
|
| D | ChangeLog-2012 | 31110 (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.
|
| D | ChangeLog-2004 | 12583 * 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.
|
| D | ChangeLog-2006 | 13398 * tree.c (unsigned_type_for, signed_type_for): Make sure a type
|
| D | ChangeLog-2008 | 3195 range call build_nonstandard_inter_type if signed_type_for
|
| D | ChangeLog-2019 | 36598 (unsigned_type_for, signed_type_for): Update comments accordingly.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.cc | 18418 type = signed_type_for (type); in ix86_gimple_fold_builtin()
|