Searched refs:nir_foreach_src (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_analyze_boolean_resolves.c | 179 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block() 208 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block() 242 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_propagate_invariant.c | 87 nir_foreach_src(instr, add_src_cb, invariants); in propagate_invariant_instr() 94 nir_foreach_src(instr, add_src_cb, invariants); in propagate_invariant_instr()
|
D | nir_liveness.c | 213 nir_foreach_src(instr, set_src_live, block->live_in); in nir_live_ssa_defs_impl() 245 if (!nir_foreach_src(instr, src_does_not_use_def, def)) in search_for_use_after_instr()
|
D | nir_lower_regs_to_ssa.c | 109 nir_foreach_src(&alu->instr, rewrite_src, state); in rewrite_alu_instr() 257 nir_foreach_src(instr, rewrite_src, &state); in nir_lower_regs_to_ssa_impl()
|
D | nir_opt_move_comparisons.c | 158 nir_foreach_src(instr, move_comparison_source_cb, &progress); in move_comparisons()
|
D | nir_opt_dce.c | 143 nir_foreach_src(instr, mark_live_cb, worklist); in nir_opt_dce_impl()
|
D | nir_sweep.c | 69 nir_foreach_src(instr, sweep_src_indirect, nir); in sweep_block()
|
D | nir_opt_gcm.c | 261 nir_foreach_src(instr, gcm_schedule_early_src, state); in gcm_schedule_early_instr()
|
D | nir_instr_set.c | 428 !nir_foreach_src(instr, src_is_ssa, NULL)) in instr_can_rewrite()
|
D | nir.c | 1005 nir_foreach_src(instr, add_use_cb, instr); in add_defs_uses() 1090 nir_foreach_src(instr, remove_use_cb, instr); in remove_defs_uses() 1364 nir_foreach_src(nir_instr *instr, nir_foreach_src_cb cb, void *state) in nir_foreach_src() function
|
D | nir.h | 2248 bool nir_foreach_src(nir_instr *instr, nir_foreach_src_cb cb, void *state);
|