Searched refs:allocVirtReg (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 263 void allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint, 751 void RegAllocFast::allocVirtReg(MachineInstr &MI, LiveReg &LR, in allocVirtReg() function in RegAllocFast 878 allocVirtReg(MI, *LRI, 0, true); in defineLiveThroughVirtReg() 918 allocVirtReg(MI, *LRI, 0, LookAtPhysRegUses); in defineVirtReg() 980 allocVirtReg(MI, *LRI, Hint, false); in useVirtReg()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2010-05-17-FastAllocCrash.ll | 5 ; because allocVirtReg forgot to check if registers were already used in the
|