Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h85 bool isLargeFrame(const MachineFunction &MF) const;
H A DXCoreMachineFunctionInfo.cpp18 bool XCoreFunctionInfo::isLargeFrame(const MachineFunction &MF) const { in isLargeFrame() function in XCoreFunctionInfo
H A DXCoreFrameLowering.cpp579 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()
581 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp728 bool isLargeFrame = !isInt<16>(NegFrameSize); in emitPrologue() local
931 if (!isLargeFrame) { in emitPrologue()
953 } else if (!isLargeFrame) { in emitPrologue()
1655 bool isLargeFrame = !isInt<16>(FrameSize); in emitEpilogue() local
1724 if (!isLargeFrame) { in emitEpilogue()
1738 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()