Searched refs:temp_writes (Results 1 – 1 of 1) sorted by relevance
72 uint32_t *temp_writes; member433 state->temp_writes[inst->dst.index] == 1) in get_register_pressure_cost()682 state->temp_writes[inst->dst.index]--; in schedule_instructions()683 if (state->temp_writes[inst->dst.index] == 0) in schedule_instructions()698 state.temp_writes = rzalloc_array(mem_ctx, uint32_t, c->num_temps); in qir_schedule_instructions_block()712 state.temp_writes[inst->dst.index]++; in qir_schedule_instructions_block()