Searched refs:new_tmp (Results 1 – 3 of 3) sorted by relevance
109 static int radeon_cs_do_space_check(struct radeon_cs_int *cs, struct radeon_cs_space_check *new_tmp) in radeon_cs_do_space_check() argument119 if (cs->bo_count == 0 && !new_tmp) in radeon_cs_do_space_check()131 if (new_tmp) { in radeon_cs_do_space_check()132 ret = radeon_cs_setup_bo(new_tmp, &sizes); in radeon_cs_do_space_check()159 if (new_tmp) in radeon_cs_do_space_check()160 new_tmp->bo->space_accounted = new_tmp->new_accounted; in radeon_cs_do_space_check()
149 Temp new_tmp = ctx.program->allocateTmp(phi->definitions[0].regClass()); in collect_phi_info() local151 ctx.logical_phi_info[preds[i]].emplace_back(Definition(new_tmp), op); in collect_phi_info()153 ctx.linear_phi_info[preds[i]].emplace_back(Definition(new_tmp), op); in collect_phi_info()154 phi->operands[i] = Operand(new_tmp); in collect_phi_info()
1115 Temp new_tmp = ctx.program->allocateTmp(op.regClass()); in process_block() local1116 ctx.renames[block_idx][op.getTemp()] = new_tmp; in process_block()1117 reloads[new_tmp] = std::make_pair(op.getTemp(), current_spills[op.getTemp()]); in process_block()1119 op.setTemp(new_tmp); in process_block()1120 spilled_registers -= new_tmp; in process_block()