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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp965 uint64_t is_used = 0; member in union:aco::copy_operation::__anon4c9cb0c2010a
1574 bool unused_lo = !it->second.is_used || (it->second.is_used == 0x0101 &&
1576 bool unused_hi = !other->second.is_used ||
1577 (other->second.is_used == 0x0101 && it->second.op.physReg() == reg_hi);
1603 if (it->first.byte() == 0 && it->second.op.physReg().byte() == 0 && !it->second.is_used &&
1631 it->second.is_used = 0;
1648 if (it->second.is_used) {
1650 /* we have to skip constants until is_used=0.
1693 if (it->second.is_used
[all...]

Completed in 5 milliseconds