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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h126 int *vgrf_start; member in class:brw::fs_live_variables
H A Dbrw_fs_live_variables.cpp285 vgrf_start = ralloc_array(mem_ctx, int, num_vgrfs);
288 vgrf_start[i] = MAX_INSTRUCTION;
316 vgrf_start[vgrf] = MIN2(vgrf_start[vgrf], start[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.cpp513 if (!(node_end_ip <= live.vgrf_start[vgrf] ||
722 live.vgrf_start[i],
931 int live_length = live.vgrf_end[i] - live.vgrf_start[i];
H A Dbrw_fs_copy_propagation.cpp1087 if (block->start_ip <= live.vgrf_start[entry->dst.nr] &&
H A Dbrw_schedule_instructions.cpp821 if (live.vgrf_start[i] <= cfg->blocks[block]->end_ip &&
H A Dbrw_fs.cpp8446 for (int ip = live.vgrf_start[reg]; ip <= live.vgrf_end[reg]; ip++)

Completed in 23 milliseconds