/external/chromium_org/v8/src/ |
D | property-details.h | 136 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()
|
D | hydrogen-representation-changes.cc | 30 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()
|
D | hydrogen-canonicalize.cc | 20 if (instr->representation().IsInteger32()) { in Run()
|
D | hydrogen-instructions.cc | 1554 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 …]
|
D | hydrogen-uint32-analysis.cc | 226 current->representation().IsInteger32() && in Run()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.cc | 875 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 …]
|
D | lithium-codegen-arm64.cc | 1211 } 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/ |
D | lithium-gap-resolver-arm.cc | 241 if (cgen_->IsInteger32(constant_source)) { in EmitMove() 256 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
|
D | lithium-arm.cc | 1305 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()
|
D | lithium-codegen-arm.h | 89 bool IsInteger32(LConstantOperand* op) const;
|
/external/chromium_org/v8/src/mips/ |
D | lithium-gap-resolver-mips.cc | 233 if (cgen_->IsInteger32(constant_source)) { in EmitMove() 247 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
|
D | lithium-mips.cc | 1313 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()
|
D | lithium-codegen-mips.h | 88 bool IsInteger32(LConstantOperand* op) const;
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-gap-resolver-mips64.cc | 233 } else if (cgen_->IsInteger32(constant_source)) { in EmitMove() 248 } else if (cgen_->IsInteger32(constant_source)) { in EmitMove()
|
D | lithium-mips64.cc | 1313 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 …]
|
D | lithium-codegen-mips64.h | 89 bool IsInteger32(LConstantOperand* op) const;
|
D | lithium-codegen-mips64.cc | 381 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/ |
D | lithium-x64.cc | 159 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 …]
|
D | lithium-codegen-x64.cc | 275 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/ |
D | lithium-gap-resolver-x87.cc | 288 if (cgen_->IsInteger32(constant_source)) { in EmitMove() 308 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
|
D | lithium-x87.cc | 1353 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 …]
|
D | lithium-codegen-x87.h | 72 bool IsInteger32(LConstantOperand* op) const;
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-gap-resolver-ia32.cc | 288 if (cgen_->IsInteger32(constant_source)) { in EmitMove() 312 if (cgen_->IsInteger32(constant_source)) { in EmitMove()
|
D | lithium-ia32.cc | 1342 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 …]
|
D | lithium-codegen-ia32.h | 70 bool IsInteger32(LConstantOperand* op) const;
|