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