LLVM
8.0.1
|
#include "AVRRegisterInfo.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/IR/Function.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "AVR.h"
#include "AVRInstrInfo.h"
#include "AVRTargetMachine.h"
#include "MCTargetDesc/AVRMCTargetDesc.h"
#include "AVRGenRegisterInfo.inc"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Macros | |
#define | GET_REGINFO_TARGET_DESC |
Functions | |
static void | llvm::foldFrameOffset (MachineBasicBlock::iterator &II, int &Offset, unsigned DstReg) |
Fold a frame offset shared between two add instructions into a single one. More... | |
#define GET_REGINFO_TARGET_DESC |
Definition at line 28 of file AVRRegisterInfo.cpp.