Searched refs:isLargeFrame (Results 1 – 4 of 4) sorted by relevance
91 bool isLargeFrame(const MachineFunction &MF) const;
25 bool XCoreFunctionInfo::isLargeFrame(const MachineFunction &MF) const { in isLargeFrame() function in XCoreFunctionInfo
580 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()582 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
729 bool isLargeFrame = !isInt<16>(NegFrameSize); in emitPrologue() local904 (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() local1726 if (!isLargeFrame) { in emitEpilogue()1736 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()