Searched refs:var_from_reg (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_dead_code_eliminate.cpp91 const unsigned var = live_intervals->var_from_reg(inst->dst);
111 int var = live_intervals->var_from_reg(inst->dst);
128 int var = live_intervals->var_from_reg(inst->src[i]);
H A Dbrw_vec4_live_variables.h88 var_from_reg(const simple_allocator &alloc, const src_reg &reg, function in namespace:brw
102 var_from_reg(const simple_allocator &alloc, const dst_reg &reg, function in namespace:brw
H A Dbrw_vec4_dead_code_eliminate.cpp63 const unsigned v = var_from_reg(alloc, inst->dst, c, i);
146 const unsigned v = var_from_reg(alloc, inst->dst, c, i);
167 const unsigned v = var_from_reg(alloc, inst->src[i], c, j);
H A Dbrw_fs_live_variables.h84 int var_from_reg(const fs_reg &reg) const function in class:brw::fs_live_variables
H A Dbrw_vec4_live_variables.cpp81 const unsigned v = var_from_reg(alloc, inst->src[i], c, j);
104 const unsigned v = var_from_reg(alloc, inst->dst, c, i);
260 const unsigned v = var_from_reg(alloc, inst->src[i], c, j);
272 const unsigned v = var_from_reg(alloc, inst->dst, c, i);
H A Dbrw_fs_saturate_propagation.cpp62 int src_var = v->live_intervals->var_from_reg(inst->src[0]);
H A Dbrw_fs_live_variables.cpp59 int var = var_from_reg(reg);
77 int var = var_from_reg(reg);
H A Dbrw_vec4_cse.cpp291 if (var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {
H A Dbrw_fs_copy_propagation.cpp211 live->var_from_reg(byte_offset(acp[i]->dst, off))))
H A Dbrw_vec4.cpp1296 if (var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_dead_code_eliminate.cpp93 const unsigned var = live_vars.var_from_reg(inst->dst);
114 const unsigned var = live_vars.var_from_reg(inst->dst);
131 int var = live_vars.var_from_reg(inst->src[i]);
H A Dbrw_vec4_live_variables.h114 var_from_reg(const simple_allocator &alloc, const src_reg &reg, function in namespace:brw
128 var_from_reg(const simple_allocator &alloc, const dst_reg &reg, function in namespace:brw
H A Dbrw_vec4_dead_code_eliminate.cpp62 const unsigned v = var_from_reg(alloc, inst->dst, c, i);
145 const unsigned v = var_from_reg(alloc, inst->dst, c, i);
166 const unsigned v = var_from_reg(alloc, inst->src[i], c, j);
H A Dbrw_fs_live_variables.h95 int var_from_reg(const fs_reg &reg) const function in class:brw::fs_live_variables
H A Dbrw_vec4_live_variables.cpp83 const unsigned v = var_from_reg(alloc, inst->src[i], c, j);
106 const unsigned v = var_from_reg(alloc, inst->dst, c, i);
283 var_from_reg(alloc, inst->src[i], c),
290 var_from_reg(alloc, inst->dst, c),
H A Dbrw_fs_live_variables.cpp59 int var = var_from_reg(reg);
77 int var = var_from_reg(reg);
330 const unsigned var = live->var_from_reg(reg);
H A Dbrw_fs_saturate_propagation.cpp64 int src_var = live.var_from_reg(inst->src[0]);
H A Dbrw_vec4_cse.cpp291 if (live.var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {
H A Dbrw_fs_copy_propagation.cpp270 live.var_from_reg(byte_offset(acp[i]->dst, off))))
H A Dbrw_vec4.cpp1279 if (live.var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip)

Completed in 18 milliseconds