| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-patterns.cc | 409 unsigned int min_precision = orig_precision; local 428 if (TYPE_PRECISION (op_type) <= min_precision) 438 min_precision = TYPE_PRECISION (op_type); 499 precision = wi::min_precision (wi::to_widest (op), 3001 unsigned int min_precision = 0; local 3070 min_precision = MAX (min_precision, 3084 efficiently in MIN_PRECISION if SINGLE_USE_P; this would shift an 3108 min_precision = last_stmt_info->min_output_precision; 3110 min_precision = MIN (min_precision, last_stmt_info->min_output_precision) [all...] |
| internal-fn.cc | 862 p = wi::min_precision (w, sign); 865 p = wi::min_precision (wi::to_wide (arg), sign); 927 int p1 = wi::min_precision (r.lower_bound (), sign); 928 int p2 = wi::min_precision (r.upper_bound (), sign); 934 int p = wi::min_precision (r.upper_bound (), UNSIGNED); 2774 const int min_precision = targetm.min_arithmetic_precision (); local 2775 if (orig_precres == precres && precres < min_precision) 2813 int p = MAX (min_precision, precop);
|
| graphite-isl-ast-to-gimple.cc | 301 if (wi::min_precision (wi, TYPE_SIGN (type)) > TYPE_PRECISION (type))
|
| gimple-lower-bitint.cc | 145 unsigned min_prec = wi::min_precision (w, TYPE_SIGN (TREE_TYPE (cst))); 152 /* For unsigned values, also try signed min_precision 154 unsigned min_prec2 = wi::min_precision (w, SIGNED) - 1; 2198 int min_prec1 = wi::min_precision (w, SIGNED); 2200 int min_prec2 = wi::min_precision (w, SIGNED); 2207 int min_prec = wi::min_precision (w, UNSIGNED); 2400 min_prec = wi::min_precision (w, UNSIGNED); 2405 min_prec = wi::min_precision (w, SIGNED);
|
| tree-vect-loop.cc | 1246 return wi::min_precision (max_ni * factor, UNSIGNED); 1352 iv_precision = wi::min_precision (iv_limit * max_nscalars_per_iter, 1433 iv_precision = wi::min_precision (iv_limit, UNSIGNED); 1485 = wi::min_precision (vect_max_vf (loop_vinfo), UNSIGNED); 7348 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type)) 12586 if (wi::min_precision (iv_limit * nitems, UNSIGNED) > compare_precision)
|
| cfgloop.cc | 1899 if (wi::min_precision (i_bound, SIGNED) > bound_wide_int ().get_precision ())
|
| wide-int.h | 697 unsigned int min_precision (const T &, signop); 3795 wi::min_precision (const T &x, signop sgn)
|
| tree-scalar-evolution.cc | 3109 if (wi::min_precision (nit, UNSIGNED) > TYPE_PRECISION (type))
|
| tree-ssa-loop-niter.cc | 3911 if (wi::min_precision (i_bound, SIGNED) > bound_wide_int ().get_precision ()) 4875 && (wi::min_precision (wi::to_widest (loop->nb_iterations), SIGNED)
|
| tree-vect-stmts.cc | 1726 unsigned int min_offset_bits = wi::min_precision (range, sign); 5428 || (wi::min_precision (op_max_value, SIGNED) 5430 || (wi::min_precision (op_min_value, SIGNED) 5589 || (wi::min_precision (op_max_value, SIGNED) 5591 || (wi::min_precision (op_min_value, SIGNED)
|
| tree.cc | 8088 unsigned prec = wi::min_precision (wi::to_wide (win), TYPE_SIGN (wtype)); 9661 int min_precision = fmt->p + ceil_log2 (fmt->emax - fmt->emin); 9663 gcc_assert (min_precision == n); 9664 if (precision < min_precision) 9665 precision = min_precision;
|
| tree-data-ref.cc | 4658 if (wi::min_precision (last_conflict, SIGNED)
|
| gimple-fold.cc | 5455 return wi::min_precision (wres, sign) > TYPE_PRECISION (type);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-patterns.cc | 393 unsigned int min_precision = orig_precision; local 412 if (TYPE_PRECISION (op_type) <= min_precision) 422 min_precision = TYPE_PRECISION (op_type); 483 precision = wi::min_precision (wi::to_widest (op), 1892 unsigned int min_precision = 0; local 1961 min_precision = MAX (min_precision, 1975 efficiently in MIN_PRECISION if SINGLE_USE_P; this would shift an 1999 min_precision = last_stmt_info->min_output_precision; 2001 min_precision = MIN (min_precision, last_stmt_info->min_output_precision) [all...] |
| internal-fn.cc | 655 p = wi::min_precision (w, sign); 658 p = wi::min_precision (wi::to_wide (arg), sign); 719 int p1 = wi::min_precision (r.lower_bound (), sign); 720 int p2 = wi::min_precision (r.upper_bound (), sign); 726 int p = wi::min_precision (r.upper_bound (), UNSIGNED); 2530 const int min_precision = targetm.min_arithmetic_precision (); local 2531 if (orig_precres == precres && precres < min_precision) 2569 int p = MAX (min_precision, precop);
|
| graphite-isl-ast-to-gimple.cc | 301 if (wi::min_precision (wi, TYPE_SIGN (type)) > TYPE_PRECISION (type))
|
| tree-vect-loop.cc | 1029 return wi::min_precision (max_ni * factor, UNSIGNED); 1106 iv_precision = wi::min_precision (iv_limit * max_nscalars_per_iter, 6444 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type)) 10352 if (wi::min_precision (iv_limit * nitems, UNSIGNED) > compare_precision)
|
| wide-int.h | 636 unsigned int min_precision (const T &, signop); 3237 wi::min_precision (const T &x, signop sgn) function in class:wi
|
| tree.cc | 7942 unsigned prec = wi::min_precision (wi::to_wide (win), TYPE_SIGN (wtype)); 9515 int min_precision = fmt->p + ceil_log2 (fmt->emax - fmt->emin); 9517 gcc_assert (min_precision == n); 9518 if (precision < min_precision) 9519 precision = min_precision;
|
| tree-scalar-evolution.cc | 3081 if (wi::min_precision (nit, UNSIGNED) > TYPE_PRECISION (type))
|
| tree-data-ref.cc | 4624 if (wi::min_precision (last_conflict, SIGNED)
|
| gimple-fold.cc | 5379 return wi::min_precision (wres, sign) > TYPE_PRECISION (type);
|
| match.pd | 7550 (if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype))
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 2636 unsigned int min_prec = (wi::min_precision (wi::to_wide (op0), SIGNED)
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 2729 unsigned int min_prec = (wi::min_precision (wi::to_wide (op0), sign)
|