| /src/external/gpl3/gcc/dist/gcc/ |
| loop-unroll.cc | 642 = wi::udiv_trunc (loop->nb_iterations_upper_bound, max_unroll + 1); 645 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); 648 = wi::udiv_trunc (loop->nb_iterations_likely_upper_bound, max_unroll + 1); 1105 = wi::udiv_trunc (loop->nb_iterations_upper_bound, max_unroll + 1); 1108 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); 1111 = wi::udiv_trunc (loop->nb_iterations_likely_upper_bound, max_unroll + 1);
|
| tree-chrec.cc | 610 num = wi::udiv_trunc (num, denom);
|
| wide-int.h | 637 BINARY_FUNCTION udiv_trunc (const T1 &, const T2 &); 3155 wi::udiv_trunc (const T1 &x, const T2 &y) 3204 /* ??? Why do we have both this and udiv_trunc. Aren't they the same? */
|
| expmed.cc | 3738 wide_int mlow = wi::udiv_trunc (val, d); 3742 wide_int mhigh = wi::udiv_trunc (val, d);
|
| predict.cc | 1785 tem = wi::udiv_trunc (tem, loop_count);
|
| tree-loop-distribution.cc | 3548 return wi::ltu_p (n2, wi::udiv_trunc (m2, s));
|
| tree-ssa-ccp.cc | 1983 = wi::udiv_trunc (wi::zext (r1max, width), r2min);
|
| gimple-fold.cc | 7985 access_index = wi::udiv_trunc (offset_int (offset / BITS_PER_UNIT),
|
| expr.cc | 13335 e = wi::udiv_trunc (wi::mask (prec - 1, false, prec), w);
|
| dwarf2out.cc | 19826 return wi::udiv_trunc (t + align - 1, align) * align;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| loop-unroll.cc | 634 = wi::udiv_trunc (loop->nb_iterations_upper_bound, max_unroll + 1); 637 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); 640 = wi::udiv_trunc (loop->nb_iterations_likely_upper_bound, max_unroll + 1); 1097 = wi::udiv_trunc (loop->nb_iterations_upper_bound, max_unroll + 1); 1100 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); 1103 = wi::udiv_trunc (loop->nb_iterations_likely_upper_bound, max_unroll + 1);
|
| tree-chrec.cc | 528 num = wi::udiv_trunc (num, denom);
|
| wide-int.h | 576 BINARY_FUNCTION udiv_trunc (const T1 &, const T2 &); 2690 wi::udiv_trunc (const T1 &x, const T2 &y) function in class:wi 2729 /* ??? Why do we have both this and udiv_trunc. Aren't they the same? */
|
| expmed.cc | 3722 wide_int mlow = wi::udiv_trunc (val, d); 3726 wide_int mhigh = wi::udiv_trunc (val, d);
|
| predict.cc | 1774 tem = wi::udiv_trunc (tem, loop_count);
|
| tree-loop-distribution.cc | 3489 return wi::ltu_p (n2, wi::udiv_trunc (m2, s));
|
| tree-ssa-ccp.cc | 1965 widest_int upper = wi::udiv_trunc (r1max, r2min);
|
| gimple-fold.cc | 7827 access_index = wi::udiv_trunc (offset_int (offset / BITS_PER_UNIT),
|
| expr.cc | 12497 e = wi::udiv_trunc (wi::mask (prec - 1, false, prec), w);
|
| dwarf2out.cc | 19739 return wi::udiv_trunc (t + align - 1, align) * align;
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-builtins.cc | 3325 auto high = wi::udiv_trunc (totalsize, elementsize);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| init.cc | 3295 max_outer_nelts = wi::udiv_trunc (max_size, inner_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-builtins.cc | 2789 auto high = wi::udiv_trunc (totalsize, elementsize);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| init.cc | 3267 max_outer_nelts = wi::udiv_trunc (max_size, inner_size);
|