diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIInstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/SIInstrInfo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.h b/llvm/lib/Target/AMDGPU/SIInstrInfo.h index e83f00d047f..a9038cfe6ae 100644 --- a/llvm/lib/Target/AMDGPU/SIInstrInfo.h +++ b/llvm/lib/Target/AMDGPU/SIInstrInfo.h @@ -445,14 +445,6 @@ public: return get(Opcode).TSFlags & SIInstrFlags::Gather4; } - static bool isD16(const MachineInstr &MI) { - return MI.getDesc().TSFlags & SIInstrFlags::D16; - } - - bool isD16(uint16_t Opcode) const { - return get(Opcode).TSFlags & SIInstrFlags::D16; - } - static bool isFLAT(const MachineInstr &MI) { return MI.getDesc().TSFlags & SIInstrFlags::FLAT; } |

