HomeSort by relevance Sort by last modified time
    Searched refs:Bundles (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 78 EdgeBundles *Bundles;
191 // Bundles where this candidate should be live.
685 /// Return false if there are no bundles with positive bias.
807 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle);
836 // Perhaps iterating can enable more bundles?
842 /// calcCompactRegion - Compute the set of edge bundles that should be live
857 DEBUG(dbgs() << "Compact region bundles");
859 // Use the spill placer to determine the live bundles. GrowRegion pretends
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 17 // partitioned into bundles where the same FP registers must be live in
111 EdgeBundles *Bundles;
354 Bundles = &getAnalysis<EdgeBundles>();
391 LiveBundles.resize(Bundles->getNumBundles());
400 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)].Mask |= Mask;
494 /// setupBlockStack - Use the live bundles to set up our model of the stack
502 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)];
540 unsigned BundleIdx = Bundles->getBundle(MBB->getNumber(), true);
    [all...]

Completed in 153 milliseconds