|
LLVM 22.0.0git
|
#include "AVRFrameLowering.h"#include "AVR.h"#include "AVRInstrInfo.h"#include "AVRMachineFunctionInfo.h"#include "AVRTargetMachine.h"#include "MCTargetDesc/AVRMCTargetDesc.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"Go to the source code of this file.
Classes | |
| struct | llvm::AVRFrameAnalyzer |
| The frame analyzer pass. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| static void | llvm::restoreStatusRegister (MachineFunction &MF, MachineBasicBlock &MBB) |
| static void | llvm::fixStackStores (MachineBasicBlock &MBB, MachineBasicBlock::iterator StartMI, const TargetInstrInfo &TII) |
| Replace pseudo store instructions that pass arguments through the stack with real instructions. | |
| FunctionPass * | llvm::createAVRFrameAnalyzerPass () |
| Creates instance of the frame analyzer pass. | |