Searched refs:ChangeTaggedToInt32 (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-operator-reducer-unittest.cc | 151 {&SimplifiedOperatorBuilder::ChangeTaggedToInt32, "ChangeTaggedToInt32"}, 366 simplified()->ChangeTaggedToInt32(), in TEST_F() 377 simplified()->ChangeTaggedToInt32(), in TEST_F() 387 simplified()->ChangeTaggedToInt32(), NumberConstant(n))); in TEST_F() 396 Reduce(graph()->NewNode(simplified()->ChangeTaggedToInt32(), in TEST_F() 405 Reduce(graph()->NewNode(simplified()->ChangeTaggedToInt32(), in TEST_F()
|
D | change-lowering-unittest.cc | 252 TARGET_TEST_F(ChangeLowering32Test, ChangeTaggedToInt32) { in TARGET_TEST_F() argument 257 Node* node = graph()->NewNode(simplified()->ChangeTaggedToInt32(), val); in TARGET_TEST_F() 389 TARGET_TEST_F(ChangeLowering64Test, ChangeTaggedToInt32) { in TARGET_TEST_F() argument 394 Node* node = graph()->NewNode(simplified()->ChangeTaggedToInt32(), val); in TARGET_TEST_F()
|
D | simplified-operator.h | 121 const Operator* ChangeTaggedToInt32();
|
D | simplified-operator.cc | 115 V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \
|
D | opcodes.h | 151 V(ChangeTaggedToInt32) \
|
D | simplified-operator-unittest.cc | 62 PURE(ChangeTaggedToInt32, Operator::kNoProperties, 1),
|
D | representation-change.h | 184 op = simplified()->ChangeTaggedToInt32(); in GetWord32RepresentationFor()
|
/external/v8/test/cctest/compiler/ |
D | simplified-graph-builder.h | 99 Node* ChangeTaggedToInt32(Node* a) { in ChangeTaggedToInt32() function 100 return NewNode(simplified()->ChangeTaggedToInt32(), a); in ChangeTaggedToInt32()
|
D | test-js-context-specialization.cc | 216 Node* value_use = t.NewNode(t.simplified()->ChangeTaggedToInt32(), load); in TEST() 221 t.NewNode(t.simplified()->ChangeTaggedToInt32(), other_load); in TEST()
|
D | test-changes-lowering.cc | 165 t.BuildAndLower(t.simplified()->ChangeTaggedToInt32()); in TEST()
|