Searched refs:negative_equals (Results 1 – 8 of 8) sorted by relevance
105 inst->src[1].negative_equals(scan_inst->src[1])) || in opt_cmod_propagation_local()107 inst->src[1].negative_equals(scan_inst->src[0]))) { in opt_cmod_propagation_local()109 } else if ((inst->src[0].negative_equals(scan_inst->src[0]) && in opt_cmod_propagation_local()111 (inst->src[0].negative_equals(scan_inst->src[1]) && in opt_cmod_propagation_local()
72 inst->src[1].negative_equals(scan_inst->src[1])) || in cmod_propagate_cmp_to_add()74 inst->src[1].negative_equals(scan_inst->src[0]))) { in cmod_propagate_cmp_to_add()76 } else if ((inst->src[0].negative_equals(scan_inst->src[0]) && in cmod_propagate_cmp_to_add()78 (inst->src[0].negative_equals(scan_inst->src[1]) && in cmod_propagate_cmp_to_add()
56 bool negative_equals(const backend_reg &r) const;
46 bool negative_equals(const src_reg &r) const;
44 bool negative_equals(const fs_reg &r) const;
738 backend_reg::negative_equals(const backend_reg &r) const in negative_equals() function in backend_reg
392 src_reg::negative_equals(const src_reg &r) const in negative_equals() function in brw::src_reg394 return this->backend_reg::negative_equals(r) && in negative_equals()
533 fs_reg::negative_equals(const fs_reg &r) const in negative_equals() function in fs_reg535 return (this->backend_reg::negative_equals(r) && in negative_equals()