Searched refs:dst_reg_index (Results 1 – 1 of 1) sorted by relevance
283 int dst_reg_index; in liveness_mark_written() local285 dst_reg_index = dst_reg->Register.Index; in liveness_mark_written()286 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in liveness_mark_written()288 if (ctx->first_write[dst_reg_index] != -1) in liveness_mark_written()289 ctx->first_write[dst_reg_index] = pos; in liveness_mark_written()379 int dst_reg_index = dst_reg->Register.Index; in unused_from() local380 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in unused_from()381 return (from >= ctx->last_read[dst_reg_index]); in unused_from()