Searched refs:isLargeFrame (Results 1 – 4 of 4) sorted by relevance
86 bool isLargeFrame(const MachineFunction &MF) const;
19 bool XCoreFunctionInfo::isLargeFrame(const MachineFunction &MF) const { in isLargeFrame() function in XCoreFunctionInfo
587 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()589 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
853 bool isLargeFrame = !isInt<16>(NegFrameSize); in emitPrologue() local966 if (!isLargeFrame) { in emitPrologue()988 } else if (!isLargeFrame) { in emitPrologue()1366 bool isLargeFrame = !isInt<16>(FrameSize); in emitEpilogue() local1396 if (!isLargeFrame) { in emitEpilogue()1410 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()