reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
990 if (MFI->isEntryFunction()) 1014 for (auto SSpill : MFI->getSGPRSpillVGPRs()) 1021 if (MFI->haveFreeLanesForSGPRSpill(MF, 1)) { 1027 if (!MFI->allocateSGPRSpillToVGPR(MF, NewFI)) 1030 MFI->FramePointerSaveIndex = NewFI; 1033 auto Spill = MFI->getSGPRToVGPRSpills(NewFI).front(); 1039 MFI->SGPRForFPSaveRestoreCopy = findUnusedSGPRNonCalleeSaved(MF.getRegInfo()); 1041 if (!MFI->SGPRForFPSaveRestoreCopy) { 1046 if (!MFI->allocateSGPRSpillToVGPR(MF, NewFI)) 1048 MFI->FramePointerSaveIndex = NewFI; 1051 auto Spill = MFI->getSGPRToVGPRSpills(NewFI).front(); 1056 printReg(MFI->SGPRForFPSaveRestoreCopy, TRI) << '\n');