/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir.c | 1599 OPT(nir_convert_to_lcssa, true, true); in brw_vectorize_lower_mem_access() 1782 NIR_PASS(_, nir, nir_convert_to_lcssa, true, true); in brw_postprocess_nir() 1832 NIR_PASS(_, nir, nir_convert_to_lcssa, true, true); in brw_postprocess_nir() 1864 NIR_PASS(_, nir, nir_convert_to_lcssa, true, true); in brw_postprocess_nir()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_non_uniform_access.c | 234 NIR_PASS(_, shader, nir_convert_to_lcssa, true, true); in nir_opt_non_uniform_access()
|
H A D | nir_to_lcssa.c | 381 nir_convert_to_lcssa(nir_shader *shader, bool skip_invariants, bool skip_bool_invariants) in nir_convert_to_lcssa() function
|
H A D | nir_opt_varyings.c | 4290 NIR_PASS(_, producer, nir_convert_to_lcssa, true, true); in nir_opt_varyings()
|
H A D | nir.h | 6614 bool nir_convert_to_lcssa(nir_shader *shader, bool skip_invariants, bool skip_bool_invariants);
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_nir.c | 1466 NIR_PASS(_, nir, nir_convert_to_lcssa, true, true); in elk_postprocess_nir() 1491 NIR_PASS(_, nir, nir_convert_to_lcssa, true, true); in elk_postprocess_nir() 1523 NIR_PASS(_, nir, nir_convert_to_lcssa, true, true); in elk_postprocess_nir()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_nir.c | 483 NIR_PASS_V(nir, nir_convert_to_lcssa, true, true); /* required by divergence analysis */ in si_finalize_nir()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 450 NIR_PASS(_, stage->nir, nir_convert_to_lcssa, true, true); in radv_postprocess_nir() 583 NIR_PASS(_, stage->nir, nir_convert_to_lcssa, true, true); in radv_postprocess_nir()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.1.4.rst | 268 - ac/nir/ngg: Call nir_convert_to_lcssa before divergence analysis.
|
H A D | 23.2.1.rst | 5253 - ac/nir/ngg: Call nir_convert_to_lcssa before divergence analysis.
|
H A D | 22.2.0.rst | 315 - broadcom/compiler: wrap nir_convert_to_lcssa with NIR_PASS_V
|
H A D | 23.3.0.rst | 3964 - gallivm: Run nir_convert_to_lcssa before nir_convert_from_ssa
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_context.c | 116 NIR_PASS(progress, ctx->s, nir_convert_to_lcssa, true, true); in ir3_context_init()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 254 nir_convert_to_lcssa(nir, true, false); in setup_nir()
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak_nir.c | 1014 nir_convert_to_lcssa(nir, true, true); in nak_postprocess_nir()
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 1801 NIR_PASS(_, c->s, nir_convert_to_lcssa, true, true); in v3d_attempt_compile()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 2933 NIR_PASS_V(nir, nir_convert_to_lcssa, true, true); in lp_build_nir_prepasses()
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 2809 nir_convert_to_lcssa(nir, true, true); in agx_optimize_nir()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline.c | 1119 NIR_PASS(_, nir, nir_convert_to_lcssa, true, true); in anv_pipeline_lower_nir()
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/ |
H A D | bifrost_compile.c | 4744 nir_convert_to_lcssa(nir, true, true); in bi_optimize_nir()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 1125 nir_convert_to_lcssa(shader, true, true); in analyze_shader_before_culling()
|