Home
last modified time | relevance | path

Searched refs:isLargeFrame (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h91 bool isLargeFrame(const MachineFunction &MF) const;
H A DXCoreMachineFunctionInfo.cpp25 bool XCoreFunctionInfo::isLargeFrame(const MachineFunction &MF) const { in isLargeFrame() function in XCoreFunctionInfo
H A DXCoreFrameLowering.cpp580 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()
582 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp729 bool isLargeFrame = !isInt<16>(NegFrameSize); in emitPrologue() local
904 (HasBP && MaxAlign > 1) || isLargeFrame; in emitPrologue()
949 if (!isLargeFrame) { in emitPrologue()
965 } else if (!isLargeFrame) { in emitPrologue()
1657 bool isLargeFrame = !isInt<16>(FrameSize); in emitEpilogue() local
1726 if (!isLargeFrame) { in emitEpilogue()
1736 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()