Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp193 BitVector LiveBundles; member
200 LiveBundles.clear(); in reset()
207 for (int i = LiveBundles.find_first(); i >= 0; in getBundles()
208 i = LiveBundles.find_next(i)) in getBundles()
847 SpillPlacer->prepare(Cand.LiveBundles); in calcCompactRegion()
859 if (!Cand.LiveBundles.any()) { in calcCompactRegion()
865 for (int i = Cand.LiveBundles.find_first(); i>=0; in calcCompactRegion()
866 i = Cand.LiveBundles.find_next(i)) in calcCompactRegion()
897 const BitVector &LiveBundles = Cand.LiveBundles; in calcGlobalSplitCost() local
902 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost()
[all …]
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp272 BitVector LiveBundles; member
279 LiveBundles.clear(); in reset()
286 for (int i = LiveBundles.find_first(); i >= 0; in getBundles()
287 i = LiveBundles.find_next(i)) in getBundles()
1113 SpillPlacer->prepare(Cand.LiveBundles); in calcCompactRegion()
1125 if (!Cand.LiveBundles.any()) { in calcCompactRegion()
1131 for (int i = Cand.LiveBundles.find_first(); i>=0; in calcCompactRegion()
1132 i = Cand.LiveBundles.find_next(i)) in calcCompactRegion()
1163 const BitVector &LiveBundles = Cand.LiveBundles; in calcGlobalSplitCost() local
1168 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp367 BitVector LiveBundles; member
374 LiveBundles.clear(); in reset()
381 for (unsigned i : LiveBundles.set_bits()) in getBundles()
1350 SpillPlacer->prepare(Cand.LiveBundles); in calcCompactRegion()
1362 if (!Cand.LiveBundles.any()) { in calcCompactRegion()
1368 for (int i : Cand.LiveBundles.set_bits()) in calcCompactRegion()
1550 const BitVector &LiveBundles = Cand.LiveBundles; in calcGlobalSplitCost() local
1556 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)]; in calcGlobalSplitCost()
1557 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, true)]; in calcGlobalSplitCost()
1595 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)]; in calcGlobalSplitCost()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp121 SmallVector<LiveBundle, 8> LiveBundles; member
349 LiveBundles[Bundles->getBundle(Entry->getNumber(), false)]; in runOnMachineFunction()
377 LiveBundles.clear(); in runOnMachineFunction()
388 assert(LiveBundles.empty() && "Stale data in LiveBundles"); in bundleCFGRecomputeKillFlags()
389 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFGRecomputeKillFlags()
399 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask; in bundleCFGRecomputeKillFlags()
508 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
547 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp120 SmallVector<LiveBundle, 8> LiveBundles; member
342 LiveBundles.clear(); in runOnMachineFunction()
353 assert(LiveBundles.empty() && "Stale data in LiveBundles"); in bundleCFG()
354 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFG()
362 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask; in bundleCFG()
471 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
510 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp109 SmallVector<LiveBundle, 8> LiveBundles; member
378 LiveBundles.clear(); in runOnMachineFunction()
389 assert(LiveBundles.empty() && "Stale data in LiveBundles"); in bundleCFG()
390 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFG()
399 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)].Mask |= Mask; in bundleCFG()
501 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
540 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()