Searched refs:ChangeTaggedToUint32 (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-operator-reducer-unittest.cc | 152 {&SimplifiedOperatorBuilder::ChangeTaggedToUint32, "ChangeTaggedToUint32"}, 420 simplified()->ChangeTaggedToUint32(), in TEST_F() 431 simplified()->ChangeTaggedToUint32(), in TEST_F() 441 simplified()->ChangeTaggedToUint32(), NumberConstant(n))); in TEST_F() 451 Reduce(graph()->NewNode(simplified()->ChangeTaggedToUint32(), in TEST_F() 460 Reduce(graph()->NewNode(simplified()->ChangeTaggedToUint32(), in TEST_F()
|
D | change-lowering-unittest.cc | 278 TARGET_TEST_F(ChangeLowering32Test, ChangeTaggedToUint32) { in TARGET_TEST_F() argument 283 Node* node = graph()->NewNode(simplified()->ChangeTaggedToUint32(), val); in TARGET_TEST_F() 416 TARGET_TEST_F(ChangeLowering64Test, ChangeTaggedToUint32) { in TARGET_TEST_F() argument 421 Node* node = graph()->NewNode(simplified()->ChangeTaggedToUint32(), val); in TARGET_TEST_F()
|
D | simplified-operator.h | 122 const Operator* ChangeTaggedToUint32();
|
D | simplified-operator.cc | 116 V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \
|
D | opcodes.h | 152 V(ChangeTaggedToUint32) \
|
D | simplified-operator-unittest.cc | 63 PURE(ChangeTaggedToUint32, Operator::kNoProperties, 1),
|
D | representation-change.h | 182 op = simplified()->ChangeTaggedToUint32(); in GetWord32RepresentationFor()
|
/external/v8/test/cctest/compiler/ |
D | simplified-graph-builder.h | 102 Node* ChangeTaggedToUint32(Node* a) { in ChangeTaggedToUint32() function 103 return NewNode(simplified()->ChangeTaggedToUint32(), a); in ChangeTaggedToUint32()
|
D | test-changes-lowering.cc | 195 t.BuildAndLower(t.simplified()->ChangeTaggedToUint32()); in TEST()
|