Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1551 unsigned next_def_align = util_next_power_of_two(copy.bytes + 1); in try_coalesce_copies() local
1552 unsigned next_op_align = next_def_align; in try_coalesce_copies()
1554 next_def_align = MIN2(next_def_align, 4); in try_coalesce_copies()
1558 if (copy.bytes >= 8 || copy.def.physReg().reg_b % next_def_align || in try_coalesce_copies()

Completed in 5 milliseconds