Lines Matching defs:dst_interval
1197 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name];
1198 ra_spill_interval_init(dst_interval, dst);
1213 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name];
1218 dst_interval->cant_spill = true;
1219 ra_spill_ctx_insert(ctx, dst_interval);
1221 dst_interval->cant_spill = false;
1222 dst_interval->dst = src_interval->dst;
1260 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name];
1263 dst_interval->cant_spill = true;
1264 ra_spill_ctx_insert(ctx, dst_interval);
1266 dst_interval->cant_spill = false;
1270 dst_interval->dst.flags = src->flags;
1271 dst_interval->dst.const_num = src->num;
1273 dst_interval->dst.flags = src->flags;
1274 dst_interval->dst.uimm = src->uim_val;
1284 dst_interval->dst = temp_interval->dst;
1285 ra_spill_ctx_insert(ctx, dst_interval);