diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2013-06-28 15:47:08 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2013-06-28 15:47:08 +0000 |
| commit | c026e8bc8e2afaf45cdb44670995afd8953e075c (patch) | |
| tree | 29d50ca05020a897c8f20c2d03d7a15b5c001724 /llvm/lib/Target/R600/AMDGPUISelLowering.h | |
| parent | ce540330df0d0cd29a302839c7c75100b1b1d136 (diff) | |
| download | bcm5719-llvm-c026e8bc8e2afaf45cdb44670995afd8953e075c.tar.gz bcm5719-llvm-c026e8bc8e2afaf45cdb44670995afd8953e075c.zip | |
R600: Add local memory support via LDS
Reviewed-by: Vincent Lejeune<vljn at ovi.com>
llvm-svn: 185162
Diffstat (limited to 'llvm/lib/Target/R600/AMDGPUISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/R600/AMDGPUISelLowering.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/R600/AMDGPUISelLowering.h b/llvm/lib/Target/R600/AMDGPUISelLowering.h index 69a0ac95b29..d739a013242 100644 --- a/llvm/lib/Target/R600/AMDGPUISelLowering.h +++ b/llvm/lib/Target/R600/AMDGPUISelLowering.h @@ -20,6 +20,7 @@ namespace llvm { +class AMDGPUMachineFunction; class MachineRegisterInfo; class AMDGPUTargetLowering : public TargetLowering { @@ -36,6 +37,8 @@ protected: virtual SDValue CreateLiveInRegister(SelectionDAG &DAG, const TargetRegisterClass *RC, unsigned Reg, EVT VT) const; + SDValue LowerGlobalAddress(AMDGPUMachineFunction *MFI, SDValue Op, + SelectionDAG &DAG) const; bool isHWTrueValue(SDValue Op) const; bool isHWFalseValue(SDValue Op) const; |

