Searched refs:setTemp (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 841 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 …]
|
D | aco_opt_value_numbering.cpp | 379 op.setTemp(it->second); in process_block() 447 op.setTemp(it->second); in rename_phi_operands()
|
D | aco_spill.cpp | 945 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()
|
D | aco_register_allocation.cpp | 565 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()
|
D | aco_lower_phis.cpp | 273 phi->operands[i].setTemp(new_phi_src); in lower_subdword_phis()
|
D | aco_ir.h | 561 constexpr void setTemp(Temp t) noexcept { in setTemp() function 813 constexpr void setTemp(Temp t) noexcept { in setTemp() function
|
D | aco_lower_to_hw_instr.cpp | 967 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()
|