Searched refs:nir_move_options (Results 1 – 10 of 10) sorted by relevance
67 nir_opt_move_block(nir_block *block, nir_move_options options) in nir_opt_move_block()152 nir_opt_move(nir_shader *shader, nir_move_options options) in nir_opt_move()
40 nir_can_move_instr(nir_instr *instr, nir_move_options options) in nir_can_move_instr()201 nir_opt_sink(nir_shader *shader, nir_move_options options) in nir_opt_sink()
5529 } nir_move_options; typedef5531 bool nir_can_move_instr(nir_instr *instr, nir_move_options options);5533 bool nir_opt_sink(nir_shader *shader, nir_move_options options);5535 bool nir_opt_move(nir_shader *shader, nir_move_options options);
3243 nir_move_options move_options = in run()3244 (nir_move_options)(nir_move_const_undef | in run()
1492 nir_move_options move_all = in agx_optimize_nir()
452 nir_move_options move_all = in optimise_nir()
3816 nir_move_options move_all = in nir_to_tgsi_options()
4857 nir_move_options sink_opts = nir_move_const_undef | nir_move_copies; in radv_create_shaders()4929 nir_move_options move_opts = nir_move_const_undef | nir_move_load_ubo | in radv_create_shaders()
2203 nir_move_options sink_opts = in v3d_optimize_nir()
4549 nir_move_options move_all = in bi_optimize_nir()