33#define GET_INSTRINFO_CTOR_DTOR
34#include "AVRGenInstrInfo.inc"
49 if (AVR::DREGSRegClass.
contains(DestReg, SrcReg)) {
52 if (
STI.hasMOVW() && AVR::DREGSMOVWRegClass.contains(DestReg, SrcReg)) {
56 Register DestLo, DestHi, SrcLo, SrcHi;
58 TRI.splitReg(DestReg, DestLo, DestHi);
59 TRI.splitReg(SrcReg, SrcLo, SrcHi);
66 if (DestLo == SrcHi) {
79 if (AVR::GPR8RegClass.
contains(DestReg, SrcReg)) {
81 }
else if (SrcReg == AVR::SP && AVR::DREGSRegClass.
contains(DestReg)) {
83 }
else if (DestReg == AVR::SP && AVR::DREGSRegClass.
contains(SrcReg)) {
95 int &FrameIndex)
const {
96 switch (
MI.getOpcode()) {
99 if (
MI.getOperand(1).isFI() &&
MI.getOperand(2).isImm() &&
100 MI.getOperand(2).getImm() == 0) {
101 FrameIndex =
MI.getOperand(1).getIndex();
102 return MI.getOperand(0).getReg();
114 int &FrameIndex)
const {
115 switch (
MI.getOpcode()) {
117 case AVR::STDWPtrQRr: {
118 if (
MI.getOperand(0).isFI() &&
MI.getOperand(1).isImm() &&
119 MI.getOperand(1).getImm() == 0) {
120 FrameIndex =
MI.getOperand(0).getIndex();
121 return MI.getOperand(2).getReg();
149 if (
TRI->isTypeLegalForClass(*RC, MVT::i8)) {
150 Opcode = AVR::STDPtrQRr;
151 }
else if (
TRI->isTypeLegalForClass(*RC, MVT::i16)) {
152 Opcode = AVR::STDWPtrQRr;
179 if (
TRI->isTypeLegalForClass(*RC, MVT::i8)) {
180 Opcode = AVR::LDDRdPtrQ;
181 }
else if (
TRI->isTypeLegalForClass(*RC, MVT::i16)) {
184 Opcode = AVR::LDDWRdYQ;
200 return get(AVR::BREQk);
202 return get(AVR::BRNEk);
204 return get(AVR::BRGEk);
206 return get(AVR::BRLTk);
208 return get(AVR::BRSHk);
210 return get(AVR::BRLOk);
212 return get(AVR::BRMIk);
214 return get(AVR::BRPLk);
268 bool AllowModify)
const {
274 while (
I !=
MBB.begin()) {
276 if (
I->isDebugInstr()) {
282 if (!isUnpredicatedTerminator(*
I)) {
288 if (!
I->getDesc().isBranch()) {
294 if (
I->getOpcode() == AVR::RJMPk) {
298 TBB =
I->getOperand(0).getMBB();
303 MBB.erase(std::next(
I),
MBB.end());
309 if (
MBB.isLayoutSuccessor(
I->getOperand(0).getMBB())) {
311 I->eraseFromParent();
313 UnCondBrIter =
MBB.end();
318 TBB =
I->getOperand(0).getMBB();
331 if (AllowModify && UnCondBrIter !=
MBB.end() &&
332 MBB.isLayoutSuccessor(TargetBB)) {
355 .
addMBB(UnCondBrIter->getOperand(0).getMBB());
359 OldInst->eraseFromParent();
360 UnCondBrIter->eraseFromParent();
363 UnCondBrIter =
MBB.end();
369 TBB =
I->getOperand(0).getMBB();
381 if (
TBB !=
I->getOperand(0).getMBB()) {
387 if (OldBranchCode == BranchCode) {
406 assert(
TBB &&
"insertBranch must not be told to insert a fallthrough");
408 "AVR branch conditions have one component!");
411 assert(!FBB &&
"Unconditional branch with multiple successors!");
439 int *BytesRemoved)
const {
446 while (
I !=
MBB.begin()) {
448 if (
I->isDebugInstr()) {
453 if (
I->getOpcode() != AVR::RJMPk &&
461 I->eraseFromParent();
471 assert(
Cond.size() == 1 &&
"Invalid AVR branch condition!");
480 unsigned Opcode =
MI.getOpcode();
486 return Desc.getSize();
488 case TargetOpcode::EH_LABEL:
489 case TargetOpcode::IMPLICIT_DEF:
490 case TargetOpcode::KILL:
491 case TargetOpcode::DBG_VALUE:
493 case TargetOpcode::INLINEASM:
494 case TargetOpcode::INLINEASM_BR: {
499 return TII.getInlineAsmLength(
MI.getOperand(0).getSymbolName(),
507 switch (
MI.getOpcode()) {
522 return MI.getOperand(0).getMBB();
525 return MI.getOperand(1).getMBB();
535 int64_t BrOffset)
const {
542 return STI.hasJMPCALL();
545 return isIntN(13, BrOffset);
556 return isIntN(7, BrOffset);
570 if (
STI.hasJMPCALL())
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
This file contains the declarations for the subclasses of Constant, which represent the different fla...
const HexagonInstrInfo * TII
This file declares the MachineConstantPool class which is an abstract constant pool to keep track of ...
unsigned const TargetRegisterInfo * TRI
const SmallVectorImpl< MachineOperand > MachineBasicBlock * TBB
const SmallVectorImpl< MachineOperand > & Cond
assert(ImpDefSCC.getReg()==AMDGPU::SCC &&ImpDefSCC.isDef())
static bool contains(SmallPtrSetImpl< ConstantExpr * > &Cache, ConstantExpr *Expr, Constant *C)
AVRInstrInfo(AVRSubtarget &STI)
void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, Register SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, Register VReg) const override
Register isStoreToStackSlot(const MachineInstr &MI, int &FrameIndex) const override
AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const
AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const
void insertIndirectBranch(MachineBasicBlock &MBB, MachineBasicBlock &NewDestBB, MachineBasicBlock &RestoreBB, const DebugLoc &DL, int64_t BrOffset, RegScavenger *RS) const override
unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef< MachineOperand > Cond, const DebugLoc &DL, int *BytesAdded=nullptr) const override
MachineBasicBlock * getBranchDestBlock(const MachineInstr &MI) const override
bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl< MachineOperand > &Cond, bool AllowModify=false) const override
void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, bool KillSrc) const override
bool reverseBranchCondition(SmallVectorImpl< MachineOperand > &Cond) const override
void loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, Register DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, Register VReg) const override
unsigned getInstSizeInBytes(const MachineInstr &MI) const override
bool isBranchOffsetInRange(unsigned BranchOpc, int64_t BrOffset) const override
unsigned removeBranch(MachineBasicBlock &MBB, int *BytesRemoved=nullptr) const override
Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex) const override
const MCInstrDesc & getBrCond(AVRCC::CondCodes CC) const
Contains AVR-specific information for each MachineFunction.
void setHasSpills(bool B)
Utilities relating to AVR registers.
A specific AVR target MCU.
const AVRInstrInfo * getInstrInfo() const override
const AVRRegisterInfo * getRegisterInfo() const override
A generic AVR implementation.
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
Describe properties that are true of each instruction in the target description file.
unsigned getOpcode() const
Return the opcode number for this descriptor.
Wrapper class representing physical registers. Should be passed by value.
The MachineFrameInfo class represents an abstract stack frame until prolog/epilog code is inserted.
Align getObjectAlign(int ObjectIdx) const
Return the alignment of the specified stack object.
int64_t getObjectSize(int ObjectIdx) const
Return the size of the specified object.
MachineMemOperand * getMachineMemOperand(MachinePointerInfo PtrInfo, MachineMemOperand::Flags f, LLT MemTy, Align base_alignment, const AAMDNodes &AAInfo=AAMDNodes(), const MDNode *Ranges=nullptr, SyncScope::ID SSID=SyncScope::System, AtomicOrdering Ordering=AtomicOrdering::NotAtomic, AtomicOrdering FailureOrdering=AtomicOrdering::NotAtomic)
getMachineMemOperand - Allocate a new MachineMemOperand.
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
const LLVMTargetMachine & getTarget() const
getTarget - Return the target machine this machine code is compiled with
Ty * getInfo()
getInfo - Keep track of various per-function pieces of information for backends that would like to do...
const MachineInstrBuilder & addImm(int64_t Val) const
Add a new immediate operand.
const MachineInstrBuilder & addFrameIndex(int Idx) const
const MachineInstrBuilder & addReg(Register RegNo, unsigned flags=0, unsigned SubReg=0) const
Add a new virtual register operand.
const MachineInstrBuilder & addMBB(MachineBasicBlock *MBB, unsigned TargetFlags=0) const
const MachineInstrBuilder & addMemOperand(MachineMemOperand *MMO) const
Representation of each machine instruction.
A description of a memory reference used in the backend.
@ MOLoad
The memory access reads data.
@ MOStore
The memory access writes data.
static MachineOperand CreateImm(int64_t Val)
Wrapper class representing virtual and physical registers.
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
TargetInstrInfo - Interface to description of machine instruction set.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
CondCodes
AVR specific condition codes.
@ COND_SH
Unsigned same or higher.
@ COND_GE
Greater than or equal.
@ Undef
Value of the register doesn't matter.
This is an optimization pass for GlobalISel generic memory operations.
MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, const MCInstrDesc &MCID)
Builder interface. Specify how to create the initial instruction itself.
decltype(auto) get(const PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > &Pair)
unsigned getKillRegState(bool B)
bool isIntN(unsigned N, int64_t x)
Checks if an signed integer fits into the given (dynamic) bit width.
Description of the encoding of one expression Op.
static MachinePointerInfo getFixedStack(MachineFunction &MF, int FI, int64_t Offset=0)
Return a MachinePointerInfo record that refers to the specified FrameIndex.