/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2654 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument 2655 : op_(op), can_deopt_(can_deopt) { in LShiftI() 2663 bool can_deopt() const { return can_deopt_; } in can_deopt() function 2675 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftS() argument 2676 : op_(op), can_deopt_(can_deopt) { in LShiftS() 2684 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-arm64.cc | 2202 bool can_deopt = false; in DoShift() local 2204 can_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift() 2209 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt)); in DoShift() 2212 result = DefineAsRegister(new (zone()) LShiftS(op, left, right, can_deopt)); in DoShift() 2215 return can_deopt ? AssignEnvironment(result) : result; in DoShift()
|
D | lithium-codegen-arm64.cc | 4606 if (instr->can_deopt()) { in DoShiftI() 4618 if ((instr->op() == Token::SHR) && instr->can_deopt()) { in DoShiftI() 4669 if (instr->can_deopt()) { in DoShiftS() 4681 if ((instr->op() == Token::SHR) && instr->can_deopt()) { in DoShiftS()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1219 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument 1220 : op_(op), can_deopt_(can_deopt) { in LShiftI() 1231 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-codegen-ia32.cc | 1534 if (instr->can_deopt()) { in DoShiftI() 1551 if (shift_count == 0 && instr->can_deopt()) { in DoShiftI() 1566 } else if (instr->can_deopt()) { in DoShiftI() 1574 instr->can_deopt()) { in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1231 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument 1232 : op_(op), can_deopt_(can_deopt) { in LShiftI() 1243 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-codegen-x87.cc | 1835 if (instr->can_deopt()) { in DoShiftI() 1852 if (shift_count == 0 && instr->can_deopt()) { in DoShiftI() 1867 } else if (instr->can_deopt()) { in DoShiftI() 1875 instr->can_deopt()) { in DoShiftI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1211 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument 1212 : op_(op), can_deopt_(can_deopt) { in LShiftI() 1220 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-codegen-mips.cc | 1523 if (instr->can_deopt()) { in DoShiftI() 1558 if (instr->can_deopt()) { in DoShiftI() 1569 instr->can_deopt()) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1214 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument 1215 : op_(op), can_deopt_(can_deopt) { in LShiftI() 1223 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-codegen-x64.cc | 1537 if (instr->can_deopt()) { in DoShiftI() 1566 } else if (instr->can_deopt()) { in DoShiftI() 1578 if (instr->can_deopt()) { in DoShiftI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1233 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument 1234 : op_(op), can_deopt_(can_deopt) { in LShiftI() 1242 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-codegen-arm.cc | 1650 if (instr->can_deopt()) { in DoShiftI() 1687 if (instr->can_deopt()) { in DoShiftI() 1697 instr->can_deopt()) { in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1229 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument 1230 : op_(op), can_deopt_(can_deopt) { in LShiftI() 1238 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-codegen-mips64.cc | 1615 if (instr->can_deopt()) { in DoShiftI() 1653 if (instr->can_deopt()) { in DoShiftI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1188 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument 1189 : op_(op), can_deopt_(can_deopt) { in LShiftI() 1197 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-codegen-ppc.cc | 1628 if (instr->can_deopt()) { in DoShiftI() 1671 if (instr->can_deopt()) { in DoShiftI() 1685 instr->can_deopt()) { in DoShiftI()
|