Searched refs:sgpr_live_in (Results 1 – 3 of 3) sorted by relevance
181 - aco: fix off-by-one error when initializing sgpr_live_in
2860 - aco: fix off-by-one error when initializing sgpr_live_in
2442 std::vector<std::bitset<128>> sgpr_live_in(program->blocks.size()); in register_allocation() local2459 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()