Home
last modified time | relevance | path

Searched refs:elt_bytes (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c284 poly_int64 elt_bytes = count * GET_MODE_UNIT_SIZE (base_vector_mode); in can_duplicate_and_interleave_p() local
289 poly_int64 elt_bits = elt_bytes * BITS_PER_UNIT; in can_duplicate_and_interleave_p()
336 if (!multiple_p (elt_bytes, 2, &elt_bytes)) in can_duplicate_and_interleave_p()
H A Dsimplify-rtx.c6385 unsigned int elt_bytes = GET_MODE_UNIT_SIZE (mode); in native_encode_rtx() local
6387 first_byte %= elt_bytes; in native_encode_rtx()
6391 unsigned int chunk_bytes = MIN (num_bytes, elt_bytes - first_byte); in native_encode_rtx()
H A Dfold-const.c8350 unsigned int elt_bytes = tree_to_uhwi (TYPE_SIZE_UNIT (elt_type)); in native_interpret_vector_part() local
8351 if (elt_bytes * npatterns * nelts_per_pattern > len) in native_interpret_vector_part()
8357 tree elt = native_interpret_expr (elt_type, bytes, elt_bytes); in native_interpret_vector_part()
8361 bytes += elt_bytes; in native_interpret_vector_part()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2956 unsigned int elt_bytes = GET_MODE_UNIT_SIZE (mem_mode); in prepare_gather_address_operands() local
2957 rtx shift = gen_int_mode (exact_log2 (elt_bytes), DImode); in prepare_gather_address_operands()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2957 unsigned int elt_bytes = GET_MODE_UNIT_SIZE (mem_mode); in prepare_gather_address_operands() local
2958 rtx shift = gen_int_mode (exact_log2 (elt_bytes), DImode); in prepare_gather_address_operands()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc389 poly_int64 elt_bytes = count * GET_MODE_UNIT_SIZE (base_vector_mode); in can_duplicate_and_interleave_p() local
394 poly_int64 elt_bits = elt_bytes * BITS_PER_UNIT; in can_duplicate_and_interleave_p()
441 if (!multiple_p (elt_bytes, 2, &elt_bytes)) in can_duplicate_and_interleave_p()
H A Dsimplify-rtx.cc6916 unsigned int elt_bytes = GET_MODE_UNIT_SIZE (mode); in native_encode_rtx() local
6918 first_byte %= elt_bytes; in native_encode_rtx()
6922 unsigned int chunk_bytes = MIN (num_bytes, elt_bytes - first_byte); in native_encode_rtx()
H A Dfold-const.cc8781 unsigned int elt_bytes = tree_to_uhwi (TYPE_SIZE_UNIT (elt_type)); in native_interpret_vector_part() local
8782 if (elt_bytes * npatterns * nelts_per_pattern > len) in native_interpret_vector_part()
8788 tree elt = native_interpret_expr (elt_type, bytes, elt_bytes); in native_interpret_vector_part()
8792 bytes += elt_bytes; in native_interpret_vector_part()