Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp653 unsigned TotalNumVGPRs = AMDGPU::VGPR_32RegClass.getNumRegs(); in getReservedRegs() local
680 if (MaxNumVGPRs > TotalNumVGPRs) { in getReservedRegs()
681 MaxNumAGPRs = MaxNumVGPRs - TotalNumVGPRs; in getReservedRegs()
682 MaxNumVGPRs = TotalNumVGPRs; in getReservedRegs()
688 for (unsigned i = MaxNumVGPRs; i < TotalNumVGPRs; ++i) { in getReservedRegs()
693 for (unsigned i = MaxNumAGPRs; i < TotalNumVGPRs; ++i) { in getReservedRegs()