Home
last modified time | relevance | path

Searched refs:IsInteger32 (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/v8/src/
Dproperty-details.h136 if (IsInteger32()) { in size()
151 bool IsInteger32() const { return kind_ == kInteger32; } in IsInteger32() function
152 bool IsSmiOrInteger32() const { return IsSmi() || IsInteger32(); } in IsSmiOrInteger32()
159 IsSmi() || IsInteger32() || IsDouble(); in IsSpecialization()
Dhydrogen-representation-changes.cc30 if (is_truncating_to_int && to.IsInteger32()) { in InsertRepresentationChangeForUse()
59 return from_rep.IsInteger32() && to_rep.IsSmi() && SmiValuesAre32Bits(); in IsNonDeoptingIntToSmiChange()
119 if (phi->representation().IsInteger32()) { in Run()
Dhydrogen-canonicalize.cc20 if (instr->representation().IsInteger32()) { in Run()
Dhydrogen-instructions.cc1554 if (left->representation().IsInteger32()) { in Canonicalize()
1556 } else if (left->IsChange() && HChange::cast(left)->from().IsInteger32()) { in Canonicalize()
1570 } else if (right->representation().IsInteger32()) { in Canonicalize()
1573 HChange::cast(right)->from().IsInteger32()) { in Canonicalize()
1747 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) && in InferRange()
1819 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) || in InferRange()
1840 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) || in InferRange()
1861 (((r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) || in InferRange()
1881 if (representation().IsInteger32()) { in InferRange()
1903 if (representation().IsInteger32()) { in InferRange()
[all …]
Dhydrogen-uint32-analysis.cc226 current->representation().IsInteger32() && in Run()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc875 DCHECK(instr->right()->representation().IsInteger32()); in DoAdd()
987 if (r.IsInteger32() || r.IsSmi() || r.IsDouble()) { in DoBranch()
1123 DCHECK(to.IsInteger32()); in DoChange()
1147 DCHECK(to.IsSmi() || to.IsInteger32()); in DoChange()
1157 } else if (from.IsInteger32()) { in DoChange()
1243 } else if (input_rep.IsInteger32()) { in DoClampToUint8()
1332 } else if (r.IsInteger32()) { in DoConstant()
1382 DCHECK(instr->representation().IsInteger32()); in DoDivByPowerOf2I()
1400 DCHECK(instr->representation().IsInteger32()); in DoDivByConstI()
1706 instr->representation().IsInteger32()); in DoLoadKeyed()
[all …]
Dlithium-codegen-arm64.cc1211 } else if (r.IsInteger32()) { in ToOperand()
1239 if (r.IsInteger32()) { in ToOperand32()
1826 DCHECK(instr->hydrogen()->index()->representation().IsInteger32()); in DoBoundsCheck()
1827 DCHECK(instr->hydrogen()->length()->representation().IsInteger32()); in DoBoundsCheck()
1851 if (r.IsInteger32()) { in DoBranch()
2459 DCHECK(!rep.IsInteger32()); in DoCompareMinusZeroAndBranch()
2499 if (instr->hydrogen_value()->representation().IsInteger32()) { in DoCompareNumericAndBranch()
3534 if (representation.IsInteger32()) { in PrepareKeyedArrayOperand()
3545 if (representation.IsInteger32()) { in PrepareKeyedArrayOperand()
3608 if (representation.IsInteger32()) { in DoLoadKeyedFixed()
[all …]
/external/chromium_org/v8/src/arm/
Dlithium-gap-resolver-arm.cc241 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
256 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
Dlithium-arm.cc1305 DCHECK(instr->representation().IsInteger32()); in DoDivByConstI()
1375 DCHECK(instr->representation().IsInteger32()); in DoFlooringDivByConstI()
1638 DCHECK(instr->right()->representation().IsInteger32()); in DoAdd()
1926 DCHECK(to.IsInteger32()); in DoChange()
1954 DCHECK(to.IsInteger32()); in DoChange()
1960 } else if (from.IsInteger32()) { in DoChange()
2047 } else if (input_rep.IsInteger32()) { in DoClampToUint8()
2088 } else if (r.IsInteger32()) { in DoConstant()
2214 (instr->representation().IsInteger32() && in DoLoadKeyed()
2282 (instr->value()->representation().IsInteger32() && in DoStoreKeyed()
Dlithium-codegen-arm.h89 bool IsInteger32(LConstantOperand* op) const;
/external/chromium_org/v8/src/mips/
Dlithium-gap-resolver-mips.cc233 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
247 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
Dlithium-mips.cc1313 DCHECK(instr->representation().IsInteger32()); in DoDivByConstI()
1381 DCHECK(instr->representation().IsInteger32()); in DoFlooringDivByConstI()
1587 DCHECK(instr->right()->representation().IsInteger32()); in DoAdd()
1875 DCHECK(to.IsInteger32()); in DoChange()
1903 DCHECK(to.IsInteger32()); in DoChange()
1909 } else if (from.IsInteger32()) { in DoChange()
1998 } else if (input_rep.IsInteger32()) { in DoClampToUint8()
2037 } else if (r.IsInteger32()) { in DoConstant()
2163 (instr->representation().IsInteger32() && in DoLoadKeyed()
2231 (instr->value()->representation().IsInteger32() && in DoStoreKeyed()
Dlithium-codegen-mips.h88 bool IsInteger32(LConstantOperand* op) const;
/external/chromium_org/v8/src/mips64/
Dlithium-gap-resolver-mips64.cc233 } else if (cgen_->IsInteger32(constant_source)) { in EmitMove()
248 } else if (cgen_->IsInteger32(constant_source)) { in EmitMove()
Dlithium-mips64.cc1313 DCHECK(instr->representation().IsInteger32()); in DoDivByConstI()
1382 DCHECK(instr->representation().IsInteger32()); in DoFlooringDivByConstI()
1588 DCHECK(instr->right()->representation().IsInteger32()); in DoAdd()
1876 DCHECK(to.IsInteger32()); in DoChange()
1905 DCHECK(to.IsInteger32()); in DoChange()
1911 } else if (from.IsInteger32()) { in DoChange()
1996 } else if (input_rep.IsInteger32()) { in DoClampToUint8()
2035 } else if (r.IsInteger32()) { in DoConstant()
2156 instr->representation().IsInteger32()); in DoLoadKeyed()
2162 (instr->representation().IsInteger32() && in DoLoadKeyed()
[all …]
Dlithium-codegen-mips64.h89 bool IsInteger32(LConstantOperand* op) const;
Dlithium-codegen-mips64.cc381 if (r.IsInteger32()) { in EmitLoadRegister()
419 if (r.IsInteger32()) { in EmitLoadDoubleRegister()
447 bool LCodeGen::IsInteger32(LConstantOperand* op) const { in IsInteger32() function in v8::internal::LCodeGen
468 if (r.IsInteger32()) return value; in ToRepresentation_donotuse()
495 } else if (r.IsInteger32()) { in ToOperand()
2086 if (r.IsInteger32() || r.IsSmi()) { in DoBranch()
2345 DCHECK(!rep.IsInteger32()); in DoCompareMinusZeroAndBranch()
2993 instr->hydrogen()->representation().IsInteger32()) { in DoLoadNamedField()
3276 if (representation.IsInteger32() && SmiValuesAre32Bits() && in DoLoadKeyedFixedArray()
3900 } else if (exponent_type.IsInteger32()) { in DoPower()
[all …]
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc159 hvalue->representation().IsInteger32() && in MustSignExtendResult()
1322 DCHECK(instr->representation().IsInteger32()); in DoDivByConstI()
1390 DCHECK(instr->representation().IsInteger32()); in DoFlooringDivByConstI()
1582 DCHECK(instr->right()->representation().IsInteger32()); in DoAdd()
1612 } else if (instr->representation().IsInteger32()) { in DoMathMinMax()
1883 DCHECK(to.IsInteger32()); in DoChange()
1910 DCHECK(to.IsInteger32()); in DoChange()
1916 } else if (from.IsInteger32()) { in DoChange()
2004 } else if (input_rep.IsInteger32()) { in DoClampToUint8()
2043 } else if (r.IsInteger32()) { in DoConstant()
[all …]
Dlithium-codegen-x64.cc275 instr->hydrogen_value()->representation().IsInteger32() && in GenerateBodyInstructionPost()
445 if (r.IsInteger32()) return value; in ToRepresentation()
1537 if (instr->IsInteger32()) { in DoBitI()
1544 if (instr->IsInteger32()) { in DoBitI()
1551 if (instr->IsInteger32()) { in DoBitI()
1565 if (instr->IsInteger32()) { in DoBitI()
1572 if (instr->IsInteger32()) { in DoBitI()
1579 if (instr->IsInteger32()) { in DoBitI()
2101 if (r.IsInteger32()) { in DoBranch()
2383 DCHECK(!rep.IsInteger32()); in DoCompareMinusZeroAndBranch()
[all …]
/external/chromium_org/v8/src/x87/
Dlithium-gap-resolver-x87.cc288 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
308 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
Dlithium-x87.cc1353 DCHECK(instr->representation().IsInteger32()); in DoDivByConstI()
1421 DCHECK(instr->representation().IsInteger32()); in DoFlooringDivByConstI()
1614 DCHECK(instr->right()->representation().IsInteger32()); in DoAdd()
1928 DCHECK(to.IsInteger32()); in DoChange()
1952 DCHECK(to.IsInteger32()); in DoChange()
1959 } else if (from.IsInteger32()) { in DoChange()
2050 } else if (input_rep.IsInteger32()) { in DoClampToUint8()
2090 } else if (r.IsInteger32()) { in DoConstant()
2216 (instr->representation().IsInteger32() && in DoLoadKeyed()
2279 DCHECK(instr->key()->representation().IsInteger32() || in DoStoreKeyed()
[all …]
Dlithium-codegen-x87.h72 bool IsInteger32(LConstantOperand* op) const;
/external/chromium_org/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc288 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
312 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
Dlithium-ia32.cc1342 DCHECK(instr->representation().IsInteger32()); in DoDivByConstI()
1410 DCHECK(instr->representation().IsInteger32()); in DoFlooringDivByConstI()
1603 DCHECK(instr->right()->representation().IsInteger32()); in DoAdd()
1922 DCHECK(to.IsInteger32()); in DoChange()
1949 DCHECK(to.IsInteger32()); in DoChange()
1959 } else if (from.IsInteger32()) { in DoChange()
2048 } else if (input_rep.IsInteger32()) { in DoClampToUint8()
2089 } else if (r.IsInteger32()) { in DoConstant()
2218 (instr->representation().IsInteger32() && in DoLoadKeyed()
2277 DCHECK(instr->key()->representation().IsInteger32() || in DoStoreKeyed()
[all …]
Dlithium-codegen-ia32.h70 bool IsInteger32(LConstantOperand* op) const;

12