Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp269 void setPhysReg(MachineInstr &MI, MachineOperand &MO, MCPhysReg PhysReg);
924 setPhysReg(MI, MO, PhysReg); in defineVirtReg()
962 setPhysReg(MI, MO, *AllocationOrder.begin()); in useVirtReg()
973 setPhysReg(MI, MO, LRI->PhysReg); in useVirtReg()
979 void RegAllocFast::setPhysReg(MachineInstr &MI, MachineOperand &MO, in setPhysReg() function in RegAllocFast
1413 setPhysReg(MI, *RegMO, LRI->PhysReg); in handleDebugValue()
1441 setPhysReg(MI, MO, DI->second); in handleBundle()
H A DInterferenceCache.h208 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg() function
H A DRegAllocGreedy.cpp368 Intf.setPhysReg(Cache, Reg); in reset()