Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocFast.cpp279 void setPhysReg(MachineInstr &MI, MachineOperand &MO, MCPhysReg PhysReg);
960 setPhysReg(MI, MO, PhysReg); in defineVirtReg()
1005 setPhysReg(MI, MO, *AllocationOrder.begin()); in useVirtReg()
1016 setPhysReg(MI, MO, LRI->PhysReg); in useVirtReg()
1022 void RegAllocFast::setPhysReg(MachineInstr &MI, MachineOperand &MO, in setPhysReg() function in RegAllocFast
1473 setPhysReg(MI, *RegMO, LRI->PhysReg); in handleDebugValue()
1500 setPhysReg(MI, MO, DI->second); in handleBundle()
DInterferenceCache.h208 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg() function
DRegAllocGreedy.h241 Intf.setPhysReg(Cache, Reg); in reset()