Home
last modified time | relevance | path

Searched refs:nir_dest_for_reg (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c608 nir_instr_rewrite_dest(state->instr, dest, nir_dest_for_reg(reg)); in rewrite_ssa_def()
648 mov->dest.dest = nir_dest_for_reg(dest_src.reg.reg); in emit_copy()
1070 *dest = nir_dest_for_reg(reg); in dest_replace_ssa_with_reg()
1128 mov->dest.dest = nir_dest_for_reg(reg); in nir_lower_ssa_defs_to_regs_block()
Dnir_lower_vec_to_movs.c263 nir_dest_for_reg(reg)); in nir_lower_vec_to_movs_instr()
Dnir_builder.h1365 mov->dest.dest = nir_dest_for_reg(reg); in nir_store_reg()
Dnir.h1060 nir_dest_for_reg(nir_register *reg) in nir_dest_for_reg() function
/third_party/mesa3d/src/compiler/nir/tests/
Dnegative_equal_tests.cpp310 nir_instr_rewrite_dest(&instr->instr, &instr->dest.dest, nir_dest_for_reg(reg)); in TEST_F()