Home
last modified time | relevance | path

Searched refs:nir_convert_to_lcssa (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir.c1599 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 Dnir_opt_non_uniform_access.c234 NIR_PASS(_, shader, nir_convert_to_lcssa, true, true); in nir_opt_non_uniform_access()
H A Dnir_to_lcssa.c381 nir_convert_to_lcssa(nir_shader *shader, bool skip_invariants, bool skip_bool_invariants) in nir_convert_to_lcssa() function
H A Dnir_opt_varyings.c4290 NIR_PASS(_, producer, nir_convert_to_lcssa, true, true); in nir_opt_varyings()
H A Dnir.h6614 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 Delk_nir.c1466 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 Dsi_shader_nir.c483 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 Dradv_pipeline.c450 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 D23.1.4.rst268 - ac/nir/ngg: Call nir_convert_to_lcssa before divergence analysis.
H A D23.2.1.rst5253 - ac/nir/ngg: Call nir_convert_to_lcssa before divergence analysis.
H A D22.2.0.rst315 - broadcom/compiler: wrap nir_convert_to_lcssa with NIR_PASS_V
H A D23.3.0.rst3964 - gallivm: Run nir_convert_to_lcssa before nir_convert_from_ssa
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_context.c116 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 Daco_instruction_selection_setup.cpp254 nir_convert_to_lcssa(nir, true, false); in setup_nir()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir.c1014 nir_convert_to_lcssa(nir, true, true); in nak_postprocess_nir()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dvir.c1801 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 Dlp_bld_nir.c2933 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 Dagx_compile.c2809 nir_convert_to_lcssa(nir, true, true); in agx_optimize_nir()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c1119 NIR_PASS(_, nir, nir_convert_to_lcssa, true, true); in anv_pipeline_lower_nir()
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbifrost_compile.c4744 nir_convert_to_lcssa(nir, true, true); in bi_optimize_nir()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c1125 nir_convert_to_lcssa(shader, true, true); in analyze_shader_before_culling()