Searched refs:IntvOut (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1602 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument 1608 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock() 1610 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock() 1618 if (!IntvOut) { in splitLiveThroughBlock() 1639 selectIntv(IntvOut); in splitLiveThroughBlock() 1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1652 selectIntv(IntvOut); in splitLiveThroughBlock() 1659 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock() 1661 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1669 selectIntv(IntvOut); in splitLiveThroughBlock() [all …]
|
D | SplitKit.h | 536 unsigned IntvOut, SlotIndex EnterAfter); 559 unsigned IntvOut, SlotIndex EnterAfter);
|
D | RegAllocGreedy.cpp | 1697 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1712 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1719 if (!IntvIn && !IntvOut) { in splitAroundRegion() 1726 if (IntvIn && IntvOut) in splitAroundRegion() 1727 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1731 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1746 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1760 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1764 if (!IntvIn && !IntvOut) in splitAroundRegion() 1766 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|