Home
last modified time | relevance | path

Searched refs:dest_insert_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp236 const int dest_insert_idx = add_to_clause ? cursor.insert_idx_clause : cursor.insert_idx; local
249 const RegisterDemand temp2 = get_temp_registers(block->instructions[dest_insert_idx - 1]);
250 const RegisterDemand new_demand = register_demand[dest_insert_idx - 1] - temp2 + temp;
255 move_element(block->instructions.begin(), cursor.source_idx, dest_insert_idx);
258 move_element(register_demand, cursor.source_idx, dest_insert_idx);
259 for (int i = cursor.source_idx; i < dest_insert_idx - 1; i++)
261 register_demand[dest_insert_idx - 1] = new_demand;

Completed in 2 milliseconds