aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIISelLowering.h
diff options
context:
space:
mode:
authorChristian Konig <christian.koenig@amd.com>2013-03-18 11:34:05 +0000
committerChristian Konig <christian.koenig@amd.com>2013-03-18 11:34:05 +0000
commitb87082228bb5151598addcf0eb3756cf0f906ab6 (patch)
tree2663025967ff51a4e8bb63c2f296da667b940f71 /lib/Target/R600/SIISelLowering.h
parent2d054cb10eb1e6f2daa1e7a3e9f92e81658e4a3e (diff)
downloadexternal_llvm-b87082228bb5151598addcf0eb3756cf0f906ab6.zip
external_llvm-b87082228bb5151598addcf0eb3756cf0f906ab6.tar.gz
external_llvm-b87082228bb5151598addcf0eb3756cf0f906ab6.tar.bz2
R600/SI: add shl pattern
Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/SIISelLowering.h')
-rw-r--r--lib/Target/R600/SIISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/R600/SIISelLowering.h b/lib/Target/R600/SIISelLowering.h
index 0411565..d656225 100644
--- a/lib/Target/R600/SIISelLowering.h
+++ b/lib/Target/R600/SIISelLowering.h
@@ -48,6 +48,7 @@ public:
virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
MachineBasicBlock * BB) const;
virtual EVT getSetCCResultType(EVT VT) const;
+ virtual MVT getScalarShiftAmountTy(EVT VT) const;
virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const;
virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
virtual SDNode *PostISelFolding(MachineSDNode *N, SelectionDAG &DAG) const;