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

References

lib/Target/AMDGPU/SIShrinkInstructions.cpp
  319   unsigned Opc = MI.getOpcode();
  320   const MachineOperand *Dest = &MI.getOperand(0);
  321   MachineOperand *Src0 = &MI.getOperand(1);
  322   MachineOperand *Src1 = &MI.getOperand(2);
  358       if (!TII->commuteInstruction(MI, false, 1, 2))
  370         MI.setDesc(TII->get(Opc));
  375           MI.getOperand(2).ChangeToRegister(Dest->getReg(), false);
  376           MI.tieOperands(0, 2);