Home
last modified time | relevance | path

Searched refs:sve_width (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-protos.h277 enum aarch64_sve_vector_bits_enum sve_width; member
H A Daarch64.c14475 tune->sve_width = (enum aarch64_sve_vector_bits_enum) width; in aarch64_parse_sve_width_string()
17594 aarch64_sve_vector_bits_enum tune_width = aarch64_tune_params.sve_width; in aarch64_cmp_autovec_modes()
23200 = aarch64_tune_params.sve_width; in aarch64_estimated_poly_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-protos.h533 unsigned int sve_width; member
H A Daarch64.cc17529 tune->sve_width = (enum aarch64_sve_vector_bits_enum) width; in aarch64_parse_sve_width_string()
20747 if (aarch64_tune_params.sve_width == SVE_SCALABLE in aarch64_cmp_autovec_modes()
26837 unsigned int width_source = aarch64_tune_params.sve_width; in aarch64_estimated_poly_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20181518 sve_width entry.
1544 * config/aarch64/aarch64-protos.h (struct tune_params): Add sve_width
1551 Specify sve_width.
H A DChangeLog-202118116 * config/aarch64/aarch64-protos.h (tune_params::sve_width): Turn