Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp136 void setPhysRegState(MCPhysReg PhysReg, unsigned NewState);
230 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState() function in RegAllocFast
333 setPhysRegState(LR.PhysReg, regFree); in killVirtReg()
441 setPhysRegState(Alias, regFree); in usePhysReg()
446 setPhysRegState(Alias, regDisabled); in usePhysReg()
454 setPhysRegState(PhysReg, regFree); in usePhysReg()
472 setPhysRegState(PhysReg, NewState); in definePhysReg()
477 setPhysRegState(PhysReg, NewState); in definePhysReg()
488 setPhysRegState(Alias, regDisabled); in definePhysReg()
558 setPhysRegState(PhysReg, VirtReg); in assignVirtToPhysReg()