summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSEISelDAGToDAG.h
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2013-08-28 12:04:29 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2013-08-28 12:04:29 +0000
commit2fd3e67dc6438cee5e32e0d7d7d42891df7edd96 (patch)
tree18af658b2968c9b89f4c114de28ec3c4eaaa2495 /lib/Target/Mips/MipsSEISelDAGToDAG.h
parentf1db2a6a0e0ca2e0f03169ba4dc7c8332bd6ed74 (diff)
downloadllvm-2fd3e67dc6438cee5e32e0d7d7d42891df7edd96.tar.gz
llvm-2fd3e67dc6438cee5e32e0d7d7d42891df7edd96.tar.bz2
llvm-2fd3e67dc6438cee5e32e0d7d7d42891df7edd96.tar.xz
[mips][msa] Added load/store intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsSEISelDAGToDAG.h')
-rw-r--r--lib/Target/Mips/MipsSEISelDAGToDAG.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsSEISelDAGToDAG.h b/lib/Target/Mips/MipsSEISelDAGToDAG.h
index 9961934bd8..22e597ebf8 100644
--- a/lib/Target/Mips/MipsSEISelDAGToDAG.h
+++ b/lib/Target/Mips/MipsSEISelDAGToDAG.h
@@ -43,6 +43,9 @@ private:
virtual bool selectAddrRegImm(SDValue Addr, SDValue &Base,
SDValue &Offset) const;
+ virtual bool selectAddrRegReg(SDValue Addr, SDValue &Base,
+ SDValue &Offset) const;
+
virtual bool selectAddrDefault(SDValue Addr, SDValue &Base,
SDValue &Offset) const;