Home | History | Annotate | Download | only in ARM

Lines Matching refs:NumGPRSpills

1600   unsigned NumGPRSpills = 0;
1682 NumGPRSpills++;
1753 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills);
1791 NumGPRSpills++;
1799 NumGPRSpills++;
1911 NumGPRSpills++;
1928 NumGPRSpills++;
1942 LLVM_DEBUG(dbgs() << "NumGPRSpills = " << NumGPRSpills << "\n");
1944 if (TargetAlign >= 8 && (NumGPRSpills & 1)) {