Searched refs:nextuse (Results 1 – 2 of 2) sorted by relevance
56 c->pass2_grf[reg].nextuse = 0; in prealloc_reg()79 c->pass2_grf[j].nextuse = BRW_WM_MAX_INSN; in init_registers()140 if (grf->nextuse < thisinsn) { in update_register_usage()148 grf->nextuse = BRW_WM_MAX_INSN; in update_register_usage()156 grf->nextuse = ref->insn; in update_register_usage()179 value->resident->nextuse = BRW_WM_MAX_INSN; in spill_value()207 if (grf[i+j].nextuse < group_nextuse) in search_contiguous_regs()208 group_nextuse = grf[i+j].nextuse; in search_contiguous_regs()246 assert(c->pass2_grf[reg+i].nextuse != thisinsn); in alloc_contiguous_dest()249 c->pass2_grf[reg+i].nextuse = thisinsn; in alloc_contiguous_dest()[all …]
113 GLuint nextuse; member