Lines Matching refs:MachineFunction
39 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
43 void emitPrologue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
44 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
46 bool hasFP(const MachineFunction &MF) const override;
47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
49 bool needsPrologForEH(const MachineFunction &MF) const;
52 void writeSPToGlobal(unsigned SrcReg, MachineFunction &MF,
58 bool hasBP(const MachineFunction &MF) const;
59 bool needsSPForLocalFrame(const MachineFunction &MF) const;
60 bool needsSP(const MachineFunction &MF) const;
61 bool needsSPWriteback(const MachineFunction &MF) const;