Lines Matching refs:last_dst
201 /* NOTE: in non-ssa case, we don't really need to store last_dst
204 compile_assert(ctx, !ctx->last_dst);
205 ctx->last_dst = value;
251 if (!ctx->last_dst[i])
253 if (ctx->last_dst[i]->dsts[0]->flags & IR3_REG_SHARED) {
254 ctx->last_dst[i] = ir3_MOV(ctx->block, ctx->last_dst[i], TYPE_U32);
260 struct ir3_instruction *dst = ctx->last_dst[i];
284 if (!ctx->last_dst[i])
286 ir3_create_array_store(ctx, arr, n, ctx->last_dst[i], addr);
289 ralloc_free(ctx->last_dst);
292 ctx->last_dst = NULL;