Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator-reducer-unittest.cc153 {&SimplifiedOperatorBuilder::ChangeUint32ToTagged, "ChangeUint32ToTagged"}};
324 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0))); in TEST_F()
432 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0))); in TEST_F()
471 TEST_F(SimplifiedOperatorReducerTest, ChangeUint32ToTagged) { in TEST_F() argument
474 Reduce(graph()->NewNode(simplified()->ChangeUint32ToTagged(), in TEST_F()
Dchange-lowering-unittest.cc304 TARGET_TEST_F(ChangeLowering32Test, ChangeUint32ToTagged) { in TARGET_TEST_F() argument
309 Node* node = graph()->NewNode(simplified()->ChangeUint32ToTagged(), val); in TARGET_TEST_F()
443 TARGET_TEST_F(ChangeLowering64Test, ChangeUint32ToTagged) { in TARGET_TEST_F() argument
448 Node* node = graph()->NewNode(simplified()->ChangeUint32ToTagged(), val); in TARGET_TEST_F()
Dchange-lowering.h43 Reduction ChangeUint32ToTagged(Node* val, Node* control);
Dsimplified-operator.h125 const Operator* ChangeUint32ToTagged();
Dchange-lowering.cc35 return ChangeUint32ToTagged(node->InputAt(0), control); in Reduce()
211 Reduction ChangeLowering::ChangeUint32ToTagged(Node* val, Node* control) { in ChangeUint32ToTagged() function in v8::internal::compiler::ChangeLowering
Dsimplified-operator.cc119 V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
Dopcodes.h155 V(ChangeUint32ToTagged) \
Dsimplified-operator-unittest.cc66 PURE(ChangeUint32ToTagged, Operator::kNoProperties, 1),
Drepresentation-change.h100 op = simplified()->ChangeUint32ToTagged(); in GetTaggedRepresentationFor()
/external/v8/test/cctest/compiler/
Dsimplified-graph-builder.h111 Node* ChangeUint32ToTagged(Node* a) { in ChangeUint32ToTagged() function
112 return NewNode(simplified()->ChangeUint32ToTagged(), a); in ChangeUint32ToTagged()
Dtest-changes-lowering.cc332 t.BuildLoadAndLower(t.simplified()->ChangeUint32ToTagged(), in TEST()
372 t.BuildLoadAndLower(t.simplified()->ChangeUint32ToTagged(), in TEST()