Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSILowerSGPRSpills.cpp123 LIS->removeAllRegUnitsForPhysReg(Reg); in insertCSRSaves()
162 LIS->removeAllRegUnitsForPhysReg(Reg); in insertCSRRestores()
HDSIOptimizeExecMaskingPreRA.cpp228 LIS->removeAllRegUnitsForPhysReg(CCReg); in optimizeVcndVcmpPair()
484 LIS->removeAllRegUnitsForPhysReg(Reg); in runOnMachineFunction()
HDSILowerControlFlow.cpp293 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in emitIf()
365 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in emitElse()
HDSIWholeQuadMode.cpp1731 LIS->removeAllRegUnitsForPhysReg(AMDGPU::SCC); in runOnMachineFunction()
1735 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in runOnMachineFunction()
HDSIRegisterInfo.cpp1878 LIS->removeAllRegUnitsForPhysReg(SB.SuperReg); in spillSGPR()
1958 LIS->removeAllRegUnitsForPhysReg(SB.SuperReg); in restoreSGPR()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveIntervals.h434 void removeAllRegUnitsForPhysReg(MCRegister Reg) { in removeAllRegUnitsForPhysReg() function