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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h127 int *vgrf_end; member in class:brw::fs_live_variables
H A Dbrw_fs_live_variables.cpp286 vgrf_end = ralloc_array(mem_ctx, int, num_vgrfs);
289 vgrf_end[i] = -1;
317 vgrf_end[vgrf] = MAX2(vgrf_end[vgrf], end[i]);
333 live->vgrf_start[reg.nr] > ip || live->vgrf_end[reg.nr] < ip)
377 return !(vgrf_end[a] <= vgrf_start[b] ||
378 vgrf_end[b] <= vgrf_start[a]);
H A Dbrw_fs_reg_allocate.cpp514 live.vgrf_end[vgrf] <= node_start_ip))
723 live.vgrf_end[i]);
931 int live_length = live.vgrf_end[i] - live.vgrf_start[i];
H A Dbrw_fs_cse.cpp363 if (src_reg->file == VGRF && live.vgrf_end[src_reg->nr] < ip) {
H A Dbrw_fs_copy_propagation.cpp1088 live.vgrf_end[entry->dst.nr] <= block->end_ip)
H A Dbrw_schedule_instructions.cpp822 live.vgrf_end[i] >= cfg->blocks[block + 1]->start_ip) {
H A Dbrw_fs.cpp3267 if (live.vgrf_end[inst->src[0].nr] > ip)
8446 for (int ip = live.vgrf_start[reg]; ip <= live.vgrf_end[reg]; ip++)

Completed in 24 milliseconds