Home
last modified time | relevance | path

Searched refs:unit_size (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-dfa.c948 tree unit_size = array_ref_element_size (exp); in get_ref_base_and_extent() local
954 fold_convert (sizetype, index), unit_size); in get_ref_base_and_extent()
H A Dtree-browser.def52 DEFTBCODE (TB_UNIT_SIZE, "unit_size", "Field accessor.")
H A Demit-rtl.c1589 tree unit_size = array_ref_element_size (t2); in set_mem_attributes_minus_bitpos() local
1603 unit_size), in set_mem_attributes_minus_bitpos()
H A Dexpr.c5734 tree unit_size = array_ref_element_size (exp); in get_inner_reference() local
5747 unit_size)); in get_inner_reference()
/openbsd/gnu/gcc/gcc/config/sh/
H A Dpredicates.md586 int unit_size;
603 unit_size = GET_MODE_UNIT_SIZE (GET_MODE (op));
604 sign = (INTVAL (XVECEXP (op, 0, sign_ix)) >> (unit_size * BITS_PER_UNIT - 1)
H A Dsh.md11408 int unit_size = GET_MODE_UNIT_SIZE (GET_MODE (operands[1]));
11411 if (unit_size > 2)
11415 if (unit_size < 2)
11421 if (unit_size < 2)
/openbsd/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c1819 tree unit_size = TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (array))); local
1835 if (! TREE_CONSTANT (unit_size)
1836 && contains_placeholder_p (unit_size))
1837 unit_size = build (WITH_RECORD_EXPR, sizetype,
1838 unit_size, array);
1844 unit_size)),
H A Dexpr.c5810 tree unit_size = TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (array))); local
5826 if (! TREE_CONSTANT (unit_size)
5827 && contains_placeholder_p (unit_size))
5828 unit_size = build (WITH_RECORD_EXPR, sizetype, unit_size, array);
5833 unit_size));
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c6537 int unit_size; local
6554 unit_size = GET_MODE_UNIT_SIZE (GET_MODE (v));
6555 sign = (INTVAL (XVECEXP (v, 0, sign_ix)) >> (unit_size * BITS_PER_UNIT - 1)
H A Dsh.md9240 int unit_size = GET_MODE_UNIT_SIZE (GET_MODE (operands[1]));
9243 if (unit_size > 2)
9247 if (unit_size < 2)
9253 if (unit_size < 2)