Searched refs:needsFrameMoves (Results 1 – 14 of 14) sorted by relevance
45 static bool needsFrameMoves(const MachineFunction &MF);
205 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in XCoreRegisterInfo206 return MF.needsFrameMoves(); in needsFrameMoves()
257 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF); in emitPrologue()424 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF); in spillCalleeSavedRegisters()
53 static bool needsFrameMoves(const MachineFunction &MF);
131 bool ARCRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in ARCRegisterInfo132 return MF.needsFrameMoves(); in needsFrameMoves()
135 NeedsDwarfUnwindInfo = MF.needsFrameMoves() && in needsDwarfUnwindInfo()
41 return MF.needsFrameMoves() && in enableCFIFixup()
51 if (!MF.needsFrameMoves()) in runOnMachineFunction()
628 bool MachineFunction::needsFrameMoves() const { in needsFrameMoves() function in MachineFunction
760 bool needsFrameMoves() const;
1409 return !isWin64Prologue(MF) && MF.needsFrameMoves(); in needsDwarfCFI()2269 MF.needsFrameMoves(); in emitEpilogue()3512 bool DwarfCFI = !WindowsCFI && MF.needsFrameMoves(); in eliminateCallFramePseudoInstr()
4813 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in ExpandMOVImmSExti8()
618 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in emitPrologue()1243 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in inlineStackProbe()
231 bool NeedCFI = MF.needsFrameMoves(); in runOnMachineFunction()