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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1452 unsigned next_def_align = util_next_power_of_two(copy.bytes + 1); local in function:aco::try_coalesce_copies
1453 unsigned next_op_align = next_def_align;
1455 next_def_align = MIN2(next_def_align, 4);
1459 if (copy.bytes >= 8 || copy.def.physReg().reg_b % next_def_align ||

Completed in 5 milliseconds