14 #ifndef LLVM_LIB_TARGET_ARM_THUMB1INSTRINFO_H 15 #define LLVM_LIB_TARGET_ARM_THUMB1INSTRINFO_H 42 const DebugLoc &DL,
unsigned DestReg,
unsigned SrcReg,
43 bool KillSrc)
const override;
52 unsigned DestReg,
int FrameIndex,
This class represents lattice values for constants.
unsigned getUnindexedOpcode(unsigned Opc) const override
unsigned const TargetRegisterInfo * TRI
const ThumbRegisterInfo & getRegisterInfo() const override
getRegisterInfo - TargetInstrInfo is a superset of MRegister info.
bool canCopyGluedNodeDuringSchedule(SDNode *N) const override
Instances of this class represent a single low-level machine instruction.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
Represents one node in the SelectionDAG.
void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const DebugLoc &DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const override
void getNoop(MCInst &NopInst) const override
Return the noop instruction to use for a noop.
Thumb1InstrInfo(const ARMSubtarget &STI)
void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const override
void loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const override