Home
last modified time | relevance | path

Searched refs:CanBeBetterLeftOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc211 bool CanBeBetterLeftOperand(Node* node) const { in CanBeBetterLeftOperand() function in v8::internal::compiler::X64OperandGenerator
447 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()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc178 bool CanBeBetterLeftOperand(Node* node) const { in CanBeBetterLeftOperand() function in v8::internal::compiler::IA32OperandGenerator
470 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()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc235 bool CanBeBetterLeftOperand(Node* node) const { in CanBeBetterLeftOperand() function in v8::internal::compiler::S390OperandGenerator
636 (g.CanBeBetterLeftOperand(right))) { in VisitBinOp()