Home
last modified time | relevance | path

Searched refs:ChangeTaggedToInt32 (Results 1 – 10 of 10) sorted by relevance

/external/v8/test/unittests/compiler/
Dsimplified-operator-reducer-unittest.cc305 simplified()->ChangeTaggedToInt32(), in TEST_F()
316 simplified()->ChangeTaggedToInt32(), in TEST_F()
326 simplified()->ChangeTaggedToInt32(), NumberConstant(n))); in TEST_F()
336 simplified()->ChangeTaggedToInt32(), NumberConstant(nan))); in TEST_F()
Dchange-lowering-unittest.cc149 Reduce(graph()->NewNode(simplified()->ChangeTaggedToInt32(), value)); in TARGET_TEST_P()
158 Reduce(graph()->NewNode(simplified()->ChangeTaggedToInt32(), value)); in TARGET_TEST_P()
419 TARGET_TEST_F(ChangeLowering32Test, ChangeTaggedToInt32) { in TARGET_TEST_F() argument
424 Node* node = graph()->NewNode(simplified()->ChangeTaggedToInt32(), value); in TARGET_TEST_F()
545 TARGET_TEST_F(ChangeLowering64Test, ChangeTaggedToInt32) { in TARGET_TEST_F() argument
550 Node* node = graph()->NewNode(simplified()->ChangeTaggedToInt32(), value); in TARGET_TEST_F()
Dsimplified-operator-unittest.cc60 PURE(ChangeTaggedToInt32, Operator::kNoProperties, 1),
/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h153 Node* ChangeTaggedToInt32(Node* a) { in ChangeTaggedToInt32() function
154 return NewNode(simplified()->ChangeTaggedToInt32(), a); in ChangeTaggedToInt32()
Dtest-js-context-specialization.cc219 t.graph()->NewNode(t.simplified()->ChangeTaggedToInt32(), load); in TEST()
225 t.graph()->NewNode(t.simplified()->ChangeTaggedToInt32(), other_load); in TEST()
Dtest-changes-lowering.cc149 t.BuildAndLower(t.simplified()->ChangeTaggedToInt32()); in TEST()
/external/v8/src/compiler/
Dsimplified-operator.h161 const Operator* ChangeTaggedToInt32();
Dsimplified-operator.cc181 V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \
Dopcodes.h189 V(ChangeTaggedToInt32) \
Drepresentation-change.cc367 op = simplified()->ChangeTaggedToInt32(); in GetWord32RepresentationFor()