Home
last modified time | relevance | path

Searched refs:canEvictInterference (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp265 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/
DRegAllocGreedy.cpp359 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/
DRegAllocGreedy.cpp468 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()