Searched refs:setPhysReg (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 269 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 D | InterferenceCache.h | 208 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg() function
|
| H A D | RegAllocGreedy.cpp | 368 Intf.setPhysReg(Cache, Reg); in reset()
|