Lines Matching refs:MachineFunction
19 #include "llvm/CodeGen/MachineFunction.h"
40 void SparcFrameLowering::emitSPAdjustment(MachineFunction &MF,
85 void SparcFrameLowering::emitPrologue(MachineFunction &MF) const {
136 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
151 void SparcFrameLowering::emitEpilogue(MachineFunction &MF,
176 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
184 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const {
205 bool SparcFrameLowering::isLeafProc(MachineFunction &MF) const
217 void SparcFrameLowering::remapRegsForLeafProc(MachineFunction &MF) const {
236 for (MachineFunction::iterator MBB = MF.begin(), E = MF.end();
253 (MachineFunction &MF, RegScavenger *RS) const {