Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp245 LIS->removeRegUnit(*MCRegUnitIterator(AMDGPU::EXEC, TRI)); in emitIf()
329 LIS->removeRegUnit(*MCRegUnitIterator(AMDGPU::EXEC, TRI)); in emitElse()
DSIOptimizeExecMaskingPreRA.cpp248 LIS->removeRegUnit(*U); in runOnMachineFunction()
DSIWholeQuadMode.cpp903 LIS->removeRegUnit(*MCRegUnitIterator(AMDGPU::SCC, TRI)); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h416 void removeRegUnit(unsigned Unit) { in removeRegUnit() function