Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp582 MRI.reserveReg(Reg, TRI); in getEntryFunctionReservedScratchRsrcReg()
1475 MRI.reserveReg(UnusedLowVGPR, TRI); in processFunctionBeforeFrameIndicesReplaced()
1489 MRI.reserveReg(UnusedLowSGPR, TRI); in processFunctionBeforeFrameIndicesReplaced()
1517 MRI.reserveReg(ReservedRegForExecCopy, TRI); in determinePrologEpilogSGPRSaves()
H A DSIMachineFunctionInfo.cpp505 MRI.reserveReg(*NextSpillReg, TRI); in allocateVGPRSpillToAGPR()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h928 void reserveReg(MCRegister PhysReg, const TargetRegisterInfo *TRI) { in reserveReg() function