Searched refs:nir_convert_to_lcssa (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_to_lcssa.c | 392 nir_convert_to_lcssa(nir_shader *shader, bool skip_invariants, bool skip_bool_invariants) in nir_convert_to_lcssa() function
|
H A D | nir.h | 5427 bool nir_convert_to_lcssa(nir_shader *shader, bool skip_invariants, bool skip_bool_invariants);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_nir.c | 369 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 D | aco_instruction_selection_setup.cpp | 387 nir_convert_to_lcssa(nir, true, false); in setup_nir()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir.c | 1244 NIR_PASS_V(nir, nir_convert_to_lcssa, true, true); in brw_postprocess_nir()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 1607 NIR_PASS(_, c->s, nir_convert_to_lcssa, true, true); in v3d_attempt_compile()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 4566 nir_convert_to_lcssa(nir, true, true); in bi_optimize_nir()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 4880 NIR_PASS(_, stages[i].nir, nir_convert_to_lcssa, true, true); in radv_create_shaders()
|
Completed in 36 milliseconds