Searched refs:ScratchSGPRs (Results 1 – 1 of 1) sorted by relevance
991 SmallVector<Register, 1> ScratchSGPRs; in emitCSRSpillStores() local992 FuncInfo->getAllScratchSGPRCopyDstRegs(ScratchSGPRs); in emitCSRSpillStores()993 if (!ScratchSGPRs.empty()) { in emitCSRSpillStores()995 for (MCPhysReg Reg : ScratchSGPRs) in emitCSRSpillStores()1001 for (MCPhysReg Reg : ScratchSGPRs) in emitCSRSpillStores()