Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp87 unsigned NextVGPRToSGPRCopyID; member in __anond94587450111::SIFixSGPRCopies
96 SIFixSGPRCopies() : MachineFunctionPass(ID), NextVGPRToSGPRCopyID(0) {} in SIFixSGPRCopies()
99 unsigned getNextVGPRToSGPRCopyId() { return ++NextVGPRToSGPRCopyID; } in getNextVGPRToSGPRCopyId()