Home
last modified time | relevance | path

Searched refs:nir_cursor_before_instr (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_liveness.c219 case nir_cursor_before_instr: in nir_get_live_defs()
250 if (cursor.option == nir_cursor_before_instr && instr == cursor.instr) in nir_get_live_defs()
Dnir.c1025 case nir_cursor_before_instr: { in reduce_cursor()
1121 case nir_cursor_before_instr: in nir_instr_insert()
1155 case nir_cursor_before_instr: in nir_instr_move()
1319 if ((c.option == nir_cursor_before_instr || in nir_instr_free_and_dce()
2129 case nir_cursor_before_instr: in cursor_next_instr()
Dnir_lower_shader_calls.c931 case nir_cursor_before_instr: in cursor_is_after_jump()
1035 if ((b->cursor.option == nir_cursor_before_instr || in flatten_resume_if_ladder()
Dnir_control_flow.c376 case nir_cursor_before_instr: in split_block_cursor()
Dnir_from_ssa.c563 if (b->cursor.option == nir_cursor_before_instr) { in nir_rewrite_uses_to_load_reg()
Dnir.h4741 nir_cursor_before_instr, enumerator
4756 if (cursor.option == nir_cursor_before_instr || in nir_cursor_current_block()
4788 cursor.option = nir_cursor_before_instr; in nir_before_instr()