Home
last modified time | relevance | path

Searched refs:nir_phi_instr_create (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_to_lcssa.c115 nir_phi_instr *phi = nir_phi_instr_create(state->shader); in convert_loop_exit_for_ssa()
Dnir_lower_phis_to_scalar.c213 nir_phi_instr *new_phi = nir_phi_instr_create(state->mem_ctx); in lower_phis_to_scalar_block()
Dnir_phi_builder.c214 nir_phi_instr *phi = nir_phi_instr_create(val->builder->shader); in nir_phi_builder_value_get_block_def()
Dnir_builder.h136 nir_phi_instr *phi = nir_phi_instr_create(build->shader); in nir_if_phi()
Dnir_clone.c435 nir_phi_instr *nphi = nir_phi_instr_create(state->ns); in clone_phi()
Dnir_serialize.c703 nir_phi_instr *phi = nir_phi_instr_create(ctx->nir); in read_phi()
Dnir.h2024 nir_phi_instr *nir_phi_instr_create(nir_shader *shader);
Dnir.c587 nir_phi_instr_create(nir_shader *shader) in nir_phi_instr_create() function