Searched refs:ChangeTaggedToUint32 (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | simplified-operator-reducer-unittest.cc | 351 simplified()->ChangeTaggedToUint32(), in TEST_F() 362 simplified()->ChangeTaggedToUint32(), in TEST_F() 372 simplified()->ChangeTaggedToUint32(), NumberConstant(n))); in TEST_F() 383 simplified()->ChangeTaggedToUint32(), NumberConstant(nan))); in TEST_F()
|
D | change-lowering-unittest.cc | 168 Reduce(graph()->NewNode(simplified()->ChangeTaggedToUint32(), value)); in TARGET_TEST_P() 177 Reduce(graph()->NewNode(simplified()->ChangeTaggedToUint32(), value)); in TARGET_TEST_P() 442 TARGET_TEST_F(ChangeLowering32Test, ChangeTaggedToUint32) { in TARGET_TEST_F() argument 447 Node* node = graph()->NewNode(simplified()->ChangeTaggedToUint32(), value); in TARGET_TEST_F() 569 TARGET_TEST_F(ChangeLowering64Test, ChangeTaggedToUint32) { in TARGET_TEST_F() argument 574 Node* node = graph()->NewNode(simplified()->ChangeTaggedToUint32(), value); in TARGET_TEST_F()
|
D | simplified-operator-unittest.cc | 61 PURE(ChangeTaggedToUint32, Operator::kNoProperties, 1),
|
/external/v8/test/cctest/compiler/ |
D | graph-builder-tester.h | 156 Node* ChangeTaggedToUint32(Node* a) { in ChangeTaggedToUint32() function 157 return NewNode(simplified()->ChangeTaggedToUint32(), a); in ChangeTaggedToUint32()
|
D | test-changes-lowering.cc | 177 t.BuildAndLower(t.simplified()->ChangeTaggedToUint32()); in TEST()
|
/external/v8/src/compiler/ |
D | simplified-operator.h | 162 const Operator* ChangeTaggedToUint32();
|
D | simplified-operator.cc | 182 V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \
|
D | opcodes.h | 190 V(ChangeTaggedToUint32) \
|
D | representation-change.cc | 364 op = simplified()->ChangeTaggedToUint32(); in GetWord32RepresentationFor()
|