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

References

lib/Target/AMDGPU/SIShrinkInstructions.cpp
  186     TII->commuteInstruction(MI, false, 0, 1);
  200     if (isKImmOrKUImmOperand(TII, Src1, HasUImm)) {
  206       MI.setDesc(TII->get(SOPKOpc));
  212   const MCInstrDesc &NewDesc = TII->get(SOPKOpc);
  214   if ((TII->sopkIsZext(SOPKOpc) && isKUImmOperand(TII, Src1)) ||
  214   if ((TII->sopkIsZext(SOPKOpc) && isKUImmOperand(TII, Src1)) ||
  215       (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(TII, Src1))) {
  215       (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(TII, Src1))) {