Searched refs:dst_reg_index (Results 1 – 1 of 1) sorted by relevance
265 int dst_reg_index; in liveness_mark_written() local267 dst_reg_index = dst_reg->Register.Index; in liveness_mark_written()268 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in liveness_mark_written()270 if (ctx->first_write[dst_reg_index] != -1) in liveness_mark_written()271 ctx->first_write[dst_reg_index] = pos; in liveness_mark_written()360 int dst_reg_index = dst_reg->Register.Index; in unused_from() local361 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in unused_from()362 return (from >= ctx->last_read[dst_reg_index]); in unused_from()