Searched refs:check_dst_overlap (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.c | 753 check_dst_overlap(struct ra_ctx *ctx, struct ra_file *file, in check_dst_overlap() function 804 check_dst_overlap(ctx, file, reg, physreg, physreg + reg_size(reg))) in get_reg_specified() 865 !check_dst_overlap(ctx, file, reg, avail_start, avail_start + in try_evict_regs() 912 if (check_dst_overlap(ctx, file, reg, killed->physreg_start, in try_evict_regs() 1345 !check_dst_overlap(ctx, file, dst, candidate, candidate + size); in find_best_gap()
|
Completed in 4 milliseconds