Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp148 LIS->removeAllRegUnitsForPhysReg(Reg); in insertCSRSaves()
157 LIS->removeAllRegUnitsForPhysReg(CS.getReg()); in insertCSRSaves()
188 LIS->removeAllRegUnitsForPhysReg(CI.getReg()); in insertCSRRestores()
198 LIS->removeAllRegUnitsForPhysReg(CS.getReg()); in insertCSRRestores()
H A DSIOptimizeExecMaskingPreRA.cpp236 LIS->removeAllRegUnitsForPhysReg(CCReg); in optimizeVcndVcmpPair()
505 LIS->removeAllRegUnitsForPhysReg(Reg); in run()
H A DSILowerControlFlow.cpp302 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in emitIf()
374 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in emitElse()
H A DSIWholeQuadMode.cpp1807 LIS->removeAllRegUnitsForPhysReg(AMDGPU::SCC); in run()
1811 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in run()
H A DSIRegisterInfo.cpp2155 LIS->removeAllRegUnitsForPhysReg(SB.SuperReg); in spillSGPR()
2235 LIS->removeAllRegUnitsForPhysReg(SB.SuperReg); in restoreSGPR()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp183 LIS->removeAllRegUnitsForPhysReg(MO.getReg()); in cleanupFailedVReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h445 void removeAllRegUnitsForPhysReg(MCRegister Reg) { in removeAllRegUnitsForPhysReg() function