Searched refs:IsInteger32 (Results 1 - 25 of 46) sorted by relevance

12

/external/v8/src/crankshaft/
H A Dhydrogen-canonicalize.cc23 if (instr->representation().IsInteger32()) {
H A Dhydrogen-representation-changes.cc33 if (is_truncating_to_int && to.IsInteger32()) {
57 return from_rep.IsInteger32() && to_rep.IsSmi() && SmiValuesAre32Bits();
132 if (phi->representation().IsInteger32()) {
H A Dhydrogen-uint32-analysis.cc223 current->representation().IsInteger32() &&
H A Dhydrogen-instructions.cc1506 if (left->representation().IsInteger32() && !left->CheckFlag(kUint32)) {
1508 } else if (left->IsChange() && HChange::cast(left)->from().IsInteger32() &&
1523 } else if (right->representation().IsInteger32() &&
1527 HChange::cast(right)->from().IsInteger32() &&
1692 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
1762 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1783 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1804 (((r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1824 if (representation().IsInteger32()) {
1846 if (representation().IsInteger32()) {
2152 static bool IsInteger32(double value) { function in namespace:v8::internal
[all...]
/external/vixl/src/aarch32/
H A Doperands-aarch32.cc127 if (neon_imm.IsInteger32()) {
205 if (neon_imm.IsInteger32()) {
217 if (neon_imm.IsInteger32()) {
243 if (neon_imm.IsInteger32()) {
363 if (neon_imm.IsInteger32()) {
449 if (neon_imm.IsInteger32()) {
/external/v8/src/
H A Dproperty-details.h162 if (IsInteger32()) {
177 bool IsInteger32() const { return kind_ == kInteger32; } function in class:v8::internal::Representation
178 bool IsSmiOrInteger32() const { return IsSmi() || IsInteger32(); }
185 IsSmi() || IsInteger32() || IsDouble();
/external/v8/src/crankshaft/arm/
H A Dlithium-gap-resolver-arm.cc239 if (cgen_->IsInteger32(constant_source)) {
254 if (cgen_->IsInteger32(constant_source)) {
H A Dlithium-arm.cc1227 DCHECK(instr->representation().IsInteger32());
1297 DCHECK(instr->representation().IsInteger32());
1804 DCHECK(to.IsInteger32());
1832 DCHECK(to.IsInteger32());
1838 } else if (from.IsInteger32()) {
1934 } else if (input_rep.IsInteger32()) {
1961 } else if (r.IsInteger32()) {
2040 (instr->representation().IsInteger32() &&
2099 (instr->value()->representation().IsInteger32() &&
H A Dlithium-codegen-arm.h81 bool IsInteger32(LConstantOperand* op) const;
/external/v8/src/crankshaft/mips/
H A Dlithium-gap-resolver-mips.cc232 if (cgen_->IsInteger32(constant_source)) {
246 if (cgen_->IsInteger32(constant_source)) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-gap-resolver-mips64.cc232 } else if (cgen_->IsInteger32(constant_source)) {
247 } else if (cgen_->IsInteger32(constant_source)) {
H A Dlithium-mips64.cc1235 DCHECK(instr->representation().IsInteger32());
1304 DCHECK(instr->representation().IsInteger32());
1757 DCHECK(to.IsInteger32());
1786 DCHECK(to.IsInteger32());
1792 } else if (from.IsInteger32()) {
1886 } else if (input_rep.IsInteger32()) {
1911 } else if (r.IsInteger32()) {
1985 instr->representation().IsInteger32());
1991 (instr->representation().IsInteger32() &&
2035 instr->value()->representation().IsInteger32());
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-gap-resolver-ppc.cc221 if (cgen_->IsInteger32(constant_source)) {
233 if (cgen_->IsInteger32(constant_source)) {
H A Dlithium-ppc.cc1087 if (instr->representation().IsInteger32()) {
1100 if (instr->representation().IsInteger32()) {
1250 DCHECK(instr->representation().IsInteger32());
1317 DCHECK(instr->representation().IsInteger32());
1781 DCHECK(to.IsInteger32());
1809 DCHECK(to.IsInteger32());
1815 } else if (from.IsInteger32()) {
1913 } else if (input_rep.IsInteger32()) {
1936 } else if (r.IsInteger32()) {
2013 DCHECK((instr->representation().IsInteger32()
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-gap-resolver-s390.cc215 if (cgen_->IsInteger32(constant_source)) {
227 if (cgen_->IsInteger32(constant_source)) {
H A Dlithium-codegen-s390.h80 bool IsInteger32(LConstantOperand* op) const;
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc921 if (r.IsInteger32() || r.IsSmi() || r.IsDouble()) {
1054 DCHECK(to.IsInteger32());
1078 DCHECK(to.IsSmi() || to.IsInteger32());
1088 } else if (from.IsInteger32()) {
1183 } else if (input_rep.IsInteger32()) {
1272 } else if (r.IsInteger32()) {
1315 DCHECK(instr->representation().IsInteger32());
1333 DCHECK(instr->representation().IsInteger32());
1548 instr->representation().IsInteger32());
1560 DCHECK((instr->representation().IsInteger32()
[all...]
H A Dlithium-codegen-arm64.cc1064 } else if (r.IsInteger32()) {
1092 if (r.IsInteger32()) {
1730 DCHECK(instr->hydrogen()->index()->representation().IsInteger32());
1731 DCHECK(instr->hydrogen()->length()->representation().IsInteger32());
1755 if (r.IsInteger32()) {
2340 if (instr->hydrogen_value()->representation().IsInteger32()) {
3150 if (representation.IsInteger32()) {
3161 if (representation.IsInteger32()) {
3221 if (representation.IsInteger32()) {
3297 instr->hydrogen()->representation().IsInteger32()) {
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-gap-resolver-x87.cc294 if (cgen_->IsInteger32(constant_source)) {
314 if (cgen_->IsInteger32(constant_source)) {
H A Dlithium-x87.cc1280 DCHECK(instr->representation().IsInteger32());
1348 DCHECK(instr->representation().IsInteger32());
1809 DCHECK(to.IsInteger32());
1833 DCHECK(to.IsInteger32());
1840 } else if (from.IsInteger32()) {
1941 } else if (input_rep.IsInteger32()) {
1967 } else if (r.IsInteger32()) {
2049 (instr->representation().IsInteger32() &&
2102 DCHECK(instr->key()->representation().IsInteger32() ||
2133 (instr->value()->representation().IsInteger32()
[all...]
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc162 hvalue->representation().IsInteger32() &&
1100 if (instr->representation().IsInteger32()) {
1113 if (instr->representation().IsInteger32()) {
1270 DCHECK(instr->representation().IsInteger32());
1338 DCHECK(instr->representation().IsInteger32());
1573 } else if (instr->representation().IsInteger32()) {
1793 DCHECK(to.IsInteger32());
1820 DCHECK(to.IsInteger32());
1826 } else if (from.IsInteger32()) {
1923 } else if (input_rep.IsInteger32()) {
[all...]
H A Dlithium-codegen-x64.cc264 instr->hydrogen_value()->representation().IsInteger32() &&
463 if (r.IsInteger32()) return value;
1418 if (instr->IsInteger32()) {
1425 if (instr->IsInteger32()) {
1432 if (instr->IsInteger32()) {
1446 if (instr->IsInteger32()) {
1453 if (instr->IsInteger32()) {
1460 if (instr->IsInteger32()) {
1958 if (r.IsInteger32()) {
2586 instr->hydrogen()->representation().IsInteger32()) {
[all...]
/external/v8/src/crankshaft/ia32/
H A Dlithium-gap-resolver-ia32.cc293 if (cgen_->IsInteger32(constant_source)) {
317 if (cgen_->IsInteger32(constant_source)) {
H A Dlithium-ia32.cc1112 if (instr->representation().IsInteger32()) {
1125 if (instr->representation().IsInteger32()) {
1273 DCHECK(instr->representation().IsInteger32());
1341 DCHECK(instr->representation().IsInteger32());
1806 DCHECK(to.IsInteger32());
1833 DCHECK(to.IsInteger32());
1843 } else if (from.IsInteger32()) {
1942 } else if (input_rep.IsInteger32()) {
1969 } else if (r.IsInteger32()) {
2053 (instr->representation().IsInteger32()
[all...]
H A Dlithium-codegen-ia32.h60 bool IsInteger32(LConstantOperand* op) const;

Completed in 348 milliseconds

12