Searched refs:nir_phi_instr_create (Results 1 – 8 of 8) sorted by relevance
115 nir_phi_instr *phi = nir_phi_instr_create(state->shader); in convert_loop_exit_for_ssa()
213 nir_phi_instr *new_phi = nir_phi_instr_create(state->mem_ctx); in lower_phis_to_scalar_block()
214 nir_phi_instr *phi = nir_phi_instr_create(val->builder->shader); in nir_phi_builder_value_get_block_def()
136 nir_phi_instr *phi = nir_phi_instr_create(build->shader); in nir_if_phi()
435 nir_phi_instr *nphi = nir_phi_instr_create(state->ns); in clone_phi()
703 nir_phi_instr *phi = nir_phi_instr_create(ctx->nir); in read_phi()
2024 nir_phi_instr *nir_phi_instr_create(nir_shader *shader);
587 nir_phi_instr_create(nir_shader *shader) in nir_phi_instr_create() function