Home | History | Annotate | Download | only in ARM

Lines Matching refs:NumSpills

1130   unsigned NumSpills = 0;
1131 for (; NumSpills < 8; ++NumSpills)
1132 if (!MRI.isPhysRegUsed(ARM::D8 + NumSpills))
1136 if (NumSpills < 2)
1139 // Spill the first NumSpills D-registers after realigning the stack.
1140 MF.getInfo<ARMFunctionInfo>()->setNumAlignedDPRCS2Regs(NumSpills);