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

References

lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  854     if (auto Operand = matchSDWAOperand(MI)) {
  855       LLVM_DEBUG(dbgs() << "Match: " << MI << "To: " << *Operand << '\n');
  856       SDWAOperands[&MI] = std::move(Operand);