Home
last modified time | relevance | path

Searched refs:needsFrameMoves (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h45 static bool needsFrameMoves(const MachineFunction &MF);
H A DXCoreRegisterInfo.cpp203 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
H A DXCoreFrameLowering.cpp254 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF); in emitPrologue()
421 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF); in spillCalleeSavedRegisters()
/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h53 static bool needsFrameMoves(const MachineFunction &MF);
H A DARCRegisterInfo.cpp132 bool ARCRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in ARCRegisterInfo
133 return MF.needsFrameMoves(); in needsFrameMoves()
/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp39 return MF.needsFrameMoves() && in enableCFIFixup()
H A DCFIInstrInserter.cpp52 if (!MF.needsFrameMoves()) in runOnMachineFunction()
H A DMachineFunction.cpp691 bool MachineFunction::needsFrameMoves() const { in getNodeLabel()
656 bool MachineFunction::needsFrameMoves() const { needsFrameMoves() function in MachineFunction
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp177 NeedsDwarfUnwindInfo = MF.needsFrameMoves() && in needsShadowCallStackPrologueEpilogue()
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h821 bool needsFrameMoves() const;
/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1446 return !isWin64Prologue(MF) && MF.needsFrameMoves();
2408 MF.needsFrameMoves(); in emitEpilogue()
3788 bool DwarfCFI = !WindowsCFI && MF.needsFrameMoves(); in eliminateCallFramePseudoInstr()
H A DX86InstrInfo.cpp6031 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in expandNOVLXLoad()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp619 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in emitPrologue()
1246 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in inlineStackProbe()
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp231 bool NeedCFI = MF.needsFrameMoves(); in runOnMachineFunction()