Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_reindex_ssa.cpp47 def.setTemp(Temp(new_id, rc)); in reindex_defs()
59 op.setTemp(Temp(new_id, op.regClass())); in reindex_ops()
Daco_optimizer.cpp559 instr->operands[index].setTemp(temp); in pseudo_propagate_temp()
989 instr->operands[i].setTemp(ctx.info[instr->operands[i].tempId()].temp); in label_instruction()
1015 instr->operands[i].setTemp(info.temp); in label_instruction()
1022 instr->operands[i].setTemp(info.temp); in label_instruction()
1039 instr->operands[i].setTemp(info.temp); in label_instruction()
1042 instr->operands[i].setTemp(info.temp); in label_instruction()
1047 instr->operands[i].setTemp(info.temp); in label_instruction()
1125 instr->operands[1].setTemp(base); in label_instruction()
1132 instr->operands[i].setTemp(base); in label_instruction()
1164 instr->operands[i].setTemp(base); in label_instruction()
[all …]
Daco_opt_value_numbering.cpp368 op.setTemp(it->second); in process_block()
438 op.setTemp(it->second); in rename_phi_operands()
Daco_spill.cpp896 spill_op.setTemp(rename_it->second); in add_coupling_code()
999 phi->operands[i].setTemp(it->second); in add_coupling_code()
1033 phi->operands[i].setTemp(new_name); in add_coupling_code()
1188 op.setTemp(rename_it->second); in process_block()
1203 op.setTemp(new_tmp); in process_block()
1352 op.setTemp(rename.second); in spill_block()
1373 op.setTemp(rename.second); in spill_block()
Daco_register_allocation.cpp783 copy.second.setTemp(ctx.program->allocateTmp(copy.second.regClass())); in update_renames()
810 op.setTemp(copy.second.getTemp()); in update_renames()
2141 op.setTemp(renamed); in handle_loop_phis()
2168 op.setTemp(read_variable(ctx, orig, preds[j])); in handle_loop_phis()
2193 op.setTemp(rename->second); in handle_loop_phis()
2228 operand.setTemp(read_variable(ctx, operand.getTemp(), block.index - 1)); in init_reg_file()
2253 operand.setTemp(read_variable(ctx, operand.getTemp(), preds[i])); in init_reg_file()
2515 operand.setTemp(read_variable(ctx, operand.getTemp(), block.index)); in register_allocation()
Daco_lower_phis.cpp333 phi->operands[i].setTemp(new_phi_src); in lower_subdword_phis()
Daco_ir.h717 constexpr void setTemp(Temp t) noexcept in setTemp() function
913 constexpr void setTemp(Temp t) noexcept { temp = t; } in setTemp() function
Daco_lower_to_hw_instr.cpp1005 op->setTemp(Temp(src.op.tempId(), op_cls)); in split_copy()
1633 other->second.def.setTemp(Temp(other->second.def.tempId(), in handle_operands()
1635 other->second.op.setTemp(Temp(other->second.op.tempId(), in handle_operands()