Lines Matching defs:end
270 mesa_log_stream_printf(stream, "reg %u end %u\n", interval->reg->name,
323 /* Map of defining ir3_register -> physreg it was allocated to at the end
634 unsigned start, end;
636 BITSET_FOREACH_RANGE (start, end, file->available, file->size) {
637 mesa_log_stream_printf(stream, "%u-%u ", start, end);
642 BITSET_FOREACH_RANGE (start, end, file->available_to_evict, file->size) {
643 mesa_log_stream_printf(stream, "%u-%u ", start, end);
755 physreg_t end)
773 if (other_end > start && end > other_start)
1086 * extend candidate_start to the end.
1145 /* Killed sources are different because they go at the end and can
1166 * well-packed, we should try to skip registers at the end.
1644 * the end.
1776 /* Parallel copies before RA should only be at the end of the block, for
2016 /* When we split a live range, we sometimes need to emit fixup code at the end
2029 * to insert another copy "a = a'" at the end of the if. Normally this would
2032 * in a phi node at the end of the if and share registers with "a", so we
2630 /* Strip array-ness and SSA-ness at the end, because various helpers still