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

References

lib/Target/AMDGPU/SIShrinkInstructions.cpp
  193   if (SOPKOpc == -1)
  198   if (SOPKOpc == AMDGPU::S_CMPK_EQ_U32 || SOPKOpc == AMDGPU::S_CMPK_LG_U32) {
  198   if (SOPKOpc == AMDGPU::S_CMPK_EQ_U32 || SOPKOpc == AMDGPU::S_CMPK_LG_U32) {
  202         SOPKOpc = (SOPKOpc == AMDGPU::S_CMPK_EQ_U32) ?
  202         SOPKOpc = (SOPKOpc == AMDGPU::S_CMPK_EQ_U32) ?
  206       MI.setDesc(TII->get(SOPKOpc));
  212   const MCInstrDesc &NewDesc = TII->get(SOPKOpc);
  214   if ((TII->sopkIsZext(SOPKOpc) && isKUImmOperand(TII, Src1)) ||
  215       (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(TII, Src1))) {