Home
last modified time | relevance | path

Searched refs:nir_block_get_following_if (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_liveness.c183 nir_if *following_if = nir_block_get_following_if(block); in nir_live_ssa_defs_impl()
294 nir_if *following_if = nir_block_get_following_if(start->block); in search_for_use_after_instr()
Dnir_opt_move.c72 const nir_if *iff = nir_block_get_following_if(block); in nir_opt_move_block()
Dnir_opt_dead_cf.c288 nir_if *following_if = nir_block_get_following_if(block); in dead_cf_block()
Dnir_lower_regs_to_ssa.c269 nir_if *following_if = nir_block_get_following_if(block); in nir_lower_regs_to_ssa_impl()
Dnir_opt_loop_unroll.c771 nir_if *nif = nir_block_get_following_if(nir_loop_first_block(new_loop)); in partial_unroll()
Dnir_lower_shader_calls.c581 nir_if *following_if = nir_block_get_following_if(block); in spill_ssa_defs_and_lower_shader_calls()
Dnir_opt_if.c1526 nir_if *next_if = nir_block_get_following_if(next_blk); in opt_if_merge()
Dnir_deref.c855 nir_if *following_if = nir_block_get_following_if(block); in nir_rematerialize_derefs_in_use_blocks_impl()
Dnir.c2072 nir_block_get_following_if(nir_block *block) in nir_block_get_following_if() function
Dnir.h4292 nir_if *nir_block_get_following_if(nir_block *block);
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c255 nir_if *following_if = nir_block_get_following_if(block); in analyze_boolean_resolves_block()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c209 nir_if *nif = nir_block_get_following_if(block); in lower_tex_prefetch_func()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_liveness.c189 nir_if *following_if = nir_block_get_following_if(block); in etna_live_defs()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_tess.c79 nir_if *following_if = nir_block_get_following_if(block); in prune_patch_function_to_intrinsic_and_srcs()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2879 nir_if *nif = nir_block_get_following_if(block); in ntt_emit_block()