Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp2367 std::unordered_map<unsigned, unsigned> temp_to_phi_ressources; in get_affinities() local
2428 temp_to_phi_ressources.find(def.tempId()); in get_affinities()
2429 if (it != temp_to_phi_ressources.end() && in get_affinities()
2466 temp_to_phi_ressources[op.tempId()] = it->second; in get_affinities()
2483 temp_to_phi_ressources.find(instr->definitions[0].tempId()); in get_affinities()
2486 if (it != temp_to_phi_ressources.end()) { in get_affinities()
2500 temp_to_phi_ressources[op.tempId()] = index; in get_affinities()
2519 auto it = temp_to_phi_ressources.find(phi->definitions[0].tempId()); in get_affinities()
2521 if (it == temp_to_phi_ressources.end()) { in get_affinities()
2522 temp_to_phi_ressources[ph in get_affinities()
[all...]

Completed in 5 milliseconds