Searched refs:needsFrameMoves (Results 1 – 14 of 14) sorted by relevance
45 static bool needsFrameMoves(const MachineFunction &MF);
203 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in InsertSPConstInst() 204 return MF.needsFrameMoves(); in InsertSPConstInst() 208 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { needsFrameMoves() function in XCoreRegisterInfo
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()
39 return MF.needsFrameMoves() && in enableCFIFixup()
52 if (!MF.needsFrameMoves()) in runOnMachineFunction()
691 bool MachineFunction::needsFrameMoves() const { in getNodeLabel() 656 bool MachineFunction::needsFrameMoves() const { needsFrameMoves() function in MachineFunction
177 NeedsDwarfUnwindInfo = MF.needsFrameMoves() && in needsShadowCallStackPrologueEpilogue()
821 bool needsFrameMoves() const;
1446 return !isWin64Prologue(MF) && MF.needsFrameMoves();2408 MF.needsFrameMoves(); in emitEpilogue() 3788 bool DwarfCFI = !WindowsCFI && MF.needsFrameMoves(); in eliminateCallFramePseudoInstr()
6031 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in expandNOVLXLoad()
619 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in emitPrologue() 1246 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in inlineStackProbe()
231 bool NeedCFI = MF.needsFrameMoves(); in runOnMachineFunction()