Home
last modified time | relevance | path

Searched refs:EnterAfter (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp1157 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument
1162 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1169 assert((!EnterAfter || EnterAfter >= Start) && "Interference before block"); in splitLiveThroughBlock()
1196 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1201 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1214 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1216 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1217 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1235 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1245 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
[all …]
DSplitKit.h434 unsigned IntvOut, SlotIndex EnterAfter);
457 unsigned IntvOut, SlotIndex EnterAfter);
/external/llvm/lib/CodeGen/
DSplitKit.cpp1272 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument
1277 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1284 assert((!EnterAfter || EnterAfter >= Start) && "Interference before block"); in splitLiveThroughBlock()
1311 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1316 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1329 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1331 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1332 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1350 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1360 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
[all …]
DSplitKit.h475 unsigned IntvOut, SlotIndex EnterAfter);
498 unsigned IntvOut, SlotIndex EnterAfter);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp1602 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument
1607 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1614 assert((!EnterAfter || EnterAfter >= Start) && "Interference before block"); in splitLiveThroughBlock()
1641 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1659 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1661 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1662 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1680 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1690 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
[all …]
DSplitKit.h520 unsigned IntvOut, SlotIndex EnterAfter);
543 unsigned IntvOut, SlotIndex EnterAfter);