Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp278 void setPhysRegState(MCRegister PhysReg, unsigned NewState);
451 void RegAllocFastImpl::setPhysRegState(MCRegister PhysReg, unsigned NewState) { in setPhysRegState() function in RegAllocFastImpl
691 setPhysRegState(Reg, regLiveIn); in reloadAtBegin()
729 setPhysRegState(Reg, regPreAssigned); in usePhysReg()
736 setPhysRegState(Reg, regPreAssigned); in definePhysReg()
757 setPhysRegState(LRI->PhysReg, regFree); in displacePhysReg()
784 setPhysRegState(PhysReg, regFree); in freePhysReg()
790 setPhysRegState(LRI->PhysReg, regFree); in freePhysReg()
866 setPhysRegState(PhysReg, VirtReg.id()); in assignVirtToPhysReg()
1780 setPhysRegState(LiveReg.PhysReg, regPreAssigned); in allocateBasicBlock()