Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dsimplified-operator-reducer-unittest.cc351 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()
Dchange-lowering-unittest.cc168 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()
Dsimplified-operator-unittest.cc61 PURE(ChangeTaggedToUint32, Operator::kNoProperties, 1),
/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h156 Node* ChangeTaggedToUint32(Node* a) { in ChangeTaggedToUint32() function
157 return NewNode(simplified()->ChangeTaggedToUint32(), a); in ChangeTaggedToUint32()
Dtest-changes-lowering.cc177 t.BuildAndLower(t.simplified()->ChangeTaggedToUint32()); in TEST()
/external/v8/src/compiler/
Dsimplified-operator.h162 const Operator* ChangeTaggedToUint32();
Dsimplified-operator.cc182 V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \
Dopcodes.h190 V(ChangeTaggedToUint32) \
Drepresentation-change.cc364 op = simplified()->ChangeTaggedToUint32(); in GetWord32RepresentationFor()