[turbofan] add MachineType to AllocatedOperand
authordcarney <dcarney@chromium.org>
Wed, 29 Apr 2015 14:46:10 +0000 (07:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Apr 2015 14:46:19 +0000 (14:46 +0000)
commit3a025d1ab6437559f86a464767aa03d2d9789f6f
treeadc76d58c98bfa5094c1adfe7791f03b8b6cad3d
parent4bc2beab97b9e8e3b4a423c78a97b6130407a0ca
[turbofan] add MachineType to AllocatedOperand

- allows the optimization of emitted gap move code since the representation of the value in the register is known
- necessary preparation for vector register allocation
- prepare for slot sharing for any value of the same byte width

BUG=

Review URL: https://codereview.chromium.org/1087793002

Cr-Commit-Position: refs/heads/master@{#28137}
16 files changed:
src/compiler/frame.h
src/compiler/gap-resolver.cc
src/compiler/instruction-selector-impl.h
src/compiler/instruction-selector.cc
src/compiler/instruction-selector.h
src/compiler/instruction.cc
src/compiler/instruction.h
src/compiler/move-optimizer.cc
src/compiler/register-allocator-verifier.cc
src/compiler/register-allocator.cc
src/compiler/register-allocator.h
test/cctest/compiler/test-gap-resolver.cc
test/cctest/compiler/test-instruction.cc
test/cctest/compiler/test-jump-threading.cc
test/unittests/compiler/instruction-selector-unittest.cc
test/unittests/compiler/move-optimizer-unittest.cc