Searched refs:tryEvict (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 271 unsigned tryEvict(LiveInterval&, AllocationOrder&, 478 unsigned CheapReg = tryEvict(VirtReg, Order, NewVRegs, Cost); in tryAssign() 613 unsigned RAGreedy::tryEvict(LiveInterval &VirtReg, in tryEvict() function in RAGreedy 1569 if (unsigned PhysReg = tryEvict(VirtReg, Order, NewVRegs)) in selectOrSplit()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 368 unsigned tryEvict(LiveInterval&, AllocationOrder&, 653 unsigned CheapReg = tryEvict(VirtReg, Order, NewVRegs, Cost); in tryAssign() 858 unsigned RAGreedy::tryEvict(LiveInterval &VirtReg, in tryEvict() function in RAGreedy 2510 tryEvict(VirtReg, Order, NewVRegs, CostPerUseLimit)) { in selectOrSplitImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 483 unsigned tryEvict(LiveInterval&, AllocationOrder&, 797 unsigned CheapReg = tryEvict(VirtReg, Order, NewVRegs, Cost); in tryAssign() 1094 unsigned RAGreedy::tryEvict(LiveInterval &VirtReg, in tryEvict() function in RAGreedy 3022 tryEvict(VirtReg, Order, NewVRegs, CostPerUseLimit)) { in selectOrSplitImpl()
|