Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp70 std::unordered_map<unsigned, Temp> orig_names; member
303 … if (ctx.orig_names.count(reg_file[i]) && ctx.orig_names[reg_file[i]].id() != reg_file[i])
304 …printf("%%%u (was %%%d) = %c[%d", reg_file[i], ctx.orig_names[reg_file[i]].id(), reg_char, i - lb);
1654 ctx.orig_names[new_val.id()] = val; in handle_live_in()
1708 auto it = ctx.orig_names.find(same.id()); in try_remove_trivial_phi()
1709 unsigned orig_var = it != ctx.orig_names.end() ? it->second.id() : same.id(); in try_remove_trivial_phi()
1957 … std::unordered_map<unsigned, Temp>::iterator orig_it = ctx.orig_names.find(pc.first.tempId()); in register_allocation()
1959 if (orig_it != ctx.orig_names.end()) in register_allocation()
1962 ctx.orig_names[pc.second.tempId()] = orig; in register_allocation()
2286 … std::unordered_map<unsigned, Temp>::iterator it = ctx.orig_names.find(pc->operands[i].tempId()); in register_allocation()
[all …]