reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
253 const bool SpillVGPRToAGPR = ST.hasMAIInsts() && FuncInfo->hasSpilledVGPRs() 262 if ((TRI->spillSGPRToVGPR() && (HasCSRs || FuncInfo->hasSpilledSGPRs())) || 283 if (FuncInfo->allocateVGPRSpillToAGPR(MF, FI, 295 if (FuncInfo->allocateSGPRSpillToVGPR(MF, FI)) { 304 for (auto SSpill : FuncInfo->getSGPRSpillVGPRs()) 307 for (MCPhysReg Reg : FuncInfo->getVGPRSpillAGPRs()) 310 for (MCPhysReg Reg : FuncInfo->getAGPRSpillVGPRs())