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

References

lib/Target/Hexagon/HexagonRDFOpt.cpp
  117   unsigned Opc = MI->getOpcode();
  120       const MachineOperand &DstOp = MI->getOperand(0);
  121       const MachineOperand &HiOp = MI->getOperand(1);
  122       const MachineOperand &LoOp = MI->getOperand(2);
  131       const MachineOperand &A = MI->getOperand(2);
  137       const MachineOperand &DstOp = MI->getOperand(0);
  138       const MachineOperand &SrcOp = MI->getOperand(1);
  145   return CopyPropagation::interpretAsCopy(MI, EM);