Home
last modified time | relevance | path

Searched refs:IsCommutative (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h139 bool IsCommutative(const NodeDef& node);
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp34 bool IsCommutative; member
301 return InstArithmeticAttributes[getOp()].IsCommutative; in isCommutative()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h3304 if (!IsCommutative()) return false; in AreOperandsBetterSwitched()
3352 virtual bool IsCommutative() const { return false; } in IsCommutative() function
4150 bool IsCommutative() const override { in IsCommutative() function
4274 bool IsCommutative() const override { return !representation().IsTagged(); } in IsCommutative() function
4383 bool IsCommutative() const override { return true; } in IsCommutative() function
4412 bool IsCommutative() const override { return true; } in IsCommutative() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc390 if (IsCommutative(node1)) { in SameNode()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1903 (hinstr->IsCommutative() && hleft->IsConstant() && in CanTransformToShiftedOp()
1924 } else if (hinstr->IsCommutative() && in CanTransformToShiftedOp()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29441 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) { in isHorizontalBinOp() argument
29542 !(IsCommutative && LIdx == Index + 1 && RIdx == Index)) in isHorizontalBinOp()