Searched refs:ChangeUint32ToTagged (Results 1 – 10 of 10) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | simplified-operator-reducer-unittest.cc | 271 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()
|
D | change-lowering-unittest.cc | 140 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()
|
D | simplified-operator-unittest.cc | 64 PURE(ChangeUint32ToTagged, Operator::kNoProperties, 1),
|
/external/v8/src/compiler/ |
D | change-lowering.h | 51 Reduction ChangeUint32ToTagged(Node* value, Node* control);
|
D | simplified-operator.h | 165 const Operator* ChangeUint32ToTagged();
|
D | change-lowering.cc | 41 return ChangeUint32ToTagged(node->InputAt(0), control); in Reduce() 398 Reduction ChangeLowering::ChangeUint32ToTagged(Node* value, Node* control) { in ChangeUint32ToTagged() function in v8::internal::compiler::ChangeLowering
|
D | simplified-operator.cc | 185 V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
|
D | opcodes.h | 193 V(ChangeUint32ToTagged) \
|
D | representation-change.cc | 191 op = simplified()->ChangeUint32ToTagged(); in GetTaggedRepresentationFor()
|
/external/v8/test/cctest/compiler/ |
D | graph-builder-tester.h | 165 Node* ChangeUint32ToTagged(Node* a) { in ChangeUint32ToTagged() function 166 return NewNode(simplified()->ChangeUint32ToTagged(), a); in ChangeUint32ToTagged()
|