Home
last modified time | relevance | path

Searched refs:ChangeInt32ToTagged (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator-reducer-unittest.cc148 {&SimplifiedOperatorBuilder::ChangeInt32ToTagged, "ChangeInt32ToTagged"},
286 simplified()->ChangeInt32ToTagged(), Int32Constant(n))); in TEST_F()
313 graph()->NewNode(simplified()->ChangeInt32ToTagged(), param0))); in TEST_F()
378 graph()->NewNode(simplified()->ChangeInt32ToTagged(), param0))); in TEST_F()
Dchange-lowering-unittest.cc196 TARGET_TEST_F(ChangeLowering32Test, ChangeInt32ToTagged) { in TARGET_TEST_F() argument
198 Node* node = graph()->NewNode(simplified()->ChangeInt32ToTagged(), val); in TARGET_TEST_F()
348 TARGET_TEST_F(ChangeLowering64Test, ChangeInt32ToTagged) { in TARGET_TEST_F() argument
350 Node* node = graph()->NewNode(simplified()->ChangeInt32ToTagged(), val); in TARGET_TEST_F()
Dchange-lowering.h40 Reduction ChangeInt32ToTagged(Node* val, Node* control);
Dsimplified-operator.h124 const Operator* ChangeInt32ToTagged();
Dchange-lowering.cc27 return ChangeInt32ToTagged(node->InputAt(0), control); in Reduce()
133 Reduction ChangeLowering::ChangeInt32ToTagged(Node* val, Node* control) { in ChangeInt32ToTagged() function in v8::internal::compiler::ChangeLowering
Dsimplified-operator.cc118 V(ChangeInt32ToTagged, Operator::kNoProperties, 1) \
Dopcodes.h154 V(ChangeInt32ToTagged) \
Dsimplified-operator-unittest.cc65 PURE(ChangeInt32ToTagged, Operator::kNoProperties, 1),
Drepresentation-change.h102 op = simplified()->ChangeInt32ToTagged(); in GetTaggedRepresentationFor()
/external/v8/test/cctest/compiler/
Dsimplified-graph-builder.h108 Node* ChangeInt32ToTagged(Node* a) { in ChangeInt32ToTagged() function
109 return NewNode(simplified()->ChangeInt32ToTagged(), a); in ChangeInt32ToTagged()
Dtest-changes-lowering.cc315 t.BuildLoadAndLower(t.simplified()->ChangeInt32ToTagged(), in TEST()
350 t.BuildLoadAndLower(t.simplified()->ChangeInt32ToTagged(), in TEST()