Home
last modified time | relevance | path

Searched refs:IntvIn (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp1156 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1163 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1165 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1168 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1180 selectIntv(IntvIn); in splitLiveThroughBlock()
1187 if (!IntvIn) { in splitLiveThroughBlock()
1201 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1216 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1232 selectIntv(IntvIn); in splitLiveThroughBlock()
1252 selectIntv(IntvIn); in splitLiveThroughBlock()
[all …]
DRegAllocGreedy.cpp964 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
970 IntvIn = Cand.IntvIdx; in splitAroundRegion()
986 if (!IntvIn && !IntvOut) { in splitAroundRegion()
993 if (IntvIn && IntvOut) in splitAroundRegion()
994 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
995 else if (IntvIn) in splitAroundRegion()
996 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1013 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1019 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1031 if (!IntvIn && !IntvOut) in splitAroundRegion()
[all …]
DSplitKit.h433 unsigned IntvIn, SlotIndex LeaveBefore,
445 unsigned IntvIn, SlotIndex LeaveBefore);
/external/llvm/lib/CodeGen/
DSplitKit.cpp1271 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1278 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1280 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1283 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1295 selectIntv(IntvIn); in splitLiveThroughBlock()
1302 if (!IntvIn) { in splitLiveThroughBlock()
1316 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1331 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1347 selectIntv(IntvIn); in splitLiveThroughBlock()
1367 selectIntv(IntvIn); in splitLiveThroughBlock()
[all …]
DSplitKit.h474 unsigned IntvIn, SlotIndex LeaveBefore,
486 unsigned IntvIn, SlotIndex LeaveBefore);
DRegAllocGreedy.cpp1232 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1238 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1254 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1261 if (IntvIn && IntvOut) in splitAroundRegion()
1262 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1263 else if (IntvIn) in splitAroundRegion()
1264 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1281 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1287 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1299 if (!IntvIn && !IntvOut) in splitAroundRegion()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp1601 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 …]
DSplitKit.h519 unsigned IntvIn, SlotIndex LeaveBefore,
531 unsigned IntvIn, SlotIndex LeaveBefore);
DRegAllocGreedy.cpp1660 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1666 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1682 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1689 if (IntvIn && IntvOut) in splitAroundRegion()
1690 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1691 else if (IntvIn) in splitAroundRegion()
1692 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1709 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1715 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1727 if (!IntvIn && !IntvOut) in splitAroundRegion()
[all …]