Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp841 instr->operands[i].setTemp(ctx.info[instr->operands[i].tempId()].temp); in label_instruction()
859 instr->operands[i].setTemp(info.temp); in label_instruction()
893 instr->operands[i].setTemp(info.temp); in label_instruction()
898 instr->operands[i].setTemp(info.temp); in label_instruction()
924 instr->operands[i].setTemp(info.temp); in label_instruction()
928 instr->operands[i].setTemp(info.temp); in label_instruction()
933 instr->operands[i].setTemp(info.temp); in label_instruction()
993 instr->operands[1].setTemp(base); in label_instruction()
998 instr->operands[i].setTemp(base); in label_instruction()
1023 instr->operands[i].setTemp(base); in label_instruction()
[all …]
Daco_opt_value_numbering.cpp379 op.setTemp(it->second); in process_block()
447 op.setTemp(it->second); in rename_phi_operands()
Daco_spill.cpp945 phi->operands[i].setTemp(it->second); in add_coupling_code()
969 phi->operands[i].setTemp(new_name); in add_coupling_code()
1108 op.setTemp(ctx.renames[block_idx][op.getTemp()]); in process_block()
1119 op.setTemp(new_tmp); in process_block()
1276 op.setTemp(rename.second); in spill_block()
1299 op.setTemp(rename.second); in spill_block()
Daco_register_allocation.cpp565 copy.first.setTemp(other.first.getTemp()); in update_renames()
570 copy.second.setTemp(ctx.program->allocateTmp(copy.second.regClass())); in update_renames()
597 op.setTemp(copy.second.getTemp()); in update_renames()
1701 op.setTemp(same); in try_remove_trivial_phi()
2043 operand.setTemp(read_variable(ctx, operand.getTemp(), block.index)); in register_allocation()
2419 … phi->operands[i].setTemp(read_variable(ctx, phi->operands[i].getTemp(), preds[i])); in register_allocation()
2434 operand.setTemp(read_variable(ctx, operand.getTemp(), preds[i])); in register_allocation()
Daco_lower_phis.cpp273 phi->operands[i].setTemp(new_phi_src); in lower_subdword_phis()
Daco_ir.h561 constexpr void setTemp(Temp t) noexcept { in setTemp() function
813 constexpr void setTemp(Temp t) noexcept { in setTemp() function
Daco_lower_to_hw_instr.cpp967 op->setTemp(Temp(src.op.tempId(), op_cls)); in split_copy()
1476 …other->second.def.setTemp(Temp(other->second.def.tempId(), RegClass::get(RegType::vgpr, other->sec… in handle_operands()
1477 …other->second.op.setTemp(Temp(other->second.op.tempId(), RegClass::get(RegType::vgpr, other->secon… in handle_operands()