Searched refs:allocVirtReg (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ ! |
| H A D | RegAllocFast.cpp | 360 void allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint, 891 void RegAllocFastImpl::allocVirtReg(MachineInstr &MI, LiveReg &LR, in allocVirtReg() function in RegAllocFastImpl 1023 allocVirtReg(MI, *LRI, 0, true); in defineLiveThroughVirtReg() 1067 allocVirtReg(MI, *LRI, 0, LookAtPhysRegUses); in defineVirtReg() 1160 allocVirtReg(MI, *LRI, Hint, false); in useVirtReg()
|