AMDGPU: Rename flat operands to match mubuf
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 29 Nov 2016 19:30:44 +0000 (19:30 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 29 Nov 2016 19:30:44 +0000 (19:30 +0000)
commit97279a8ca323355c68e56e9ec8d198f254ecd68b
treed326d32b92201f49943042083cc0b7e4ff7f4291
parent437fd71f5bd36dfc00277aeaffd1b5ad388e5c18
AMDGPU: Rename flat operands to match mubuf

Use vaddr/vdst for the same purposes.

This also fixes a beg in SIInsertWaits for the
operand check. The stored value operand is currently called
data0 in the single offset case, not data.

llvm-svn: 288188
llvm/lib/Target/AMDGPU/FLATInstructions.td
llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
llvm/lib/Target/AMDGPU/SIInsertWaits.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp