Searched refs:isLargeFrame (Results 1 – 4 of 4) sorted by relevance
18 bool XCoreFunctionInfo::isLargeFrame(const MachineFunction &MF) const { in isLargeFrame() function in XCoreFunctionInfo
97 bool isLargeFrame(const MachineFunction &MF) const;
573 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()577 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
686 bool isLargeFrame = !isInt<16>(NegFrameSize); in emitPrologue() local763 if (!isLargeFrame) { in emitPrologue()782 } else if (!isLargeFrame) { in emitPrologue()1033 bool isLargeFrame = !isInt<16>(FrameSize); in emitEpilogue() local1045 if (!isLargeFrame) { in emitEpilogue()1059 } else if (!isLargeFrame && !HasBP && !MFI->hasVarSizedObjects()) { in emitEpilogue()