Home
last modified time | relevance | path

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

/third_party/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
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2442 std::vector<std::bitset<128>> sgpr_live_in(program->blocks.size()); in register_allocation() local
2459 sgpr_live_in[block.index][i] = register_file[PhysReg{i}]; in register_allocation()
2460 sgpr_live_in[block.index][127] = register_file[scc]; in register_allocation()
2855 std::bitset<128> regs = sgpr_live_in[block.index]; in register_allocation()