Home
last modified time | relevance | path

Searched refs:src_interval (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_spill.c1121 struct ra_spill_interval *src_interval = ctx->intervals[src->def->name]; in handle_pcopy() local
1123 if (src_interval->interval.inserted) { in handle_pcopy()
1126 ra_spill_ctx_remove(ctx, src_interval); in handle_pcopy()
1131 dst_interval->dst = src_interval->dst; in handle_pcopy()
1145 struct ra_spill_interval *src_interval = in handle_pcopy() local
1147 temp_interval->dst = src_interval->dst; in handle_pcopy()
Dir3_ra.c1155 struct ra_interval *src_interval = &ctx->intervals[src->def->name]; in get_reg() local
1156 physreg_t src_physreg = ra_interval_get_physreg(src_interval); in get_reg()
1392 struct ra_interval *src_interval = &ctx->intervals[src->def->name]; in handle_split() local
1394 physreg_t physreg = ra_interval_get_physreg(src_interval); in handle_split()