Searched refs:CanBeBetterLeftOperand (Results 1 – 3 of 3) sorted by relevance
211 bool CanBeBetterLeftOperand(Node* node) const { in CanBeBetterLeftOperand() function in v8::internal::compiler::X64OperandGenerator447 g.CanBeBetterLeftOperand(right) && in VisitBinop()448 (!g.CanBeBetterLeftOperand(left) || in VisitBinop()929 if (g.CanBeBetterLeftOperand(right)) { in VisitMul()1574 if (commutative && g.CanBeBetterLeftOperand(right)) { in VisitCompare()
178 bool CanBeBetterLeftOperand(Node* node) const { in CanBeBetterLeftOperand() function in v8::internal::compiler::IA32OperandGenerator470 g.CanBeBetterLeftOperand(right) && in VisitBinop()471 (!g.CanBeBetterLeftOperand(left) || in VisitBinop()890 if (g.CanBeBetterLeftOperand(right)) { in VisitInt32Mul()1115 if (commutative && g.CanBeBetterLeftOperand(right)) { in VisitCompare()
235 bool CanBeBetterLeftOperand(Node* node) const { in CanBeBetterLeftOperand() function in v8::internal::compiler::S390OperandGenerator636 (g.CanBeBetterLeftOperand(right))) { in VisitBinOp()