Lines Matching refs:INVALID_REG
360 ir3_src_create(remat, INVALID_REG, reg->instr->srcs[i]->flags);
573 if (dst->instr->opc == OPC_META_INPUT && dst->num != INVALID_REG) {
714 struct ir3_register *mov_src = ir3_src_create(mov, INVALID_REG, src->flags);
746 ir3_src_create(spill, INVALID_REG, ctx->base_reg->flags)->def = ctx->base_reg;
750 struct ir3_register *src = ir3_src_create(spill, INVALID_REG, src_flags);
751 ir3_src_create(spill, INVALID_REG, IR3_REG_IMMED)->uim_val = elems;
860 struct ir3_register *src = ir3_src_create(split, INVALID_REG, def->flags);
890 ir3_src_create(collect, INVALID_REG, parent_def->flags)->def = srcs[i];
920 ir3_src_create(reload, INVALID_REG, ctx->base_reg->flags)->def = ctx->base_reg;
922 ir3_src_create(reload, INVALID_REG, IR3_REG_IMMED);
924 ir3_src_create(reload, INVALID_REG, IR3_REG_IMMED)->uim_val = elems;
1578 struct ir3_register *src = ir3_src_create(phi, INVALID_REG, dst->flags);