Home
last modified time | relevance | path

Searched refs:other_interval (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c768 struct ra_interval *other_interval = &ctx->intervals[other_dst->name]; in check_dst_overlap() local
769 assert(!other_interval->interval.parent); in check_dst_overlap()
770 physreg_t other_start = other_interval->physreg_start; in check_dst_overlap()
771 physreg_t other_end = other_interval->physreg_end; in check_dst_overlap()
1084 struct ra_interval *other_interval = &ctx->intervals[other_dst->name]; in compress_regs_left() local
1088 if (other_interval->physreg_start < candidate_start) { in compress_regs_left()
1090 other_interval->physreg_end); in compress_regs_left()
1108 other_interval->interval.reg->name, in compress_regs_left()
1109 other_interval->physreg_start); in compress_regs_left()
1115 if (other_interval in compress_regs_left()
[all...]

Completed in 3 milliseconds