Lines Matching refs:MachineFunction
31 void emitPrologue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
32 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
44 bool noFramePointerElim(const MachineFunction &MF) const override;
46 bool hasFP(const MachineFunction &MF) const override;
47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
48 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
49 int getFrameIndexReference(const MachineFunction &MF, int FI,
51 int ResolveFrameIndexReference(const MachineFunction &MF, int FI,
54 void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs,
57 void adjustForSegmentedStacks(MachineFunction &MF,
61 bool enableShrinkWrapping(const MachineFunction &MF) const override { in enableShrinkWrapping()
78 eliminateCallFramePseudoInstr(MachineFunction &MF,