Home | History | Annotate | Download | only in X86

Lines Matching refs:hasFP

43 /// hasFP - Return true if the specified function should have a dedicated frame
46 bool X86FrameLowering::hasFP(const MachineFunction &MF) const {
449 bool HasFP = hasFP(MF);
499 if (HasFP) MinSize += SlotSize;
535 if (HasFP) {
615 if (!HasFP && NeedsDwarfCFI) {
635 assert(HasFP && "There should be a frame pointer if stack is realigned.");
739 if (HasFP) {
813 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) {
815 if (!HasFP && NumBytes) {
887 if (hasFP(MF)) {
1038 assert (hasFP(MF) && "VLAs and dynamic stack realign, but no FP?!");
1056 if (!hasFP(MF))
1100 if (hasFP(MF)) {