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

  /external/chromium_org/v8/src/compiler/
change-lowering.h 40 Reduction ChangeInt32ToTagged(Node* val, Node* control);
simplified-operator.h 124 const Operator* ChangeInt32ToTagged();
change-lowering-unittest.cc 196 TARGET_TEST_F(ChangeLowering32Test, ChangeInt32ToTagged) {
198 Node* node = graph()->NewNode(simplified()->ChangeInt32ToTagged(), val);
348 TARGET_TEST_F(ChangeLowering64Test, ChangeInt32ToTagged) {
350 Node* node = graph()->NewNode(simplified()->ChangeInt32ToTagged(), val);
simplified-operator-reducer-unittest.cc 148 {&SimplifiedOperatorBuilder::ChangeInt32ToTagged, "ChangeInt32ToTagged"},
280 // ChangeInt32ToTagged
286 simplified()->ChangeInt32ToTagged(), Int32Constant(n)));
313 graph()->NewNode(simplified()->ChangeInt32ToTagged(), param0)));
378 graph()->NewNode(simplified()->ChangeInt32ToTagged(), param0)));
change-lowering.cc 27 return ChangeInt32ToTagged(node->InputAt(0), control);
133 Reduction ChangeLowering::ChangeInt32ToTagged(Node* val, Node* control) {
opcodes.h 154 V(ChangeInt32ToTagged) \
simplified-operator.cc 118 V(ChangeInt32ToTagged, Operator::kNoProperties, 1) \
representation-change.h 102 op = simplified()->ChangeInt32ToTagged();
simplified-operator-unittest.cc 65 PURE(ChangeInt32ToTagged, Operator::kNoProperties, 1),
  /external/chromium_org/v8/test/cctest/compiler/
simplified-graph-builder.h 108 Node* ChangeInt32ToTagged(Node* a) {
109 return NewNode(simplified()->ChangeInt32ToTagged(), a);
test-changes-lowering.cc 315 t.BuildLoadAndLower(t.simplified()->ChangeInt32ToTagged(),
350 t.BuildLoadAndLower(t.simplified()->ChangeInt32ToTagged(),

Completed in 57 milliseconds