Searched refs:lower_phis_to_scalar (Results 1 – 2 of 2) sorted by relevance
442 bool lower_phis_to_scalar = false; in si_nir_opts() local457 NIR_PASS(lower_phis_to_scalar, nir, nir_opt_if, true); in si_nir_opts()462 if (lower_phis_to_scalar) in si_nir_opts()464 progress |= lower_alu_to_scalar | lower_phis_to_scalar; in si_nir_opts()
2420 - nir: Handle vec8/16 in lower_phis_to_scalar