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
581 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()583 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
728 bool isLargeFrame = !isInt<16>(NegFrameSize); in emitPrologue() local903 (HasBP && MaxAlign > 1) || isLargeFrame; in emitPrologue()948 if (!isLargeFrame) { in emitPrologue()964 } else if (!isLargeFrame) { in emitPrologue()1659 bool isLargeFrame = !isInt<16>(FrameSize); in emitEpilogue() local1728 if (!isLargeFrame) { in emitEpilogue()1738 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()