Searched refs:ChangeTaggedToInt32 (Results 1 – 10 of 10) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | simplified-operator-reducer-unittest.cc | 305 simplified()->ChangeTaggedToInt32(), in TEST_F() 316 simplified()->ChangeTaggedToInt32(), in TEST_F() 326 simplified()->ChangeTaggedToInt32(), NumberConstant(n))); in TEST_F() 336 simplified()->ChangeTaggedToInt32(), NumberConstant(nan))); in TEST_F()
|
D | change-lowering-unittest.cc | 149 Reduce(graph()->NewNode(simplified()->ChangeTaggedToInt32(), value)); in TARGET_TEST_P() 158 Reduce(graph()->NewNode(simplified()->ChangeTaggedToInt32(), value)); in TARGET_TEST_P() 419 TARGET_TEST_F(ChangeLowering32Test, ChangeTaggedToInt32) { in TARGET_TEST_F() argument 424 Node* node = graph()->NewNode(simplified()->ChangeTaggedToInt32(), value); in TARGET_TEST_F() 545 TARGET_TEST_F(ChangeLowering64Test, ChangeTaggedToInt32) { in TARGET_TEST_F() argument 550 Node* node = graph()->NewNode(simplified()->ChangeTaggedToInt32(), value); in TARGET_TEST_F()
|
D | simplified-operator-unittest.cc | 60 PURE(ChangeTaggedToInt32, Operator::kNoProperties, 1),
|
/external/v8/test/cctest/compiler/ |
D | graph-builder-tester.h | 153 Node* ChangeTaggedToInt32(Node* a) { in ChangeTaggedToInt32() function 154 return NewNode(simplified()->ChangeTaggedToInt32(), a); in ChangeTaggedToInt32()
|
D | test-js-context-specialization.cc | 219 t.graph()->NewNode(t.simplified()->ChangeTaggedToInt32(), load); in TEST() 225 t.graph()->NewNode(t.simplified()->ChangeTaggedToInt32(), other_load); in TEST()
|
D | test-changes-lowering.cc | 149 t.BuildAndLower(t.simplified()->ChangeTaggedToInt32()); in TEST()
|
/external/v8/src/compiler/ |
D | simplified-operator.h | 161 const Operator* ChangeTaggedToInt32();
|
D | simplified-operator.cc | 181 V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \
|
D | opcodes.h | 189 V(ChangeTaggedToInt32) \
|
D | representation-change.cc | 367 op = simplified()->ChangeTaggedToInt32(); in GetWord32RepresentationFor()
|