Home
last modified time | relevance | path

Searched refs:opt_if_merge (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/docs/relnotes/
D20.1.8.rst116 - nir/opt_if: fix opt_if_merge when destination branch has a jump
D24.3.1.rst184 - nir/tests: fix SSA dominance in opt_if_merge tests
D24.1.7.rst137 - nir: Skip opt_if_merge when next_if has block ending in a jump
D24.2.1.rst188 - nir: Skip opt_if_merge when next_if has block ending in a jump
D20.3.0.rst1156 - nir/opt_if: Use early returns in opt_if_merge()
4031 - nir/opt_if: fix opt_if_merge when destination branch has a jump
D24.3.0.rst4345 - nir: Skip opt_if_merge when next_if has block ending in a jump
4346 - nir/tests: Add tests for opt_if_merge
D20.2.0.rst3960 - nir/opt_if: fix opt_if_merge when destination branch has a jump
/external/mesa3d/src/compiler/nir/tests/
Dopt_if_tests.cpp221 TEST_P(nir_opt_if_merge_test, opt_if_merge) in TEST_P() argument
/external/mesa3d/src/compiler/nir/
Dnir_opt_if.c1227 opt_if_merge(nir_if *nif) in opt_if_merge() function
1337 progress |= opt_if_merge(nif); in opt_if_cf_list()