Home
last modified time | relevance | path

Searched refs:overwrites_reg (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_copy_propagation.cpp104 if (inst->overwrites_reg(entry->dst) || in opt_copy_propagate_local()
105 inst->overwrites_reg(entry->src)) { in opt_copy_propagate_local()
Dbrw_fs_cse.cpp157 if (inst->overwrites_reg(entry->generator->src[i])) { in opt_cse_local()
Dbrw_fs.cpp171 fs_inst::overwrites_reg(const fs_reg &reg) in overwrites_reg() function in fs_inst
1403 scan_inst->overwrites_reg(inst->dst)) { in propagate_constants()
1603 if (scan_inst->overwrites_reg(inst->dst) || in register_coalesce()
1604 scan_inst->overwrites_reg(inst->src[0])) { in register_coalesce()
Dbrw_fs.h153 bool overwrites_reg(const fs_reg &reg);