Home
last modified time | relevance | path

Searched refs:sgpr_live_in (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/docs/relnotes/
D19.3.3.rst181 - aco: fix off-by-one error when initializing sgpr_live_in
D20.0.0.rst2860 - aco: fix off-by-one error when initializing sgpr_live_in
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1816 std::vector<std::bitset<128>> sgpr_live_in(program->blocks.size()); in register_allocation() local
1992 sgpr_live_in[block.index][i] = register_file[i]; in register_allocation()
1993 sgpr_live_in[block.index][127] = register_file[scc.reg()]; in register_allocation()
2459 std::bitset<128> regs = sgpr_live_in[block.index]; in register_allocation()