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

Declarations

include/llvm/CodeGen/MachineOperand.h
  307   void dump() const;

References

lib/CodeGen/MIRCanonicalizerPass.cpp
  219     LLVM_DEBUG(dbgs() << "Operand " << 0 << " of "; II->dump(); MO.dump(););
lib/CodeGen/MIRVRegNamerUtils.cpp
  106         MRI.def_begin(Reg)->dump();
  206         LLVM_DEBUG(auto foo = &*MRI.reg_begin(Reg); foo->dump(););
  212         LLVM_DEBUG(auto foo = &*MRI.reg_begin(Rename); foo->dump(););
  282       LLVM_DEBUG(dbgs() << "Enqueue register"; MO.dump(); dbgs() << "\n";);
  299       LLVM_DEBUG(dbgs() << "Enqueue Reg/FI"; MO.dump(); dbgs() << "\n";);