Home
last modified time | relevance | path

Searched refs:nir_convert_to_lcssa (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_to_lcssa.c392 nir_convert_to_lcssa(nir_shader *shader, bool skip_invariants, bool skip_bool_invariants) in nir_convert_to_lcssa() function
H A Dnir.h5427 bool nir_convert_to_lcssa(nir_shader *shader, bool skip_invariants, bool skip_bool_invariants);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c369 NIR_PASS_V(nir, nir_convert_to_lcssa, true, true); /* required by divergence analysis */ in si_finalize_nir()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp387 nir_convert_to_lcssa(nir, true, false); in setup_nir()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c1244 NIR_PASS_V(nir, nir_convert_to_lcssa, true, true); in brw_postprocess_nir()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c1607 NIR_PASS(_, c->s, nir_convert_to_lcssa, true, true); in v3d_attempt_compile()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c4566 nir_convert_to_lcssa(nir, true, true); in bi_optimize_nir()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c4880 NIR_PASS(_, stages[i].nir, nir_convert_to_lcssa, true, true); in radv_create_shaders()

Completed in 36 milliseconds