Searched refs:temp_writes (Results 1 – 1 of 1) sorted by relevance
65 uint32_t *temp_writes; member412 state->temp_writes[inst->dst.index] == 1) in get_register_pressure_cost()666 state->temp_writes[inst->dst.index]--; in schedule_instructions()667 if (state->temp_writes[inst->dst.index] == 0) in schedule_instructions()681 state->temp_writes = rzalloc_array(state, uint32_t, c->num_temps); in qir_schedule_instructions_block()699 state->temp_writes[inst->dst.index]++; in qir_schedule_instructions_block()