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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp987 bool can_increase = def_reg.reg_b % MIN2(next, max_align) == 0 && local in function:aco::split_copy
989 if (!src.op.isConstant() && can_increase)
990 can_increase = op_reg.reg_b % MIN2(next, max_align) == 0;
991 for (unsigned i = 0; !ignore_uses && can_increase && (i < bytes); i++)
992 can_increase = (src.uses[offset + bytes + i] == 0) == (src.uses[offset] == 0);
993 if (!can_increase)

Completed in 5 milliseconds