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
1816 std::vector<std::bitset<128>> sgpr_live_in(program->blocks.size()); in register_allocation() local1992 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()