Searched refs:canEvictInterference (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 265 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&); 463 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign() 521 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, in canEvictInterference() function in RAGreedy 644 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost)) in tryEvict()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 359 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&); 638 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign() 725 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, in canEvictInterference() function in RAGreedy 906 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost)) in tryEvict()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 468 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&); 779 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign() 868 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, in canEvictInterference() function in RAGreedy 1145 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost)) in tryEvict()
|