Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dsimplified-operator-reducer-unittest.cc271 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0))); in TEST_F()
363 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0))); in TEST_F()
394 TEST_F(SimplifiedOperatorReducerTest, ChangeUint32ToTagged) { in TEST_F() argument
397 Reduce(graph()->NewNode(simplified()->ChangeUint32ToTagged(), in TEST_F()
Dchange-lowering-unittest.cc140 Reduce(graph()->NewNode(simplified()->ChangeUint32ToTagged(), value)); in TARGET_TEST_P()
465 TARGET_TEST_F(ChangeLowering32Test, ChangeUint32ToTagged) { in TARGET_TEST_F() argument
470 Node* node = graph()->NewNode(simplified()->ChangeUint32ToTagged(), value); in TARGET_TEST_F()
593 TARGET_TEST_F(ChangeLowering64Test, ChangeUint32ToTagged) { in TARGET_TEST_F() argument
598 Node* node = graph()->NewNode(simplified()->ChangeUint32ToTagged(), value); in TARGET_TEST_F()
Dsimplified-operator-unittest.cc64 PURE(ChangeUint32ToTagged, Operator::kNoProperties, 1),
/external/v8/src/compiler/
Dchange-lowering.h51 Reduction ChangeUint32ToTagged(Node* value, Node* control);
Dsimplified-operator.h165 const Operator* ChangeUint32ToTagged();
Dchange-lowering.cc41 return ChangeUint32ToTagged(node->InputAt(0), control); in Reduce()
398 Reduction ChangeLowering::ChangeUint32ToTagged(Node* value, Node* control) { in ChangeUint32ToTagged() function in v8::internal::compiler::ChangeLowering
Dsimplified-operator.cc185 V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
Dopcodes.h193 V(ChangeUint32ToTagged) \
Drepresentation-change.cc191 op = simplified()->ChangeUint32ToTagged(); in GetTaggedRepresentationFor()
/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h165 Node* ChangeUint32ToTagged(Node* a) { in ChangeUint32ToTagged() function
166 return NewNode(simplified()->ChangeUint32ToTagged(), a); in ChangeUint32ToTagged()