Home
last modified time | relevance | path

Searched refs:var_from_reg (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_dead_code_eliminate.cpp92 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()
Dbrw_vec4_dead_code_eliminate.cpp62 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()
Dbrw_vec4_live_variables.cpp83 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()
Dbrw_vec4_live_variables.h112 var_from_reg(const simple_allocator &alloc, const src_reg &reg,
126 var_from_reg(const simple_allocator &alloc, const dst_reg &reg,
Dbrw_fs_live_variables.cpp59 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()
Dbrw_fs_live_variables.h95 int var_from_reg(const fs_reg &reg) const in var_from_reg() function
Dbrw_fs_saturate_propagation.cpp64 int src_var = live.var_from_reg(inst->src[0]); in opt_saturate_propagation_local()
Dbrw_vec4_cse.cpp291 if (live.var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) { in opt_cse_local()
Dbrw_fs_copy_propagation.cpp269 live.var_from_reg(byte_offset(acp[i]->dst, off)))) in setup_initial_values()
Dbrw_vec4.cpp1276 if (live.var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip) in opt_register_coalesce()