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

References

lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  499   unsigned AddrSize = Info->VAddrDwords;
  505         AMDGPU::getMIMGBaseOpcodeInfo(Info->BaseOpcode);
  513     IsNSA = Info->MIMGEncoding == AMDGPU::MIMGEncGfx10NSA;
  520       if (AddrSize > Info->VAddrDwords) {
  540   if (DstSize == Info->VDataDwords && AddrSize == Info->VAddrDwords)
  540   if (DstSize == Info->VDataDwords && AddrSize == Info->VAddrDwords)
  544       AMDGPU::getMIMGOpcode(Info->BaseOpcode, Info->MIMGEncoding, DstSize, AddrSize);
  544       AMDGPU::getMIMGOpcode(Info->BaseOpcode, Info->MIMGEncoding, DstSize, AddrSize);
  550   if (DstSize != Info->VDataDwords) {
  569       AddrSize != Info->VAddrDwords) {
  595     assert(AddrSize <= Info->VAddrDwords);
  597              MI.begin() + VAddr0Idx + Info->VAddrDwords);