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

References

lib/CodeGen/DetectDeadLanes.cpp
  546                      << "Marking operand '" << MO << "' as dead in " << MI);
  553                        << "Marking operand '" << MO << "' as undef in " << MI);
  557                        << "Marking operand '" << MO << "' as undef in " << MI);
lib/CodeGen/GlobalISel/Utils.cpp
  128     LLVM_DEBUG(dbgs() << "Converting operand: " << MO << '\n');
lib/CodeGen/MachineOperand.cpp
  959 LLVM_DUMP_METHOD void MachineOperand::dump() const { dbgs() << *this << '\n'; }
lib/CodeGen/MachineRegisterInfo.cpp
  240              << " MachineOperand " << MO << ": " << *MO
  247              << *MO << " is the wrong register\n";
lib/CodeGen/ModuloSchedule.cpp
 1556     OS << "use of " << *Source << ": distance(" << PhiDefaults.size() << ") in "
lib/CodeGen/RegAllocFast.cpp
  822       LLVM_DEBUG(dbgs() << "Killing last use: " << MO << '\n');
  828       LLVM_DEBUG(dbgs() << "Clearing dubious kill: " << MO << '\n');
  831       LLVM_DEBUG(dbgs() << "Clearing dubious dead: " << MO << '\n');
  839     LLVM_DEBUG(dbgs() << "Clearing clean kill: " << MO << '\n');
  842     LLVM_DEBUG(dbgs() << "Clearing clean dead: " << MO << '\n');
  927       LLVM_DEBUG(dbgs() << "Operand " << I << "(" << MO
  936       LLVM_DEBUG(dbgs() << "Partial redefine: " << MO << '\n');
lib/Target/AMDGPU/GCNDPPCombine.cpp
  427       dbgs() << *OldOpndValue;
lib/Target/AMDGPU/SIFoldOperands.cpp
  672       LLVM_DEBUG(dbgs() << "Folding " << OpToFold
 1310   LLVM_DEBUG(dbgs() << "Folding clamp " << *DefClamp << " into " << *Def
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  253   OS << "SDWA src: " << *getTargetOperand()
  261   OS << "SDWA dst: " << *getTargetOperand()
  268   OS << "SDWA preserve dst: " << *getTargetOperand()
  270     << " preserve:" << *getPreservedOperand() << '\n';
lib/Target/ARM/A15SDOptimizer.cpp
  644           LLVM_DEBUG(dbgs() << "Replacing operand " << **I << " with "
lib/Target/PowerPC/PPCBranchCoalescing.cpp
  338     LLVM_DEBUG(dbgs() << "Op1: " << Op1 << "\n"
  339                       << "Op2: " << Op2 << "\n");
lib/Target/PowerPC/PPCExpandISEL.cpp
  446     LLVM_DEBUG(dbgs() << "Dest: " << Dest << "\n");
  447     LLVM_DEBUG(dbgs() << "TrueValue: " << TrueValue << "\n");
  448     LLVM_DEBUG(dbgs() << "FalseValue: " << FalseValue << "\n");
  449     LLVM_DEBUG(dbgs() << "ConditionRegister: " << ConditionRegister << "\n");
lib/Target/PowerPC/PPCPreEmitPeephole.cpp
  101           LLVM_DEBUG(dbgs() << " Kill flag of " << *DeadOrKillToUnset
  116                        << " Kill flag of " << *DeadOrKillToUnset << " from "
  139                        << " Unset dead/kill flag of " << *DeadOrKillToUnset
  150                        << " Dead flag of " << *DeadOrKillToUnset << " from "
lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  120     LLVM_DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from "