Searched refs:var_from_reg (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_dead_code_eliminate.cpp | 92 const unsigned var = live_vars.var_from_reg(inst->dst); in dead_code_eliminate() 113 const unsigned var = live_vars.var_from_reg(inst->dst); in dead_code_eliminate() 130 int var = live_vars.var_from_reg(inst->src[i]); in dead_code_eliminate()
|
D | brw_vec4_dead_code_eliminate.cpp | 62 const unsigned v = var_from_reg(alloc, inst->dst, c, i); in dead_code_eliminate() 145 const unsigned v = var_from_reg(alloc, inst->dst, c, i); in dead_code_eliminate() 166 const unsigned v = var_from_reg(alloc, inst->src[i], c, j); in dead_code_eliminate()
|
D | brw_vec4_live_variables.cpp | 83 const unsigned v = var_from_reg(alloc, inst->src[i], c, j); in setup_def_use() 106 const unsigned v = var_from_reg(alloc, inst->dst, c, i); in setup_def_use() 281 var_from_reg(alloc, inst->src[i], c), in validate() 288 var_from_reg(alloc, inst->dst, c), in validate()
|
D | brw_vec4_live_variables.h | 112 var_from_reg(const simple_allocator &alloc, const src_reg ®, 126 var_from_reg(const simple_allocator &alloc, const dst_reg ®,
|
D | brw_fs_live_variables.cpp | 59 int var = var_from_reg(reg); in setup_one_read() 77 int var = var_from_reg(reg); in setup_one_write() 330 const unsigned var = live->var_from_reg(reg); in check_register_live_range()
|
D | brw_fs_live_variables.h | 95 int var_from_reg(const fs_reg ®) const in var_from_reg() function
|
D | brw_fs_saturate_propagation.cpp | 64 int src_var = live.var_from_reg(inst->src[0]); in opt_saturate_propagation_local()
|
D | brw_vec4_cse.cpp | 291 if (live.var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) { in opt_cse_local()
|
D | brw_fs_copy_propagation.cpp | 269 live.var_from_reg(byte_offset(acp[i]->dst, off)))) in setup_initial_values()
|
D | brw_vec4.cpp | 1276 if (live.var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip) in opt_register_coalesce()
|