Lines Matching refs:regClass
200 if (op.regClass().type() == RegType::vgpr && op.regClass().is_linear()) in next_uses_per_block()
410 if (op.regClass().type() == RegType::vgpr && op.regClass().is_linear()) in update_local_next_uses()
556 spill_id = ctx.allocate_spill_id(to_spill.regClass()); in init_live_in_vars()
587 ctx.spills_entry[block_idx][to_spill] = ctx.allocate_spill_id(to_spill.regClass()); in init_live_in_vars()
716 ctx.allocate_spill_id(phi->definitions[0].regClass()); in init_live_in_vars()
744 ctx.spills_entry[block_idx][to_spill] = ctx.allocate_spill_id(to_spill.regClass()); in init_live_in_vars()
790 Temp new_name = ctx.program->allocateTmp(live.first.regClass()); in add_coupling_code()
825 Temp new_name = ctx.program->allocateTmp(live.first.regClass()); in add_coupling_code()
901 uint32_t spill_id = ctx.allocate_spill_id(phi->definitions[0].regClass()); in add_coupling_code()
1013 Temp new_name = ctx.program->allocateTmp(tmp.regClass()); in add_coupling_code()
1064 Temp new_name = ctx.program->allocateTmp(pair.first.regClass()); in add_coupling_code()
1107 rename = ctx.program->allocateTmp(pair.first.regClass()); in add_coupling_code()
1199 Temp new_tmp = ctx.program->allocateTmp(op.regClass()); in process_block()
1238 uint32_t spill_id = ctx.allocate_spill_id(to_spill.regClass()); in process_block()