Searched refs:needsFrameMoves (Results 1 – 16 of 16) sorted by relevance
45 static bool needsFrameMoves(const MachineFunction &MF);
203 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in XCoreRegisterInfo204 return MF.needsFrameMoves(); in needsFrameMoves()
254 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF); in emitPrologue()421 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF); in spillCalleeSavedRegisters()
53 static bool needsFrameMoves(const MachineFunction &MF);
132 bool ARCRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in ARCRegisterInfo133 return MF.needsFrameMoves(); in needsFrameMoves()
185 NeedsDwarfUnwindInfo = MF.needsFrameMoves() && in needsDwarfUnwindInfo()
40 return MF.needsFrameMoves() && in enableCFIFixup()
52 if (!MF.needsFrameMoves()) in runOnMachineFunction()
692 bool MachineFunction::needsFrameMoves() const { in needsFrameMoves() function in MachineFunction
138 if (MF.needsFrameMoves()) { in emitPrologue()
251 bool DwarfCFI = MF.needsFrameMoves(); in eliminateCallFramePseudoInstr()484 bool NeedsDwarfCFI = MF.needsFrameMoves(); in emitPrologue()
840 bool needsFrameMoves() const;
619 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in emitPrologue()1246 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in inlineStackProbe()
1471 return !isWin64Prologue(MF) && MF.needsFrameMoves(); in needsDwarfCFI()2437 MF.needsFrameMoves(); in emitEpilogue()3819 bool DwarfCFI = !WindowsCFI && MF.needsFrameMoves(); in eliminateCallFramePseudoInstr()
6022 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in ExpandMOVImmSExti8()
220 bool NeedCFI = MF.needsFrameMoves(); in runOnMachineFunction()