Searched refs:lower_phis_to_scalar (Results 1 – 4 of 4) sorted by relevance
64 bool lower_phis_to_scalar = false; in si_nir_opts() local84 NIR_PASS(lower_phis_to_scalar, nir, nir_opt_if, in si_nir_opts()91 if (lower_phis_to_scalar) in si_nir_opts()93 progress |= lower_alu_to_scalar | lower_phis_to_scalar; in si_nir_opts()
2420 - nir: Handle vec8/16 in lower_phis_to_scalar
1391 - nir/lower_phis_to_scalar: Use nir_instr_free() to free instrs.
1436 - nir/lower_phis_to_scalar: Add "lower_all" option