Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp127 unsigned NextVGPRToSGPRCopyID; member in __anon0df82e8c0111::SIFixSGPRCopies
138 SIFixSGPRCopies() : MachineFunctionPass(ID), NextVGPRToSGPRCopyID(0) {} in SIFixSGPRCopies()
143 unsigned getNextVGPRToSGPRCopyId() { return ++NextVGPRToSGPRCopyID; } in getNextVGPRToSGPRCopyId()