Searched refs:following_if (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_dce.c113 nir_if *following_if = nir_block_get_following_if(block); local in function:init_block
114 if (following_if) {
115 if (following_if->condition.is_ssa &&
116 !following_if->condition.ssa->parent_instr->pass_flags)
117 mark_and_push(worklist, following_if->condition.ssa->parent_instr);
H A Dnir_opt_dead_cf.c250 nir_if *following_if = nir_block_get_following_if(block); local in function:dead_cf_block
251 if (following_if) {
252 if (!nir_src_is_const(following_if->condition))
255 opt_constant_if(following_if, nir_src_as_bool(following_if->condition));
H A Dnir_liveness.c200 nir_if *following_if = nir_block_get_following_if(block); local in function:nir_live_ssa_defs_impl
201 if (following_if)
202 set_src_live(&following_if->condition, block->live_in);
H A Dnir_lower_regs_to_ssa.c270 nir_if *following_if = nir_block_get_following_if(block); local in function:nir_lower_regs_to_ssa_impl
271 if (following_if)
272 rewrite_if_condition(following_if, &state);
H A Dnir_deref.c626 nir_if *following_if = nir_block_get_following_if(block); local in function:nir_rematerialize_derefs_in_use_blocks_impl
627 if (following_if)
628 assert(!nir_src_as_deref(following_if->condition));
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_analyze_boolean_resolves.c247 nir_if *following_if = nir_block_get_following_if(block); local in function:analyze_boolean_resolves_block
248 if (following_if)
249 src_mark_needs_resolve(&following_if->condition, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_analyze_boolean_resolves.c255 nir_if *following_if = nir_block_get_following_if(block); local in function:analyze_boolean_resolves_block
256 if (following_if)
257 src_mark_needs_resolve(&following_if->condition, NULL);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_liveness.c183 nir_if *following_if = nir_block_get_following_if(block); local in function:nir_live_ssa_defs_impl
184 if (following_if)
185 set_src_live(&following_if->condition, block->live_in);
294 nir_if *following_if = nir_block_get_following_if(start->block); local in function:search_for_use_after_instr
295 if (following_if && following_if->condition.is_ssa &&
296 following_if->condition.ssa == def)
H A Dnir_opt_dead_cf.c287 nir_if *following_if = nir_block_get_following_if(block); local in function:dead_cf_block
288 if (following_if) {
289 if (!nir_src_is_const(following_if->condition))
292 opt_constant_if(following_if, nir_src_as_bool(following_if->condition));
H A Dnir_lower_regs_to_ssa.c269 nir_if *following_if = nir_block_get_following_if(block); local in function:nir_lower_regs_to_ssa_impl
270 if (following_if)
271 rewrite_if_condition(following_if, &state);
H A Dnir_lower_shader_calls.c578 nir_if *following_if = nir_block_get_following_if(block); local in function:spill_ssa_defs_and_lower_shader_calls
579 if (following_if) {
581 get_phi_builder_def_for_src(&following_if->condition,
584 nir_if_rewrite_condition(following_if, nir_src_for_ssa(new_def));
H A Dnir_deref.c807 nir_if *following_if = nir_block_get_following_if(block); local in function:nir_rematerialize_derefs_in_use_blocks_impl
808 if (following_if)
809 assert(!nir_src_as_deref(following_if->condition));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_liveness.c189 nir_if *following_if = nir_block_get_following_if(block); local in function:etna_live_defs
190 if (following_if)
191 set_src_live(&following_if->condition, &state);

Completed in 13 milliseconds