Searched refs:ScratchSGPRs (Results 1 – 1 of 1) sorted by relevance
1038 SmallVector<Register, 1> ScratchSGPRs; in emitCSRSpillStores() local1039 FuncInfo->getAllScratchSGPRCopyDstRegs(ScratchSGPRs); in emitCSRSpillStores()1040 if (!ScratchSGPRs.empty()) { in emitCSRSpillStores()1042 for (MCPhysReg Reg : ScratchSGPRs) in emitCSRSpillStores()1048 for (MCPhysReg Reg : ScratchSGPRs) in emitCSRSpillStores()