Searched refs:IsHint (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 500 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, in shouldEvict() argument 506 if (CanSplit && IsHint && !BreaksHint) in shouldEvict() 522 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() argument 571 if (!Urgent && !shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 700 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, in shouldEvict() argument 706 if (CanSplit && IsHint && !BreaksHint) in shouldEvict() 726 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() argument 789 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 843 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, in shouldEvict() argument 849 if (CanSplit && IsHint && !BreaksHint) in shouldEvict() 869 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() argument 932 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
|