Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1177 auto& current_spills = ctx.spills_exit[block_idx]; in process_block() local
1188 if (!current_spills.count(op.getTemp())) { in process_block()
1205 reloads[new_tmp] = std::make_pair(op.getTemp(), current_spills[op.getTemp()]); in process_block()
1206 current_spills.erase(op.getTemp()); in process_block()
1234 !current_spills.count(pair.first)) { in process_block()
1245 for (std::pair<Temp, uint32_t> pair : current_spills) in process_block()
1250 current_spills[to_spill] = spill_id; in process_block()
1301 const auto& current_spills = ctx.spills_entry[block_idx]; in spill_block() local
1307 for (auto it = current_spills.begin(); !process && it != current_spills in spill_block()
[all...]

Completed in 3 milliseconds