Lines Matching refs:IsSmi
429 if (IsSmi(const_op)) { in EmitLoadIntegerConstant()
455 bool LCodeGen::IsSmi(LConstantOperand* op) const { in IsSmi() function in v8::internal::LCodeGen
456 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
493 if (r.IsSmi()) { in ToOperand()
1422 if (instr->hydrogen()->representation().IsSmi()) { in DoMulI()
1444 if (instr->hydrogen()->representation().IsSmi()) { in DoMulI()
1497 if (instr->hydrogen()->representation().IsSmi()) { in DoMulI()
1506 if (instr->hydrogen()->representation().IsSmi()) { in DoMulI()
1511 if (instr->hydrogen()->representation().IsSmi()) { in DoMulI()
1523 if (instr->hydrogen()->representation().IsSmi()) { in DoMulI()
1534 if (instr->hydrogen()->representation().IsSmi()) { in DoMulI()
1681 if (instr->hydrogen_value()->representation().IsSmi()) { in DoShiftI()
1684 if (instr->hydrogen_value()->representation().IsSmi() && in DoShiftI()
1718 const bool isInteger = !instr->hydrogen()->representation().IsSmi(); in DoShiftI()
1900 const bool isInteger = !(instr->hydrogen()->representation().IsSmi() || in DoShiftI()
1942 if (instr->hydrogen_value()->representation().IsSmi()) { in DoShiftI()
2101 } else if (r.IsSmi()) { in DoShiftI()
2122 } else if (type.IsSmi()) { in DoShiftI()
2313 if (instr->hydrogen_value()->representation().IsSmi()) { in DoShiftI()
2328 if (instr->hydrogen_value()->representation().IsSmi()) { in DoShiftI()
2343 } else if (instr->hydrogen_value()->representation().IsSmi()) { in DoShiftI()
2889 if (representation.IsSmi() && in DoShiftI()
3013 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi(); in DoShiftI()
3111 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi(); in DoShiftI()
3167 if (hinstr->key()->representation().IsSmi()) { in DoShiftI()
3649 } else if (r.IsSmi()) { in DoShiftI()
3796 if (exponent_type.IsSmi()) { in DoShiftI()
4064 DCHECK(!representation.IsSmi() || !instr->value()->IsConstantOperand() || in DoShiftI()
4067 DCHECK(!representation.IsSmi() || !instr->value()->IsConstantOperand() || in DoShiftI()
4068 IsSmi(LConstantOperand::cast(instr->value()))); in DoShiftI()
4105 if (representation.IsSmi() && in DoShiftI()
4167 if (representation.IsSmi()) { in DoShiftI()
4176 if (representation.IsSmi()) { in DoShiftI()
4184 if (representation.IsSmi()) { in DoShiftI()
4216 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi(); in DoShiftI()
4308 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi(); in DoShiftI()
4351 if (hinstr->key()->representation().IsSmi()) { in DoShiftI()
5054 if (instr->hydrogen()->value()->representation().IsSmi()) { in DoShiftI()
5078 NumberUntagDMode mode = value->representation().IsSmi() in DoShiftI()