Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerSGPRSpills.cpp113 LIS->removeAllRegUnitsForPhysReg(Reg); in insertCSRSaves()
147 LIS->removeAllRegUnitsForPhysReg(Reg); in insertCSRRestores()
DSILowerControlFlow.cpp268 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in emitIf()
351 LIS->removeAllRegUnitsForPhysReg(AMDGPU::EXEC); in emitElse()
DSIOptimizeExecMaskingPreRA.cpp443 LIS->removeAllRegUnitsForPhysReg(Reg); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h425 void removeAllRegUnitsForPhysReg(unsigned Reg) { in removeAllRegUnitsForPhysReg() function