summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseInstrInfo.h
diff options
context:
space:
mode:
authorArnold Schwaighofer <aschwaighofer@apple.com>2013-04-05 04:42:00 +0000
committerArnold Schwaighofer <aschwaighofer@apple.com>2013-04-05 04:42:00 +0000
commit08da4865576056f997a9c8013240d716018f7edf (patch)
treef99588a26e23f5554daa91c4393b8088eb19f222 /lib/Target/ARM/ARMBaseInstrInfo.h
parentd4d7613af3fa3ba9abd7ea0828d9dadc23dd73ea (diff)
downloadllvm-08da4865576056f997a9c8013240d716018f7edf.tar.gz
llvm-08da4865576056f997a9c8013240d716018f7edf.tar.bz2
llvm-08da4865576056f997a9c8013240d716018f7edf.tar.xz
ARM scheduler model: Swift has varying latencies, uops for simple ALU ops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseInstrInfo.h')
-rw-r--r--lib/Target/ARM/ARMBaseInstrInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.h b/lib/Target/ARM/ARMBaseInstrInfo.h
index 2698132d2d..7c107bb419 100644
--- a/lib/Target/ARM/ARMBaseInstrInfo.h
+++ b/lib/Target/ARM/ARMBaseInstrInfo.h
@@ -314,6 +314,10 @@ public:
bool canCauseFpMLxStall(unsigned Opcode) const {
return MLxHazardOpcodes.count(Opcode);
}
+
+ /// Returns true if the instruction has a shift by immediate that can be
+ /// executed in one cycle less.
+ bool isSwiftFastImmShift(const MachineInstr *MI) const;
};
static inline