Home
last modified time | relevance | path

Searched refs:elt_bits (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c6363 unsigned int elt_bits = vector_element_size (GET_MODE_BITSIZE (mode), in native_encode_rtx() local
6365 unsigned int elt = first_byte * BITS_PER_UNIT / elt_bits; in native_encode_rtx()
6366 if (elt_bits < BITS_PER_UNIT) in native_encode_rtx()
6374 for (unsigned int j = 0; j < BITS_PER_UNIT; j += elt_bits) in native_encode_rtx()
6508 unsigned int elt_bits = vector_element_size (GET_MODE_BITSIZE (mode), in native_decode_vector_rtx() local
6510 if (elt_bits < BITS_PER_UNIT) in native_decode_vector_rtx()
6517 unsigned int bit_index = first_byte * BITS_PER_UNIT + i * elt_bits; in native_decode_vector_rtx()
6533 first_byte += elt_bits / BITS_PER_UNIT; in native_decode_vector_rtx()
6646 unsigned int elt_bits = vector_element_size (GET_MODE_BITSIZE (mode), in simplify_const_vector_byte_offset() local
6649 unsigned int sequence_bits = CONST_VECTOR_NPATTERNS (x) * elt_bits; in simplify_const_vector_byte_offset()
H A Dvarasm.c4005 unsigned int elt_bits = GET_MODE_BITSIZE (mode) / nelts; in output_constant_pool_2() local
4006 unsigned int int_bits = MAX (elt_bits, BITS_PER_UNIT); in output_constant_pool_2()
4010 unsigned int elts_per_int = int_bits / elt_bits; in output_constant_pool_2()
4017 value |= 1 << (j * elt_bits); in output_constant_pool_2()
H A Dtree-vect-slp.c289 poly_int64 elt_bits = elt_bytes * BITS_PER_UNIT; in can_duplicate_and_interleave_p() local
290 if (int_mode_for_size (elt_bits, 1).exists (&int_mode)) in can_duplicate_and_interleave_p()
H A Dfold-const.c7806 unsigned int elt_bits = TYPE_PRECISION (itype); in native_encode_vector_part() local
7807 int total_bytes = CEIL (elt_bits * count, BITS_PER_UNIT); in native_encode_vector_part()
7819 unsigned int elts_per_byte = BITS_PER_UNIT / elt_bits; in native_encode_vector_part()
7830 unsigned int bit = i * elt_bits; in native_encode_vector_part()
8333 unsigned int elt_bits = TYPE_PRECISION (elt_type); in native_interpret_vector_part() local
8334 if (elt_bits * npatterns * nelts_per_pattern > len * BITS_PER_UNIT) in native_interpret_vector_part()
8340 unsigned int bit_index = i * elt_bits; in native_interpret_vector_part()
H A Dmatch.pd6033 unsigned int elt_bits = tree_to_uhwi (TYPE_SIZE (elt_type));
6034 tree size = bitsize_int (elt_bits);
6035 tree pos = bitsize_int (elt_bits * i); }
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc6893 unsigned int elt_bits = vector_element_size (GET_MODE_BITSIZE (mode), in native_encode_rtx() local
6895 unsigned int elt = first_byte * BITS_PER_UNIT / elt_bits; in native_encode_rtx()
6896 if (elt_bits < BITS_PER_UNIT) in native_encode_rtx()
6905 for (unsigned int j = 0; j < BITS_PER_UNIT; j += elt_bits) in native_encode_rtx()
7039 unsigned int elt_bits = vector_element_size (GET_MODE_BITSIZE (mode), in native_decode_vector_rtx() local
7041 if (elt_bits < BITS_PER_UNIT) in native_decode_vector_rtx()
7048 unsigned int bit_index = first_byte * BITS_PER_UNIT + i * elt_bits; in native_decode_vector_rtx()
7063 first_byte += elt_bits / BITS_PER_UNIT; in native_decode_vector_rtx()
7176 unsigned int elt_bits = vector_element_size (GET_MODE_BITSIZE (mode), in simplify_const_vector_byte_offset() local
7179 unsigned int sequence_bits = CONST_VECTOR_NPATTERNS (x) * elt_bits; in simplify_const_vector_byte_offset()
H A Dvarasm.cc4085 unsigned int elt_bits = GET_MODE_BITSIZE (mode) / nelts; in output_constant_pool_2() local
4086 unsigned int int_bits = MAX (elt_bits, BITS_PER_UNIT); in output_constant_pool_2()
4091 unsigned int elts_per_int = int_bits / elt_bits; in output_constant_pool_2()
4099 value |= (elt & mask) << (j * elt_bits); in output_constant_pool_2()
H A Dfold-const.cc7903 unsigned int elt_bits = TYPE_PRECISION (itype); in native_encode_vector_part() local
7904 int total_bytes = CEIL (elt_bits * count, BITS_PER_UNIT); in native_encode_vector_part()
7916 unsigned int elts_per_byte = BITS_PER_UNIT / elt_bits; in native_encode_vector_part()
7927 unsigned int bit = i * elt_bits; in native_encode_vector_part()
8764 unsigned int elt_bits = TYPE_PRECISION (elt_type); in native_interpret_vector_part() local
8765 if (elt_bits * npatterns * nelts_per_pattern > len * BITS_PER_UNIT) in native_interpret_vector_part()
8771 unsigned int bit_index = i * elt_bits; in native_interpret_vector_part()
H A Dtree-vect-slp.cc394 poly_int64 elt_bits = elt_bytes * BITS_PER_UNIT; in can_duplicate_and_interleave_p() local
395 if (int_mode_for_size (elt_bits, 1).exists (&int_mode)) in can_duplicate_and_interleave_p()
H A Dmatch.pd7572 unsigned int elt_bits = tree_to_uhwi (TYPE_SIZE (elt_type));
7573 tree size = bitsize_int (elt_bits);
7574 tree pos = bitsize_int (elt_bits * i); }
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c2587 unsigned int elt_bits = vector_element_size (vector_bits, in aarch64_sve_element_int_mode() local
2589 return int_mode_for_size (elt_bits, 0).require (); in aarch64_sve_element_int_mode()
4910 unsigned int elt_bits = GET_MODE_BITSIZE (elt_mode); in aarch64_expand_sve_const_vector() local
4916 && container_bits != elt_bits) in aarch64_expand_sve_const_vector()
4922 unsigned int repeat = container_bits / elt_bits; in aarch64_expand_sve_const_vector()
14168 unsigned int elt_bits = GET_MODE_UNIT_BITSIZE (TYPE_MODE (vectype)); in aarch64_sve_adjust_stmt_cost() local
14169 if (multiple_p (count * elt_bits, 256) in aarch64_sve_adjust_stmt_cost()
23248 unsigned int elt_bits, vec_bits, count; in aarch64_simd_clone_compute_vecsize_and_simdlen() local
23308 elt_bits = GET_MODE_BITSIZE (SCALAR_TYPE_MODE (base_type)); in aarch64_simd_clone_compute_vecsize_and_simdlen()
23313 clonei->simdlen = vec_bits / elt_bits; in aarch64_simd_clone_compute_vecsize_and_simdlen()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc3842 unsigned int elt_bits = vector_element_size (vector_bits, in aarch64_sve_element_int_mode() local
3844 return int_mode_for_size (elt_bits, 0).require (); in aarch64_sve_element_int_mode()
6197 unsigned int elt_bits = GET_MODE_BITSIZE (elt_mode); in aarch64_expand_sve_const_vector() local
6203 && container_bits != elt_bits) in aarch64_expand_sve_const_vector()
6209 unsigned int repeat = container_bits / elt_bits; in aarch64_expand_sve_const_vector()
16462 unsigned int elt_bits = GET_MODE_UNIT_BITSIZE (TYPE_MODE (vectype)); in aarch64_sve_adjust_stmt_cost() local
16463 if (multiple_p (count * elt_bits, 256) in aarch64_sve_adjust_stmt_cost()
26903 unsigned int elt_bits, count = 0; in aarch64_simd_clone_compute_vecsize_and_simdlen() local
26968 elt_bits = GET_MODE_BITSIZE (SCALAR_TYPE_MODE (base_type)); in aarch64_simd_clone_compute_vecsize_and_simdlen()
26972 if (known_eq (elt_bits, 64)) in aarch64_simd_clone_compute_vecsize_and_simdlen()
[all …]