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

References

lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  509     AddrSize = BaseOpcode->NumExtraArgs +
  515       if (AddrSize > 8)
  516         AddrSize = 16;
  517       else if (AddrSize > 4)
  518         AddrSize = 8;
  520       if (AddrSize > Info->VAddrDwords) {
  540   if (DstSize == Info->VDataDwords && AddrSize == Info->VAddrDwords)
  544       AMDGPU::getMIMGOpcode(Info->BaseOpcode, Info->MIMGEncoding, DstSize, AddrSize);
  569       AddrSize != Info->VAddrDwords) {
  595     assert(AddrSize <= Info->VAddrDwords);
  596     MI.erase(MI.begin() + VAddr0Idx + AddrSize,