Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.h3309 if (!IsCommutative()) return false; in AreOperandsBetterSwitched()
3357 virtual bool IsCommutative() const { return false; } in IsCommutative() function
4155 bool IsCommutative() const override { in IsCommutative() function
4279 bool IsCommutative() const override { return !representation().IsTagged(); } in IsCommutative() function
4388 bool IsCommutative() const override { return true; } in IsCommutative() function
4417 bool IsCommutative() const override { return true; } in IsCommutative() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1903 (hinstr->IsCommutative() && hleft->IsConstant() && in CanTransformToShiftedOp()
1924 } else if (hinstr->IsCommutative() && in CanTransformToShiftedOp()