Searched refs:setPhysRegState (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 153 void setPhysRegState(MCPhysReg PhysReg, unsigned NewState); 293 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState() function in RegAllocFast 510 setPhysRegState(Reg, regLiveIn); in reloadAtBegin() 549 setPhysRegState(Reg, regPreAssigned); in usePhysReg() 556 setPhysRegState(Reg, regPreAssigned); in definePhysReg() 576 setPhysRegState(LRI->PhysReg, regFree); in displacePhysReg() 603 setPhysRegState(PhysReg, regFree); in freePhysReg() 609 setPhysRegState(LRI->PhysReg, regFree); in freePhysReg() 683 setPhysRegState(PhysReg, VirtReg); in assignVirtToPhysReg() 1456 setPhysRegState(LiveReg.PhysReg, regPreAssigned); in allocateBasicBlock()
|