Searched refs:assignVirtToPhysReg (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 359 void assignVirtToPhysReg(MachineInstr &MI, LiveReg &, MCPhysReg PhysReg); 839 void RegAllocFastImpl::assignVirtToPhysReg(MachineInstr &AtMI, LiveReg &LR, in assignVirtToPhysReg() function in RegAllocFastImpl 908 assignVirtToPhysReg(MI, LR, Hint0); in allocVirtReg() 926 assignVirtToPhysReg(MI, LR, Hint1); in allocVirtReg() 950 assignVirtToPhysReg(MI, LR, PhysReg); in allocVirtReg() 977 assignVirtToPhysReg(MI, LR, BestReg); in allocVirtReg()
|