Searched refs:allocVirtReg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 267 void allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint, 743 void RegAllocFast::allocVirtReg(MachineInstr &MI, LiveReg &LR, in allocVirtReg() function in RegAllocFast 870 allocVirtReg(MI, *LRI, 0, true); in defineLiveThroughVirtReg() 910 allocVirtReg(MI, *LRI, 0, LookAtPhysRegUses); in defineVirtReg() 972 allocVirtReg(MI, *LRI, Hint, false); in useVirtReg()
|