Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator-reducer-unittest.cc151 {&SimplifiedOperatorBuilder::ChangeTaggedToInt32, "ChangeTaggedToInt32"},
366 simplified()->ChangeTaggedToInt32(), in TEST_F()
377 simplified()->ChangeTaggedToInt32(), in TEST_F()
387 simplified()->ChangeTaggedToInt32(), NumberConstant(n))); in TEST_F()
396 Reduce(graph()->NewNode(simplified()->ChangeTaggedToInt32(), in TEST_F()
405 Reduce(graph()->NewNode(simplified()->ChangeTaggedToInt32(), in TEST_F()
Dchange-lowering-unittest.cc252 TARGET_TEST_F(ChangeLowering32Test, ChangeTaggedToInt32) { in TARGET_TEST_F() argument
257 Node* node = graph()->NewNode(simplified()->ChangeTaggedToInt32(), val); in TARGET_TEST_F()
389 TARGET_TEST_F(ChangeLowering64Test, ChangeTaggedToInt32) { in TARGET_TEST_F() argument
394 Node* node = graph()->NewNode(simplified()->ChangeTaggedToInt32(), val); in TARGET_TEST_F()
Dsimplified-operator.h121 const Operator* ChangeTaggedToInt32();
Dsimplified-operator.cc115 V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \
Dopcodes.h151 V(ChangeTaggedToInt32) \
Dsimplified-operator-unittest.cc62 PURE(ChangeTaggedToInt32, Operator::kNoProperties, 1),
Drepresentation-change.h184 op = simplified()->ChangeTaggedToInt32(); in GetWord32RepresentationFor()
/external/v8/test/cctest/compiler/
Dsimplified-graph-builder.h99 Node* ChangeTaggedToInt32(Node* a) { in ChangeTaggedToInt32() function
100 return NewNode(simplified()->ChangeTaggedToInt32(), a); in ChangeTaggedToInt32()
Dtest-js-context-specialization.cc216 Node* value_use = t.NewNode(t.simplified()->ChangeTaggedToInt32(), load); in TEST()
221 t.NewNode(t.simplified()->ChangeTaggedToInt32(), other_load); in TEST()
Dtest-changes-lowering.cc165 t.BuildAndLower(t.simplified()->ChangeTaggedToInt32()); in TEST()