Lines Matching refs:regClass
205 if (op.regClass().type() == RegType::vgpr && op.regClass().is_linear()) in next_uses_per_block()
415 if (op.regClass().type() == RegType::vgpr && op.regClass().is_linear()) in update_local_next_uses()
561 spill_id = ctx.allocate_spill_id(to_spill.regClass()); in init_live_in_vars()
592 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()
746 ctx.spills_entry[block_idx][to_spill] = ctx.allocate_spill_id(to_spill.regClass()); in init_live_in_vars()
792 Temp new_name = ctx.program->allocateTmp(live.first.regClass()); in add_coupling_code()
827 Temp new_name = ctx.program->allocateTmp(live.first.regClass()); in add_coupling_code()
903 uint32_t spill_id = ctx.allocate_spill_id(phi->definitions[0].regClass()); in add_coupling_code()
1017 Temp new_name = ctx.program->allocateTmp(tmp.regClass()); in add_coupling_code()
1068 Temp new_name = ctx.program->allocateTmp(pair.first.regClass()); in add_coupling_code()
1111 rename = ctx.program->allocateTmp(pair.first.regClass()); in add_coupling_code()
1203 Temp new_tmp = ctx.program->allocateTmp(op.regClass()); in process_block()
1242 uint32_t spill_id = ctx.allocate_spill_id(to_spill.regClass()); in process_block()