Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocFast.cpp163 void setPhysRegState(MCPhysReg PhysReg, unsigned NewState);
307 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState() function in RegAllocFast
524 setPhysRegState(Reg, regLiveIn); in reloadAtBegin()
563 setPhysRegState(Reg, regPreAssigned); in usePhysReg()
570 setPhysRegState(Reg, regPreAssigned); in definePhysReg()
590 setPhysRegState(LRI->PhysReg, regFree); in displacePhysReg()
617 setPhysRegState(PhysReg, regFree); in freePhysReg()
623 setPhysRegState(LRI->PhysReg, regFree); in freePhysReg()
697 setPhysRegState(PhysReg, VirtReg); in assignVirtToPhysReg()
1470 setPhysRegState(LiveReg.PhysReg, regPreAssigned); in allocateBasicBlock()