Searched refs:IsCommutative (Results 1 – 6 of 6) sorted by relevance
139 bool IsCommutative(const NodeDef& node);
34 bool IsCommutative; member301 return InstArithmeticAttributes[getOp()].IsCommutative; in isCommutative()
3304 if (!IsCommutative()) return false; in AreOperandsBetterSwitched()3352 virtual bool IsCommutative() const { return false; } in IsCommutative() function4150 bool IsCommutative() const override { in IsCommutative() function4274 bool IsCommutative() const override { return !representation().IsTagged(); } in IsCommutative() function4383 bool IsCommutative() const override { return true; } in IsCommutative() function4412 bool IsCommutative() const override { return true; } in IsCommutative() function
390 if (IsCommutative(node1)) { in SameNode()
1903 (hinstr->IsCommutative() && hleft->IsConstant() && in CanTransformToShiftedOp()1924 } else if (hinstr->IsCommutative() && in CanTransformToShiftedOp()
29441 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) { in isHorizontalBinOp() argument29542 !(IsCommutative && LIdx == Index + 1 && RIdx == Index)) in isHorizontalBinOp()