Searched refs:get_sgpr_alloc (Results 1 – 3 of 3) sorted by relevance
293 uint16_t get_sgpr_alloc(Program *program, uint16_t addressable_sgprs) in get_sgpr_alloc() function352 program->num_waves = program->physical_sgprs / get_sgpr_alloc(program, new_demand.sgpr); in update_vgpr_sgpr_demand()
1785 uint16_t get_sgpr_alloc(Program *program, uint16_t addressable_sgprs);
2481 program->config->num_sgprs = get_sgpr_alloc(program, program->sgpr_limit); in register_allocation()