Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h45 static bool needsFrameMoves(const MachineFunction &MF);
H A DXCoreRegisterInfo.cpp205 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in XCoreRegisterInfo
206 return MF.needsFrameMoves(); in needsFrameMoves()
H A DXCoreFrameLowering.cpp257 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF); in emitPrologue()
424 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF); in spillCalleeSavedRegisters()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h53 static bool needsFrameMoves(const MachineFunction &MF);
H A DARCRegisterInfo.cpp131 bool ARCRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in ARCRegisterInfo
132 return MF.needsFrameMoves(); in needsFrameMoves()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp134 NeedsDwarfUnwindInfo = MF->needsFrameMoves() && in needsDwarfUnwindInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp41 return MF.needsFrameMoves() && in enableCFIFixup()
H A DCFIInstrInserter.cpp52 if (!MF.needsFrameMoves()) in runOnMachineFunction()
H A DMachineFunction.cpp611 bool MachineFunction::needsFrameMoves() const { in needsFrameMoves() function in MachineFunction
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h744 bool needsFrameMoves() const;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1385 return !isWin64Prologue(MF) && MF.needsFrameMoves(); in needsDwarfCFI()
2196 MF.needsFrameMoves(); in emitEpilogue()
3426 bool DwarfCFI = !WindowsCFI && MF.needsFrameMoves(); in eliminateCallFramePseudoInstr()
H A DX86InstrInfo.cpp4766 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in ExpandMOVImmSExti8()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp617 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in emitPrologue()
1229 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in inlineStackProbe()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp232 bool NeedCFI = MF.needsFrameMoves(); in runOnMachineFunction()