Searched refs:setTemp (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_reindex_ssa.cpp | 47 def.setTemp(Temp(new_id, rc)); in reindex_defs() 59 op.setTemp(Temp(new_id, op.regClass())); in reindex_ops()
|
D | aco_optimizer.cpp | 559 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 …]
|
D | aco_opt_value_numbering.cpp | 368 op.setTemp(it->second); in process_block() 438 op.setTemp(it->second); in rename_phi_operands()
|
D | aco_spill.cpp | 896 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()
|
D | aco_register_allocation.cpp | 783 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()
|
D | aco_lower_phis.cpp | 333 phi->operands[i].setTemp(new_phi_src); in lower_subdword_phis()
|
D | aco_ir.h | 717 constexpr void setTemp(Temp t) noexcept in setTemp() function 913 constexpr void setTemp(Temp t) noexcept { temp = t; } in setTemp() function
|
D | aco_lower_to_hw_instr.cpp | 1005 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()
|