Lines Matching defs:HasFP
99 bool HasFP = hasFP(MF);
103 assert(HasFP && "VLAs and dynamic stack realign, but no FP?!");
122 if (!HasFP)
483 bool HasFP = hasFP(MF);
527 if (HasFP) {
591 if (!HasFP && NeedsDwarfCFI) {
604 assert(HasFP && "There should be a frame pointer if stack is realigned.");
614 if (!HasFP)
640 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) {
642 if (!HasFP && NumBytes) {