Searched refs:after_bytes (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1824 int after_bytes = MAX2(target_op_end - swap_def_end, 0); local in function:aco::handle_operands
1825 int middle_bytes = target->second.bytes - before_bytes - after_bytes;
1827 if (after_bytes) {
1831 copy.bytes = after_bytes;
1833 RegClass rc = target->second.op.regClass().resize(after_bytes);

Completed in 5 milliseconds