Home
last modified time | relevance | path

Searched refs:nir_phi_builder_create (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_phi_builder.h70 struct nir_phi_builder *nir_phi_builder_create(nir_function_impl *impl);
Dnir_repair_ssa.c44 state->phi_builder = nir_phi_builder_create(state->impl); in prep_build_phi()
Dnir_phi_builder.c91 nir_phi_builder_create(nir_function_impl *impl) in nir_phi_builder_create() function
Dnir_lower_regs_to_ssa.c226 struct nir_phi_builder *phi_build = nir_phi_builder_create(impl); in nir_lower_regs_to_ssa_impl()
Dnir_lower_vars_to_ssa.c767 state.phi_builder = nir_phi_builder_create(state.impl); in nir_lower_vars_to_ssa_impl()
Dnir_lower_shader_calls.c505 struct nir_phi_builder *pb = nir_phi_builder_create(impl); in spill_ssa_defs_and_lower_shader_calls()