Searched refs:width_source (Results 1 – 2 of 2) sorted by relevance
26837 unsigned int width_source = aarch64_tune_params.sve_width; in aarch64_estimated_poly_value() local26842 if (width_source == SVE_SCALABLE) in aarch64_estimated_poly_value()26856 width_source = 1 << floor_log2 (width_source); in aarch64_estimated_poly_value()26858 width_source = least_bit_hwi (width_source); in aarch64_estimated_poly_value()26861 HOST_WIDE_INT over_128 = width_source - 128; in aarch64_estimated_poly_value()
23199 enum aarch64_sve_vector_bits_enum width_source in aarch64_estimated_poly_value() local23203 if (width_source == SVE_SCALABLE) in aarch64_estimated_poly_value()23206 HOST_WIDE_INT over_128 = width_source - 128; in aarch64_estimated_poly_value()