Searched refs:nir_instr_prev (Results 1 – 5 of 5) sorted by relevance
357 nir_instr *prev = nir_instr_prev(instr); in instr_remove_cursor()
269 last_instr = nir_instr_prev(last_instr); in get_parallel_copy_at_end_of_block()
926 nir_instr *prev_instr = nir_instr_prev(cursor.instr); in reduce_cursor()1615 end = nir_instr_prev(end); in is_instr_between()
705 nir_instr_prev(instr)->type == nir_instr_type_phi); in validate_block()
459 nir_instr_prev(nir_instr *instr) in nir_instr_prev() function