Searched refs:reserveReg (Results 1 – 3 of 3) sorted by relevance
357 MRI.reserveReg(NewReg, TRI); in shiftWwmVGPRsToLowestRange()537 MRI.reserveReg(*NextSpillReg, TRI); in allocateVGPRSpillToAGPR()
583 MRI.reserveReg(Reg, TRI); in getEntryFunctionReservedScratchRsrcReg()1519 MRI.reserveReg(UnusedLowVGPR, TRI); in processFunctionBeforeFrameIndicesReplaced()1533 MRI.reserveReg(UnusedLowSGPR, TRI); in processFunctionBeforeFrameIndicesReplaced()1561 MRI.reserveReg(ReservedRegForExecCopy, TRI); in determinePrologEpilogSGPRSaves()
935 void reserveReg(MCRegister PhysReg, const TargetRegisterInfo *TRI) { in reserveReg() function