Home
last modified time | relevance | path

Searched refs:nir_foreach_block_unstructured (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_dominance.c132 nir_foreach_block_unstructured(block, impl) { in calc_dom_children()
137 nir_foreach_block_unstructured(block, impl) { in calc_dom_children()
143 nir_foreach_block_unstructured(block, impl) { in calc_dom_children()
172 nir_foreach_block_unstructured(block, impl) { in nir_calc_dominance_impl()
179 nir_foreach_block_unstructured(block, impl) { in nir_calc_dominance_impl()
185 nir_foreach_block_unstructured(block, impl) { in nir_calc_dominance_impl()
282 nir_foreach_block_unstructured(block, impl) { in nir_dump_dom_tree_impl()
301 nir_foreach_block_unstructured(block, impl) { in nir_dump_dom_frontier_impl()
324 nir_foreach_block_unstructured(block, impl) { in nir_dump_cfg_impl()
Dnir_repair_ssa.c156 nir_foreach_block_unstructured(block, impl) { in nir_repair_ssa_impl()
Dnir_lower_reg_intrinsics_to_ssa.c147 nir_foreach_block_unstructured(block, impl) { in nir_lower_reg_intrinsics_to_ssa_impl()
Dnir_gather_types.c106 nir_foreach_block_unstructured(block, impl) { in nir_gather_types()
Dnir_phi_builder.c102 nir_foreach_block_unstructured(block, impl) { in nir_phi_builder_create()
Dnir_lower_goto_ifs.c926 nir_foreach_block_unstructured(block, impl) in nir_lower_goto_ifs_impl()
Dnir_deref.c912 nir_foreach_block_unstructured(block, impl) { in nir_rematerialize_derefs_in_use_blocks_impl()
Dnir.c2019 nir_foreach_block_unstructured(block, impl) { in nir_index_blocks()
2049 nir_foreach_block_unstructured(block, impl) { in nir_index_ssa_defs()
Dnir.h5144 #define nir_foreach_block_unstructured(block, impl) \ macro
/external/mesa3d/src/
D.clang-format159 - nir_foreach_block_unstructured
/external/mesa3d/src/imagination/
D.clang-format224 'nir_foreach_block_unstructured',
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_cf.c387 nir_foreach_block_unstructured(block, impl) { in recompute_phi_divergence_impl()
/external/mesa3d/src/imagination/rogue/
Drogue_compile.c773 nir_foreach_block_unstructured (block, entry) { in rogue_nir_to_rogue()
/external/mesa3d/docs/relnotes/
D20.3.0.rst2607 - nir: Add and use nir_foreach_block_unstructured helpers