Home | History | Annotate | Download | only in Sparc

Lines Matching refs:MachineFunction

18 #include "llvm/CodeGen/MachineFunction.h"
36 void SparcFrameLowering::emitPrologue(MachineFunction &MF) const {
76 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
94 void SparcFrameLowering::emitEpilogue(MachineFunction &MF,
132 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
140 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const {
161 bool SparcFrameLowering::isLeafProc(MachineFunction &MF) const
173 void SparcFrameLowering::remapRegsForLeafProc(MachineFunction &MF) const {
192 for (MachineFunction::iterator MBB = MF.begin(), E = MF.end();
209 (MachineFunction &MF, RegScavenger *RS) const {