Searched refs:ChangeUint32ToTagged (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-operator-reducer-unittest.cc | 153 {&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()
|
D | change-lowering-unittest.cc | 304 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()
|
D | change-lowering.h | 43 Reduction ChangeUint32ToTagged(Node* val, Node* control);
|
D | simplified-operator.h | 125 const Operator* ChangeUint32ToTagged();
|
D | change-lowering.cc | 35 return ChangeUint32ToTagged(node->InputAt(0), control); in Reduce() 211 Reduction ChangeLowering::ChangeUint32ToTagged(Node* val, Node* control) { in ChangeUint32ToTagged() function in v8::internal::compiler::ChangeLowering
|
D | simplified-operator.cc | 119 V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
|
D | opcodes.h | 155 V(ChangeUint32ToTagged) \
|
D | simplified-operator-unittest.cc | 66 PURE(ChangeUint32ToTagged, Operator::kNoProperties, 1),
|
D | representation-change.h | 100 op = simplified()->ChangeUint32ToTagged(); in GetTaggedRepresentationFor()
|
/external/v8/test/cctest/compiler/ |
D | simplified-graph-builder.h | 111 Node* ChangeUint32ToTagged(Node* a) { in ChangeUint32ToTagged() function 112 return NewNode(simplified()->ChangeUint32ToTagged(), a); in ChangeUint32ToTagged()
|
D | test-changes-lowering.cc | 332 t.BuildLoadAndLower(t.simplified()->ChangeUint32ToTagged(), in TEST() 372 t.BuildLoadAndLower(t.simplified()->ChangeUint32ToTagged(), in TEST()
|