Searched refs:IntvIn (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 | 1601 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument 1608 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock() 1610 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock() 1613 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock() 1625 selectIntv(IntvIn); in splitLiveThroughBlock() 1632 if (!IntvIn) { in splitLiveThroughBlock() 1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1661 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1677 selectIntv(IntvIn); in splitLiveThroughBlock() 1697 selectIntv(IntvIn); in splitLiveThroughBlock() [all …]
|
D | SplitKit.h | 535 unsigned IntvIn, SlotIndex LeaveBefore, 547 unsigned IntvIn, SlotIndex LeaveBefore);
|
D | RegAllocGreedy.cpp | 1697 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1703 IntvIn = 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() 1728 else if (IntvIn) in splitAroundRegion() 1729 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 1746 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1752 IntvIn = Cand.IntvIdx; in splitAroundRegion() 1764 if (!IntvIn && !IntvOut) in splitAroundRegion() [all …]
|