Searched refs:max_used_sgpr (Results 1 – 1 of 1) sorted by relevance
76 unsigned max_used_sgpr = 0; member545 ctx.max_used_sgpr = std::max(ctx.max_used_sgpr, std::min(hi, max_addressible_sgpr)); in adjust_max_used_regs()637 if (current_reg == ctx.max_used_sgpr + 1 || current_reg == 256 + ctx.max_used_vgpr + 1) in get_reg_simple()1481 int reg = ctx.max_used_sgpr; in handle_pseudo()1485 reg = ctx.max_used_sgpr + 1; in handle_pseudo()1991 for (unsigned i = 0; i <= ctx.max_used_sgpr; i++) in register_allocation()2483 program->config->num_sgprs = align(ctx.max_used_sgpr + 1 + get_extra_sgprs(program), 8); in register_allocation()