Searched refs:setPhysRegState (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 279 void setPhysRegState(MCPhysReg PhysReg, unsigned NewState); 449 void RegAllocFastImpl::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState() function in RegAllocFastImpl 674 setPhysRegState(Reg, regLiveIn); in reloadAtBegin() 712 setPhysRegState(Reg, regPreAssigned); in usePhysReg() 719 setPhysRegState(Reg, regPreAssigned); in definePhysReg() 738 setPhysRegState(LRI->PhysReg, regFree); in displacePhysReg() 765 setPhysRegState(PhysReg, regFree); in freePhysReg() 771 setPhysRegState(LRI->PhysReg, regFree); in freePhysReg() 847 setPhysRegState(PhysReg, VirtReg); in assignVirtToPhysReg() 1722 setPhysRegState(LiveReg.PhysReg, regPreAssigned); in allocateBasicBlock()
|