Lines Matching refs:new_reg
481 struct ir3_register *new_reg =
483 *new_reg = *reg;
484 if (new_reg->instr)
485 new_reg->instr = new_instr;
488 struct ir3_register *new_reg =
490 *new_reg = *reg;
540 struct ir3_register *new_reg = reg_create(shader, 0, 0);
541 *new_reg = *reg;
542 return new_reg;
550 struct ir3_register *new_reg = ir3_src_create(instr, 0, 0);
551 *new_reg = *reg;
552 new_reg->def = last_write;
553 ir3_reg_tie(reg, new_reg);