HomeSort by relevance Sort by last modified time
    Searched refs:ChangeUint32ToTagged (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/compiler/
change-lowering.h 43 Reduction ChangeUint32ToTagged(Node* val, Node* control);
simplified-operator.h 125 const Operator* ChangeUint32ToTagged();
simplified-operator-reducer-unittest.cc 153 {&SimplifiedOperatorBuilder::ChangeUint32ToTagged, "ChangeUint32ToTagged"}};
324 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0)));
432 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0)));
468 // ChangeUint32ToTagged
471 TEST_F(SimplifiedOperatorReducerTest, ChangeUint32ToTagged) {
474 Reduce(graph()->NewNode(simplified()->ChangeUint32ToTagged(),
change-lowering-unittest.cc 304 TARGET_TEST_F(ChangeLowering32Test, ChangeUint32ToTagged) {
309 Node* node = graph()->NewNode(simplified()->ChangeUint32ToTagged(), val);
443 TARGET_TEST_F(ChangeLowering64Test, ChangeUint32ToTagged) {
448 Node* node = graph()->NewNode(simplified()->ChangeUint32ToTagged(), val);
change-lowering.cc 35 return ChangeUint32ToTagged(node->InputAt(0), control);
211 Reduction ChangeLowering::ChangeUint32ToTagged(Node* val, Node* control) {
opcodes.h 155 V(ChangeUint32ToTagged) \
simplified-operator.cc 119 V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
representation-change.h 100 op = simplified()->ChangeUint32ToTagged();
simplified-operator-unittest.cc 66 PURE(ChangeUint32ToTagged, Operator::kNoProperties, 1),
  /external/chromium_org/v8/test/cctest/compiler/
simplified-graph-builder.h 111 Node* ChangeUint32ToTagged(Node* a) {
112 return NewNode(simplified()->ChangeUint32ToTagged(), a);
test-changes-lowering.cc 332 t.BuildLoadAndLower(t.simplified()->ChangeUint32ToTagged(),
372 t.BuildLoadAndLower(t.simplified()->ChangeUint32ToTagged(),

Completed in 135 milliseconds