Searched refs:LeaveBefore (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 1156 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument 1162 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock() 1167 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock() 1168 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock() 1182 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock() 1201 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1216 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1217 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock() 1226 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock() 1227 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock() [all …]
|
D | SplitKit.h | 433 unsigned IntvIn, SlotIndex LeaveBefore, 445 unsigned IntvIn, SlotIndex LeaveBefore);
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1271 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument 1277 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock() 1282 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock() 1283 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock() 1297 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock() 1316 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1331 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1332 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock() 1341 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock() 1342 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock() [all …]
|
D | SplitKit.h | 474 unsigned IntvIn, SlotIndex LeaveBefore, 486 unsigned IntvIn, SlotIndex LeaveBefore);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1601 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument 1607 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock() 1612 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock() 1613 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock() 1627 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock() 1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1661 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1662 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock() 1671 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock() 1672 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock() [all …]
|
D | SplitKit.h | 519 unsigned IntvIn, SlotIndex LeaveBefore, 531 unsigned IntvIn, SlotIndex LeaveBefore);
|