Home | History | Annotate | Download | only in MSP430

Lines Matching refs:MachineFunction

18 #include "llvm/CodeGen/MachineFunction.h"
29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
41 void MSP430FrameLowering::emitPrologue(MachineFunction &MF) const {
74 for (MachineFunction::iterator I = llvm::next(MF.begin()), E = MF.end();
106 void MSP430FrameLowering::emitEpilogue(MachineFunction &MF,
190 MachineFunction &MF = *MBB.getParent();
216 MachineFunction &MF = *MBB.getParent();
226 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
288 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF,