Home
last modified time | relevance | path

Searched refs:ScratchSGPRs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1038 SmallVector<Register, 1> ScratchSGPRs; in emitCSRSpillStores() local
1039 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()