Home
last modified time | relevance | path

Searched refs:SignedSmall (Results 1 – 19 of 19) sorted by relevance

/external/v8/test/cctest/
Dtypes-fuzz.h49 SignedSmall = Type::SignedSmall(region); in Types()
112 SignedFunction1 = Type::Function(SignedSmall, SignedSmall, region); in Types()
141 TypeHandle SignedSmall;
Dtest-types.cc388 CHECK(!T.Constant(fac->NewNumber(-0x40000001))->Is(T.SignedSmall)); in Constant()
389 CHECK(!T.Constant(fac->NewNumber(-0x7fffffff - 1))->Is(T.SignedSmall)); in Constant()
394 CHECK(T.Constant(fac->NewNumber(-0x40000001))->Is(T.SignedSmall)); in Constant()
395 CHECK(T.Constant(fac->NewNumber(-0x7fffffff - 1))->Is(T.SignedSmall)); in Constant()
1002 CheckSub(T.SignedSmall, T.Number); in Is2()
1004 CheckSubOrEqual(T.SignedSmall, T.Signed32); in Is2()
1005 CheckUnordered(T.SignedSmall, T.MinusZero); in Is2()
1037 CheckSub(T.SmiConstant, T.SignedSmall); in Is2()
1333 CheckOverlap(T.SignedSmall, T.Number); in Maybe()
1357 CheckOverlap(T.SmiConstant, T.SignedSmall); in Maybe()
[all …]
/external/v8/test/cctest/compiler/
Dtest-js-constant-cache.cc78 CHECK(t->Is(Type::SignedSmall())); in TEST()
100 CHECK(!t->Is(Type::SignedSmall())); in TEST()
132 CHECK(t->Is(Type::SignedSmall())); in TEST()
157 CHECK(t->Is(Type::SignedSmall())); in TEST()
182 CHECK(t->Is(Type::SignedSmall())); in TEST()
Dtest-js-typed-lowering.cc219 Type::Unsigned31(), Type::SignedSmall(),
226 Type::SignedSmall(), Type::Signed32(), Type::Unsigned32(),
359 Type::SignedSmall(), Type::UnsignedSmall(), Type::Negative32(), in TEST()
417 Type::SignedSmall(), Type::UnsignedSmall(), Type::Unsigned32(), in TEST()
870 Type* simple_number_types[] = {Type::UnsignedSmall(), Type::SignedSmall(), in TEST()
Dtest-simplified-lowering.cc1384 TestingGraph t(Type::Any(), Type::Intersect(Type::SignedSmall(), in TEST()
1452 Type::Intersect(Type::SignedSmall(), Type::TaggedSigned(), z)); in TEST()
/external/v8/src/crankshaft/
Dtyping.cc627 NarrowType(expr, Bounds(Type::SignedSmall(zone()), Type::Number(zone()))); in VisitCountOperation()
683 Type* lower = Type::Intersect(Type::SignedSmall(zone()), upper, zone()); in VisitBinaryOperation()
693 Bounds(Type::SignedSmall(zone()), Type::Signed32(zone()))); in VisitBinaryOperation()
701 NarrowType(expr, Bounds(Type::SignedSmall(zone()), Type::Number(zone()))); in VisitBinaryOperation()
714 Type::SignedSmall(zone()) : Type::None(zone()); in VisitBinaryOperation()
729 NarrowType(expr, Bounds(Type::SignedSmall(zone()), Type::Number(zone()))); in VisitBinaryOperation()
Dhydrogen-types.cc19 if (type->Is(T::SignedSmall())) return HType::Smi(); in FromType()
Dhydrogen.cc1964 if (type->Is(Type::SignedSmall())) { in BuildNumberToString()
10580 if (type->Is(Type::SignedSmall())) return Representation::Smi(); in RepresentationFor()
10841 if (expected->Is(Type::SignedSmall())) { in EnforceNumberType()
/external/v8/test/unittests/compiler/
Djs-builtin-reducer-unittest.cc62 Type::Unsigned31(), Type::SignedSmall(),
73 Type::SignedSmall(), Type::Signed32(), Type::Unsigned32(),
Dchange-lowering-unittest.cc129 Node* value = Parameter(Type::SignedSmall()); in TARGET_TEST_P()
/external/v8/src/compiler/
Dtype-hint-analyzer.cc21 if (type->Is(Type::SignedSmall())) return BinaryOperationHints::kSignedSmall; in ToHint()
Dchange-lowering.cc215 if (machine()->Is64() || value_type->Is(Type::SignedSmall())) { in ChangeFloat64ToTagged()
244 NodeProperties::GetType(value)->Is(Type::SignedSmall())) { in ChangeInt32ToTagged()
Dtyper.cc1809 arg->Is(Type::SignedSmall()) ? Type::TaggedSigned() : Type::Tagged(); in TypeChangeInt32ToTagged()
/external/v8/src/
Dtypes.h358 static TypeImpl* SignedSmall() { in PROPER_BITSET_TYPE_LIST()
359 return BitsetType::New(BitsetType::SignedSmall()); in PROPER_BITSET_TYPE_LIST()
361 static TypeHandle SignedSmall(Region* region) { in SignedSmall() function
362 return BitsetType::New(BitsetType::SignedSmall(), region); in SignedSmall()
654 static bitset SignedSmall();
Dtype-cache.h39 Type* const kSmi = CreateNative(Type::SignedSmall(), Type::TaggedSigned());
Dtypes-inl.h20 typename TypeImpl<Config>::bitset TypeImpl<Config>::BitsetType::SignedSmall() { in SignedSmall() function
Dinterface-descriptors.cc13 return Type::Intersect(Type::SignedSmall(), Type::TaggedSigned(), zone); in SmiType()
Dcode-stubs-hydrogen.cc1552 Push(BuildNumberToString(input, Type::SignedSmall())); in BuildToString()
/external/v8/src/ic/
Dic-state.cc328 return Type::SignedSmall(); in KindToType()
378 return Type::SignedSmall(zone); in StateToType()