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

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

Completed in 7 milliseconds