Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp652 unsigned MaxNumAGPRs = MaxNumVGPRs; in getReservedRegs() local
657 for (unsigned i = 0; i < MaxNumAGPRs; ++i) { in getReservedRegs()
678 MaxNumAGPRs = MaxNumVGPRs; in getReservedRegs()
681 MaxNumAGPRs = MaxNumVGPRs - TotalNumVGPRs; in getReservedRegs()
684 MaxNumAGPRs = 0; in getReservedRegs()
693 for (unsigned i = MaxNumAGPRs; i < TotalNumVGPRs; ++i) { in getReservedRegs()