R600/SI: Assign a register class to the $vaddr operand for MIMG instructions
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.h
index 87eff4d6c95c9d9f9867e2b2903ba6ac449001d7..8d24ab4bf14dab0eb9b9b08307e96a7149671040 100644 (file)
@@ -47,6 +47,7 @@ public:
   virtual bool isMov(unsigned Opcode) const;
 
   virtual bool isSafeToMoveRegClassDefs(const TargetRegisterClass *RC) const;
+  int isMIMG(uint16_t Opcode) const;
 
   virtual int getIndirectIndexBegin(const MachineFunction &MF) const;
 
@@ -80,7 +81,6 @@ namespace AMDGPU {
   int getVOPe64(uint16_t Opcode);
   int getCommuteRev(uint16_t Opcode);
   int getCommuteOrig(uint16_t Opcode);
-  int isMIMG(uint16_t Opcode);
 
 } // End namespace AMDGPU