Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.cpp285 vgrf_start = ralloc_array(mem_ctx, int, num_vgrfs); in fs_live_variables()
288 vgrf_start[i] = MAX_INSTRUCTION; in fs_live_variables()
316 vgrf_start[vgrf] = MIN2(vgrf_start[vgrf], start[i]); in fs_live_variables()
333 live->vgrf_start[reg.nr] > ip || live->vgrf_end[reg.nr] < ip) in check_register_live_range()
377 return !(vgrf_end[a] <= vgrf_start[b] || in vgrfs_interfere()
378 vgrf_end[b] <= vgrf_start[a]); in vgrfs_interfere()
Dbrw_fs_live_variables.h126 int *vgrf_start; variable
Dbrw_fs_reg_allocate.cpp631 if (!(node_end_ip <= live.vgrf_start[vgrf] || in setup_live_interference()
855 live.vgrf_start[i], in build_interference_graph()
1047 int live_length = live.vgrf_end[i] - live.vgrf_start[i]; in set_spill_costs()
Dbrw_fs_copy_propagation.cpp1045 if (block->start_ip <= live.vgrf_start[entry->dst.nr] && in opt_copy_propagation()
Dbrw_schedule_instructions.cpp770 if (live.vgrf_start[i] <= cfg->blocks[block]->end_ip && in setup_liveness()
Dbrw_fs.cpp7558 for (int ip = live.vgrf_start[reg]; ip <= live.vgrf_end[reg]; ip++) in register_pressure()