Searched refs:isLargeFrame (Results 1 – 4 of 4) sorted by relevance
85 bool isLargeFrame(const MachineFunction &MF) const;
18 bool XCoreFunctionInfo::isLargeFrame(const MachineFunction &MF) const { in isLargeFrame() function in XCoreFunctionInfo
579 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()581 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
728 bool isLargeFrame = !isInt<16>(NegFrameSize); in emitPrologue() local931 if (!isLargeFrame) { in emitPrologue()953 } else if (!isLargeFrame) { in emitPrologue()1655 bool isLargeFrame = !isInt<16>(FrameSize); in emitEpilogue() local1724 if (!isLargeFrame) { in emitEpilogue()1738 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()