Searched refs:definePhysReg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 193 void definePhysReg(MachineBasicBlock::iterator MI, MCPhysReg PhysReg, 461 void RegAllocFast::definePhysReg(MachineBasicBlock::iterator MI, in definePhysReg() function in RegAllocFast 579 definePhysReg(MI, Hint, regFree); in allocVirtReg() 618 definePhysReg(MI, *AllocationOrder.begin(), regFree); in allocVirtReg() 623 definePhysReg(MI, BestReg, regFree); in allocVirtReg() 765 definePhysReg(MI, *AI, regFree); in handleThroughOperands() 916 definePhysReg(MI, Reg, in allocateInstruction() 995 definePhysReg(MI, Reg, MO.isDead() ? regFree : regReserved); in allocateInstruction() 1068 definePhysReg(MII, LI.PhysReg, regReserved); in allocateBasicBlock()
|