Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1630 selectIntv(IntvIn); in splitLiveThroughBlock()
1637 if (!IntvIn) { in splitLiveThroughBlock()
1651 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1682 selectIntv(IntvIn); in splitLiveThroughBlock()
1702 selectIntv(IntvIn); in splitLiveThroughBlock()
1719 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1730 selectIntv(IntvIn); in splitRegInBlock()
1750 selectIntv(IntvIn); in splitRegInBlock()
1756 selectIntv(IntvIn); in splitRegInBlock()
1781 selectIntv(IntvIn); in splitRegInBlock()
[all …]
H A DSplitKit.h553 unsigned IntvIn, SlotIndex LeaveBefore,
565 unsigned IntvIn, SlotIndex LeaveBefore);
H A DRegAllocGreedy.cpp1735 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1741 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1757 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1764 if (IntvIn && IntvOut) in splitAroundRegion()
1765 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1766 else if (IntvIn) in splitAroundRegion()
1767 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1783 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1789 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1801 if (!IntvIn && !IntvOut) in splitAroundRegion()
[all …]