Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1730 std::vector<std::vector<Temp>> phi_ressources; in register_allocation() local
1755 temp_to_phi_ressources[op.tempId()] = phi_ressources.size(); in register_allocation()
1758 phi_ressources.emplace_back(std::move(affinity_related)); in register_allocation()
1786 …if (it != temp_to_phi_ressources.end() && def.regClass() == phi_ressources[it->second][0].regClass… in register_allocation()
1787 phi_ressources[it->second][0] = def.getTemp(); in register_allocation()
1800 phi_ressources[it->second].emplace_back(op.getTemp()); in register_allocation()
1808 for (std::vector<Temp>& vec : phi_ressources) { in register_allocation()