Lines Matching refs:physreg_end

289    physreg_t physreg_start, physreg_end;
425 else if (interval->physreg_end <= reg)
447 } else if (interval->physreg_end > reg) {
490 /* We can assume in this case that physreg_start/physreg_end is already
493 for (physreg_t i = interval->physreg_start; i < interval->physreg_end; i++) {
508 for (physreg_t i = interval->physreg_start; i < interval->physreg_end; i++) {
526 child->physreg_end =
552 assert(interval->physreg_start < interval->physreg_end);
553 assert(interval->physreg_end <= file->size);
555 assert(interval->physreg_end <= RA_HALF_SIZE);
571 for (physreg_t i = interval->physreg_start; i < interval->physreg_end; i++) {
583 for (physreg_t i = interval->physreg_start; i < interval->physreg_end; i++) {
708 .size = interval->physreg_end - interval->physreg_start,
719 interval->physreg_end = dst + removed->size;
721 assert(interval->physreg_end <= file->size);
723 assert(interval->physreg_end <= RA_HALF_SIZE);
771 physreg_t other_end = other_interval->physreg_end;
863 conflicting->physreg_end - conflicting->physreg_start;
868 i < conflicting->physreg_end - conflicting->physreg_start; i++)
871 conflicting->physreg_end - conflicting->physreg_start;
889 if (killed->physreg_end - killed->physreg_start !=
890 conflicting->physreg_end - conflicting->physreg_start)
893 if (killed->physreg_end > conflicting_file_size ||
894 conflicting->physreg_end > reg_file_size(file, killed->interval.reg))
902 for (unsigned i = killed->physreg_start; i < killed->physreg_end; i++) {
913 killed->physreg_end))
923 for (unsigned i = killed->physreg_start; i < killed->physreg_end; i++) {
929 eviction_count += (killed->physreg_end - killed->physreg_start) * 2;
1073 physreg_t candidate_start = interval->physreg_end;
1090 other_interval->physreg_end);
1148 unsigned interval_size = interval->physreg_end - interval->physreg_start;
1258 interval->physreg_end = physreg + interval_size;
1293 dst_interval->physreg_end = dst_interval->physreg_start + dst_size;
1504 interval->physreg_end = physreg + reg_size(dst);
1945 interval->physreg_end = physreg + reg_size(def);