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

References

lib/Target/AMDGPU/SIAddIMGInit.cpp
   78       if (TII->isMIMG(Opcode) && !MI.mayStore()) {
lib/Target/AMDGPU/SIISelLowering.cpp
10298   if (TII->isMIMG(Opcode) && !TII->get(Opcode).mayStore() &&
lib/Target/AMDGPU/SIInstrInfo.cpp
 3391   if (isMIMG(MI.getOpcode()) && !MI.mayStore()) {
 5916   return isMUBUF(Opc) || isMTBUF(Opc) || isMIMG(Opc);
lib/Target/AMDGPU/SIInstrInfo.h
  352     return isMUBUF(Opcode) || isMTBUF(Opcode) || isMIMG(Opcode);
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  320     if (TII.isMIMG(Opc)) {
  354     if (TII.isMIMG(Opc)) {
  395   if (TII.isMIMG(Opc)) {
lib/Target/AMDGPU/SIShrinkInstructions.cpp
  693       if (TII->isMIMG(MI.getOpcode()) &&