Home
last modified time | relevance | path

Searched refs:ChangeTaggedToUint32 (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator-reducer-unittest.cc152 {&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()
Dchange-lowering-unittest.cc278 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()
Dsimplified-operator.h122 const Operator* ChangeTaggedToUint32();
Dsimplified-operator.cc116 V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \
Dopcodes.h152 V(ChangeTaggedToUint32) \
Dsimplified-operator-unittest.cc63 PURE(ChangeTaggedToUint32, Operator::kNoProperties, 1),
Drepresentation-change.h182 op = simplified()->ChangeTaggedToUint32(); in GetWord32RepresentationFor()
/external/v8/test/cctest/compiler/
Dsimplified-graph-builder.h102 Node* ChangeTaggedToUint32(Node* a) { in ChangeTaggedToUint32() function
103 return NewNode(simplified()->ChangeTaggedToUint32(), a); in ChangeTaggedToUint32()
Dtest-changes-lowering.cc195 t.BuildAndLower(t.simplified()->ChangeTaggedToUint32()); in TEST()