Searched refs:BreaksHint (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 501 LiveInterval &B, bool BreaksHint) { in shouldEvict() argument 506 if (CanSplit && IsHint && !BreaksHint) in shouldEvict() 563 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterference() local 565 Cost.BrokenHints += BreaksHint; in canEvictInterference() 571 if (!Urgent && !shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 844 LiveInterval &B, bool BreaksHint) { in shouldEvict() argument 849 if (CanSplit && IsHint && !BreaksHint) in shouldEvict() 922 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterference() local 924 Cost.BrokenHints += BreaksHint; in canEvictInterference() 932 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference() 982 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterferenceInRange() local 984 Cost.BrokenHints += BreaksHint; in canEvictInterferenceInRange()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 701 LiveInterval &B, bool BreaksHint) { in shouldEvict() argument 706 if (CanSplit && IsHint && !BreaksHint) in shouldEvict() 779 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterference() local 781 Cost.BrokenHints += BreaksHint; in canEvictInterference() 789 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
|