Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp123 LIS->removeAllRegUnitsForPhysReg(Reg); in insertCSRSaves()
162 LIS->removeAllRegUnitsForPhysReg(Reg); in insertCSRRestores()
H A DSIOptimizeExecMaskingPreRA.cpp228 LIS->removeAllRegUnitsForPhysReg(CCReg); in optimizeVcndVcmpPair()
484 LIS->removeAllRegUnitsForPhysReg(Reg); in runOnMachineFunction()
H A DSILowerControlFlow.cpp293 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in emitIf()
365 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in emitElse()
H A DSIWholeQuadMode.cpp1731 LIS->removeAllRegUnitsForPhysReg(AMDGPU::SCC); in runOnMachineFunction()
1735 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in runOnMachineFunction()
H A DSIRegisterInfo.cpp1878 LIS->removeAllRegUnitsForPhysReg(SB.SuperReg); in spillSGPR()
1958 LIS->removeAllRegUnitsForPhysReg(SB.SuperReg); in restoreSGPR()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h434 void removeAllRegUnitsForPhysReg(MCRegister Reg) { in removeAllRegUnitsForPhysReg() function