Lines Matching defs:cur_reg
1218 struct ir3_register *cur_reg =
1223 if (process_dst && !is_early_clobber(cur_reg)) {
1238 if (!(cur_reg->flags & IR3_REG_HALF))
1241 d("pushing reg %u physreg %u\n", cur_reg->name, physreg);
1243 unsigned interval_size = reg_size(cur_reg);
1245 reg_file_size(file, cur_reg)) {
1247 cur_reg->name);
1253 if (cur_reg == reg) {
1256 struct ra_interval *interval = &ctx->intervals[cur_reg->name];
1268 if (process_dst && !is_early_clobber(cur_reg)) {