Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp279 void setPhysReg(MachineInstr &MI, MachineOperand &MO, MCPhysReg PhysReg);
946 setPhysReg(MI, MO, PhysReg); in defineVirtReg()
984 setPhysReg(MI, MO, *AllocationOrder.begin()); in useVirtReg()
995 setPhysReg(MI, MO, LRI->PhysReg); in useVirtReg()
1001 void RegAllocFast::setPhysReg(MachineInstr &MI, MachineOperand &MO, in setPhysReg() function in RegAllocFast
1443 setPhysReg(MI, *RegMO, LRI->PhysReg); in handleDebugValue()
1470 setPhysReg(MI, MO, DI->second); in handleBundle()
H A DInterferenceCache.h208 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg() function
H A DRegAllocGreedy.h231 Intf.setPhysReg(Cache, Reg); in reset()