| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_dead_code_eliminate.cpp | 91 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 D | brw_vec4_live_variables.h | 88 var_from_reg(const simple_allocator &alloc, const src_reg ®, function in namespace:brw 102 var_from_reg(const simple_allocator &alloc, const dst_reg ®, function in namespace:brw
|
| H A D | brw_vec4_dead_code_eliminate.cpp | 63 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 D | brw_fs_live_variables.h | 84 int var_from_reg(const fs_reg ®) const function in class:brw::fs_live_variables
|
| H A D | brw_vec4_live_variables.cpp | 81 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 D | brw_fs_saturate_propagation.cpp | 62 int src_var = v->live_intervals->var_from_reg(inst->src[0]);
|
| H A D | brw_fs_live_variables.cpp | 59 int var = var_from_reg(reg); 77 int var = var_from_reg(reg);
|
| H A D | brw_vec4_cse.cpp | 291 if (var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {
|
| H A D | brw_fs_copy_propagation.cpp | 211 live->var_from_reg(byte_offset(acp[i]->dst, off))))
|
| H A D | brw_vec4.cpp | 1296 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 D | brw_fs_dead_code_eliminate.cpp | 93 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 D | brw_vec4_live_variables.h | 114 var_from_reg(const simple_allocator &alloc, const src_reg ®, function in namespace:brw 128 var_from_reg(const simple_allocator &alloc, const dst_reg ®, function in namespace:brw
|
| H A D | brw_vec4_dead_code_eliminate.cpp | 62 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 D | brw_fs_live_variables.h | 95 int var_from_reg(const fs_reg ®) const function in class:brw::fs_live_variables
|
| H A D | brw_vec4_live_variables.cpp | 83 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 D | brw_fs_live_variables.cpp | 59 int var = var_from_reg(reg); 77 int var = var_from_reg(reg); 330 const unsigned var = live->var_from_reg(reg);
|
| H A D | brw_fs_saturate_propagation.cpp | 64 int src_var = live.var_from_reg(inst->src[0]);
|
| H A D | brw_vec4_cse.cpp | 291 if (live.var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {
|
| H A D | brw_fs_copy_propagation.cpp | 270 live.var_from_reg(byte_offset(acp[i]->dst, off))))
|
| H A D | brw_vec4.cpp | 1279 if (live.var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip)
|