Searched refs:unit_size (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-dfa.c518 tree low_bound, unit_size; local
524 && (unit_size = array_ref_element_size (exp),
525 TREE_CODE (unit_size) == INTEGER_CST))
530 woffset *= wi::to_offset (unit_size);
740 tree low_bound, unit_size; local
750 && (unit_size = array_ref_element_size (exp),
751 TREE_CODE (unit_size) == INTEGER_CST))
756 woffset *= wi::to_offset (unit_size);
H A Dtree-vect-loop-manip.c2275 tree unit_size = TYPE_SIZE_UNIT (TREE_TYPE (DR_REF (dr_a.dr))); local
2276 seg_a_min = fold_build_pointer_plus (seg_a_max, unit_size);
2277 seg_a_max = fold_build_pointer_plus (addr_base_a, unit_size);
2284 tree unit_size = TYPE_SIZE_UNIT (TREE_TYPE (DR_REF (dr_b.dr))); local
2285 seg_b_min = fold_build_pointer_plus (seg_b_max, unit_size);
2286 seg_b_max = fold_build_pointer_plus (addr_base_b, unit_size);
H A Dgimple-fold.c5554 tree low_bound, unit_size; local
5559 && (unit_size = array_ref_element_size (t),
5560 tree_fits_uhwi_p (unit_size)))
5571 offset *= tree_to_uhwi (unit_size);
5587 tree_to_uhwi (unit_size)
H A Demit-rtl.c1919 tree unit_size = array_ref_element_size (t2);
1933 unit_size),
1911 tree unit_size = array_ref_element_size (t2); local
H A Dexpr.c6877 tree unit_size = array_ref_element_size (exp);
6890 unit_size));
6862 tree unit_size = array_ref_element_size (exp); local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c2362 int nunit, unit_size; local
2370 unit_size = GET_MODE_UNIT_SIZE (GET_MODE (op));
2381 for (j = 0; j < unit_size; j++)
2385 tmp_mask |= (c & 1) << ((nunit - 1 - i) * unit_size + j);

Completed in 275 milliseconds