Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:MachineFunction

30   unsigned determineFrameLayout(MachineFunction &MF,
36 void emitPrologue(MachineFunction &MF) const override;
37 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
39 bool hasFP(const MachineFunction &MF) const override;
40 bool needsFP(const MachineFunction &MF) const;
41 void replaceFPWithRealFP(MachineFunction &MF) const;
43 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
45 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
47 void addScavengingSpillSlot(MachineFunction &MF, RegScavenger *RS) const;
54 void eliminateCallFramePseudoInstr(MachineFunction &MF,