Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp135 NeedsDwarfUnwindInfo = MF.needsFrameMoves() && in needsDwarfUnwindInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp41 return MF.needsFrameMoves() && in enableCFIFixup()
H A DCFIInstrInserter.cpp51 if (!MF.needsFrameMoves()) in runOnMachineFunction()
H A DMachineFunction.cpp628 bool MachineFunction::needsFrameMoves() const { in needsFrameMoves() function in MachineFunction
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h760 bool needsFrameMoves() const;
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1409 return !isWin64Prologue(MF) && MF.needsFrameMoves(); in needsDwarfCFI()
2269 MF.needsFrameMoves(); in emitEpilogue()
3512 bool DwarfCFI = !WindowsCFI && MF.needsFrameMoves(); in eliminateCallFramePseudoInstr()
H A DX86InstrInfo.cpp4813 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in ExpandMOVImmSExti8()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp618 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in emitPrologue()
1243 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI(); in inlineStackProbe()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp231 bool NeedCFI = MF.needsFrameMoves(); in runOnMachineFunction()