|
LLVM 22.0.0git
|
#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/CodeGen/TargetFrameLowering.h"#include "AVR.h"#include "AVRInstrInfo.h"#include "AVRMachineFunctionInfo.h"#include "AVRTargetMachine.h"#include "MCTargetDesc/AVRMCTargetDesc.h"#include "AVRGenRegisterInfo.inc"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | GET_REGINFO_TARGET_DESC |
Functions | |
| static void | llvm::foldFrameOffset (MachineBasicBlock::iterator &II, int &Offset, Register DstReg) |
| Fold a frame offset shared between two add instructions into a single one. | |
| #define GET_REGINFO_TARGET_DESC |
Definition at line 27 of file AVRRegisterInfo.cpp.