summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-11-05 21:57:54 +0000
committerOwen Anderson <resistor@mac.com>2010-11-05 21:57:54 +0000
commita4076924d1af2c23ae76390bfd49bf5ca695ec8b (patch)
tree86ba21c807576cc871d8a68b4614223e3a2c89c8 /llvm/lib/Target/ARM/ARMISelLowering.h
parent76c381b6f5b1249027e084f63375ee10ff121bba (diff)
downloadbcm5719-llvm-a4076924d1af2c23ae76390bfd49bf5ca695ec8b.tar.gz
bcm5719-llvm-a4076924d1af2c23ae76390bfd49bf5ca695ec8b.zip
Disallow the certain NEON modified-immediate forms when generating vorr or vbic.
llvm-svn: 118300
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index 4e74193fc57..dd2a1ad14fd 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/lib/Target/ARM/ARMISelLowering.h
@@ -428,6 +428,13 @@ namespace llvm {
};
+ enum NEONModImmType {
+ VMOVModImm,
+ VMVNModImm,
+ OtherModImm
+ };
+
+
namespace ARM {
FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
}
OpenPOWER on IntegriCloud