Searched refs:allocVirtReg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 377 void allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint, 864 void RegAllocFast::allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint0, in allocVirtReg() function in RegAllocFast 995 allocVirtReg(MI, *LRI, 0, true); in defineLiveThroughVirtReg() 1039 allocVirtReg(MI, *LRI, 0, LookAtPhysRegUses); in defineVirtReg() 1132 allocVirtReg(MI, *LRI, Hint, false); in useVirtReg()
|