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

References

lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  362   MachineOperand *PotentialMO = findSingleRegUse(getReplacedOperand(), getMRI());
  378   if (!isSameReg(*Src, *getReplacedOperand())) {
  385         !isSameReg(*Src, *getReplacedOperand())) {
  425          !isSameReg(*Src, *getReplacedOperand())) {
  431     assert(isSameReg(*Src, *getReplacedOperand()) &&
  449   MachineOperand *PotentialMO = findSingleRegDef(getReplacedOperand(), MRI);
  477          isSameReg(*Operand, *getReplacedOperand()));