Searched refs:ChangeInt32ToTagged (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | simplified-operator-reducer-unittest.cc | 233 simplified()->ChangeInt32ToTagged(), Int32Constant(n))); in TEST_F() 260 graph()->NewNode(simplified()->ChangeInt32ToTagged(), param0))); in TEST_F() 317 graph()->NewNode(simplified()->ChangeInt32ToTagged(), param0))); in TEST_F()
|
D | change-lowering-unittest.cc | 131 Reduce(graph()->NewNode(simplified()->ChangeInt32ToTagged(), value)); in TARGET_TEST_P() 366 TARGET_TEST_F(ChangeLowering32Test, ChangeInt32ToTagged) { in TARGET_TEST_F() argument 368 Node* node = graph()->NewNode(simplified()->ChangeInt32ToTagged(), value); in TARGET_TEST_F() 511 TARGET_TEST_F(ChangeLowering64Test, ChangeInt32ToTagged) { in TARGET_TEST_F() argument 513 Node* node = graph()->NewNode(simplified()->ChangeInt32ToTagged(), value); in TARGET_TEST_F()
|
D | simplified-operator-unittest.cc | 63 PURE(ChangeInt32ToTagged, Operator::kNoProperties, 1),
|
/external/v8/src/compiler/ |
D | change-lowering.h | 47 Reduction ChangeInt32ToTagged(Node* value, Node* control);
|
D | simplified-operator.h | 164 const Operator* ChangeInt32ToTagged();
|
D | change-lowering.cc | 33 return ChangeInt32ToTagged(node->InputAt(0), control); in Reduce() 242 Reduction ChangeLowering::ChangeInt32ToTagged(Node* value, Node* control) { in ChangeInt32ToTagged() function in v8::internal::compiler::ChangeLowering
|
D | simplified-operator.cc | 184 V(ChangeInt32ToTagged, Operator::kNoProperties, 1) \
|
D | opcodes.h | 192 V(ChangeInt32ToTagged) \
|
D | representation-change.cc | 193 op = simplified()->ChangeInt32ToTagged(); in GetTaggedRepresentationFor()
|
D | wasm-compiler.cc | 1451 return graph()->NewNode(simplified.ChangeInt32ToTagged(), node); in ToJS() 1457 return graph()->NewNode(simplified.ChangeInt32ToTagged(), node); in ToJS()
|
/external/v8/test/cctest/compiler/ |
D | graph-builder-tester.h | 162 Node* ChangeInt32ToTagged(Node* a) { in ChangeInt32ToTagged() function 163 return NewNode(simplified()->ChangeInt32ToTagged(), a); in ChangeInt32ToTagged()
|