reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/InlineSpiller.cpp
  343     LLVM_DEBUG(dbgs() << "\talso spill snippet " << SnipLI << '\n');
  395                     << *StackInt << '\n');
  436                       << VNI->def << " in " << *LI << '\n');
  444     LLVM_DEBUG(dbgs() << "Merged to stack int: " << *StackInt << '\n');
 1079   LLVM_DEBUG(dbgs() << "Merged spilled regs: " << *StackInt << '\n');
 1121                     << ':' << edit.getParent() << "\nFrom original "
lib/CodeGen/LiveDebugVariables.cpp
  805   LLVM_DEBUG(dbgs() << "Got " << CopyValues.size() << " copies of " << *LI
  821                         << DstVNI->id << " in " << *DstLI << '\n');
lib/CodeGen/LiveInterval.cpp
 1055   dbgs() << *this << '\n';
lib/CodeGen/LiveIntervals.cpp
  166       OS << getInterval(Reg) << '\n';
  443   LLVM_DEBUG(dbgs() << "Shrink: " << *li << '\n');
  475                  << *li << '\n');
  496   LLVM_DEBUG(dbgs() << "Shrunk: " << *li << '\n');
 1658   LLVM_DEBUG(dbgs() << "  Split " << NumComp << " components: " << LI << '\n');
lib/CodeGen/MachineVerifier.cpp
  523   errs() << "- interval:    " << LI << '\n';
 1859         errs() << "Live stack: " << LI << '\n';
 1863         errs() << "Live stack: " << LI << '\n';
lib/CodeGen/RegAllocBase.cpp
   94       LLVM_DEBUG(dbgs() << "Dropping unused " << *VirtReg << '\n');
  108                       << ':' << *VirtReg << " w=" << VirtReg->weight << '\n');
  151         LLVM_DEBUG(dbgs() << "not queueing unused  " << *SplitVirtReg << '\n');
  156       LLVM_DEBUG(dbgs() << "queuing new interval: " << *SplitVirtReg << "\n");
lib/CodeGen/RegAllocBasic.cpp
  222                     << " interferences with " << VirtReg << "\n");
  294   LLVM_DEBUG(dbgs() << "spilling: " << VirtReg << '\n');
lib/CodeGen/RegAllocGreedy.cpp
  828     LLVM_DEBUG(dbgs() << "can reassign: " << VirtReg << " from "
  857     LLVM_DEBUG(dbgs() << "should evict: " << B << " w= " << B.weight << '\n');
 2608   LLVM_DEBUG(dbgs() << "Try last chance recoloring for " << VirtReg << '\n');
 2635     LLVM_DEBUG(dbgs() << "Try to assign: " << VirtReg << " to "
 2696     LLVM_DEBUG(dbgs() << "Fail to assign: " << VirtReg << " to "
 2744     LLVM_DEBUG(dbgs() << "Try to recolor: " << *LI << '\n');
 2756       LLVM_DEBUG(dbgs() << "Recoloring of " << *LI
 2760     LLVM_DEBUG(dbgs() << "Recoloring of " << *LI
lib/CodeGen/RegisterCoalescer.cpp
  656   LLVM_DEBUG(dbgs() << "   result = " << IntB << '\n');
  969   LLVM_DEBUG(dbgs() << "\t\textended: " << IntB << '\n');
  973   LLVM_DEBUG(dbgs() << "\t\ttrimmed:  " << IntA << '\n');
 1803     LLVM_DEBUG(dbgs() << "\tCopy already coalesced: " << LI << '\n');
 1820       LLVM_DEBUG(dbgs() << "\tMerged values:          " << LI << '\n');
 1890           LLVM_DEBUG(dbgs() << "\t\tshrunk:   " << DstLI << '\n');
 1970       dbgs() << LIS->getInterval(CP.getDstReg());
 1984   LLVM_DEBUG(dbgs() << "\t\tRHS = " << RHS << '\n');
 3183           dbgs() << "\t\t  LHS = " << *LI << '\n';
 3312   LLVM_DEBUG(dbgs() << "\t\tRHS = " << RHS << "\n\t\tLHS = " << LHS << '\n');
 3312   LLVM_DEBUG(dbgs() << "\t\tRHS = " << RHS << "\n\t\tLHS = " << LHS << '\n');
 3346     LLVM_DEBUG(dbgs() << "\t\tLHST = " << printReg(CP.getDstReg()) << ' ' << LHS
 3362     LLVM_DEBUG(dbgs() << "\tJoined SubRanges " << LHS << "\n");
 3407       dbgs() << ":  " << LHS << '\n';
lib/Target/AMDGPU/GCNRegPressure.cpp
   60       dbgs() << "  " << LI << '\n';
lib/Target/Hexagon/HexagonExpandCondsets.cpp
 1145                     << printReg(R1.Reg, TRI, R1.Sub) << "  " << L1 << "\n  "
 1146                     << printReg(R2.Reg, TRI, R2.Sub) << "  " << L2 << "\n");
 1179   LLVM_DEBUG(dbgs() << "coalesced: " << L1 << "\n");
lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  312         LLVM_DEBUG(dbgs() << "  extended: " << NewFMAInt << '\n');
  329         LLVM_DEBUG(dbgs() << "  trimmed:  " << FMAInt << '\n');