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

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

Completed in 2181 milliseconds