Searched refs:copy_operations (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 2035 std::map<PhysReg, copy_operation> copy_operations; in lower_to_hw_instr() local 2036 copy_operations[def.physReg()] = {Operand(reg, op_rc), def, def.bytes()}; in lower_to_hw_instr() 2037 handle_operands(copy_operations, &ctx, program->gfx_level, pi); in lower_to_hw_instr() 2041 std::map<PhysReg, copy_operation> copy_operations; in lower_to_hw_instr() local 2048 copy_operations[reg] = {op, def, op.bytes()}; in lower_to_hw_instr() 2063 copy_operations[def.physReg()] = {op, def, op.bytes()}; in lower_to_hw_instr() 2066 handle_operands(copy_operations, &ctx, program->gfx_level, pi); in lower_to_hw_instr() 2070 std::map<PhysReg, copy_operation> copy_operations; in lower_to_hw_instr() local 2078 copy_operations[def.physReg()] = {op, def, def.bytes()}; in lower_to_hw_instr() 2081 handle_operands(copy_operations, &ctx, program->gfx_level, pi); in lower_to_hw_instr() [all …]
|