Home
last modified time | relevance | path

Searched refs:def_spill_id (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_spill.cpp825 uint32_t def_spill_id = ctx.spills_entry[block_idx][phi->definitions[0].getTemp()]; in add_coupling_code() local
844 ctx.add_interference(def_spill_id, pair.second); in add_coupling_code()
850 if (spilled->second != def_spill_id) in add_coupling_code()
851 ctx.add_affinity(def_spill_id, spilled->second); in add_coupling_code()
862 ctx.add_affinity(def_spill_id, spill_id); in add_coupling_code()