Searched refs:overwrites_reg (Results 1 - 8 of 8) sorted by relevance

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

Completed in 3616 milliseconds