HomeSort by relevance Sort by last modified time
    Searched full:changetaggedtouint32 (Results 1 - 9 of 9) sorted by null

  /external/v8/test/unittests/compiler/
simplified-operator-reducer-unittest.cc 344 // ChangeTaggedToUint32
351 simplified()->ChangeTaggedToUint32(),
362 simplified()->ChangeTaggedToUint32(),
372 simplified()->ChangeTaggedToUint32(), NumberConstant(n)));
383 simplified()->ChangeTaggedToUint32(), NumberConstant(nan)));
change-lowering-unittest.cc 168 Reduce(graph()->NewNode(simplified()->ChangeTaggedToUint32(), value));
177 Reduce(graph()->NewNode(simplified()->ChangeTaggedToUint32(), value));
442 TARGET_TEST_F(ChangeLowering32Test, ChangeTaggedToUint32) {
447 Node* node = graph()->NewNode(simplified()->ChangeTaggedToUint32(), value);
569 TARGET_TEST_F(ChangeLowering64Test, ChangeTaggedToUint32) {
574 Node* node = graph()->NewNode(simplified()->ChangeTaggedToUint32(), value);
simplified-operator-unittest.cc 61 PURE(ChangeTaggedToUint32, Operator::kNoProperties, 1),
  /external/v8/test/cctest/compiler/
graph-builder-tester.h 156 Node* ChangeTaggedToUint32(Node* a) {
157 return NewNode(simplified()->ChangeTaggedToUint32(), a);
test-changes-lowering.cc 177 t.BuildAndLower(t.simplified()->ChangeTaggedToUint32());
  /external/v8/src/compiler/
opcodes.h 190 V(ChangeTaggedToUint32) \
simplified-operator.h 162 const Operator* ChangeTaggedToUint32();
simplified-operator.cc 182 V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \
representation-change.cc 364 op = simplified()->ChangeTaggedToUint32();

Completed in 948 milliseconds