blob: c537038ffbdff1d113c3b5932f805f0e7a05bff5 [file] [log] [blame]
Matt Arsenaultdf90c022013-10-15 23:44:45 +00001//===-- SIInstrInfo.h - SI Instruction Info Interface -----------*- C++ -*-===//
Tom Stellard75aadc22012-12-11 21:25:42 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10/// \file
11/// \brief Interface definition for SIInstrInfo.
12//
13//===----------------------------------------------------------------------===//
14
15
16#ifndef SIINSTRINFO_H
17#define SIINSTRINFO_H
18
19#include "AMDGPUInstrInfo.h"
20#include "SIRegisterInfo.h"
21
22namespace llvm {
23
24class SIInstrInfo : public AMDGPUInstrInfo {
25private:
26 const SIRegisterInfo RI;
27
Tom Stellard15834092014-03-21 15:51:57 +000028 unsigned buildExtractSubReg(MachineBasicBlock::iterator MI,
29 MachineRegisterInfo &MRI,
30 MachineOperand &SuperReg,
31 const TargetRegisterClass *SuperRC,
32 unsigned SubIdx,
33 const TargetRegisterClass *SubRC) const;
Matt Arsenault248b7b62014-03-24 20:08:09 +000034 MachineOperand buildExtractSubRegOrImm(MachineBasicBlock::iterator MI,
35 MachineRegisterInfo &MRI,
36 MachineOperand &SuperReg,
37 const TargetRegisterClass *SuperRC,
38 unsigned SubIdx,
39 const TargetRegisterClass *SubRC) const;
Tom Stellard15834092014-03-21 15:51:57 +000040
Matt Arsenaultbd995802014-03-24 18:26:52 +000041 unsigned split64BitImm(SmallVectorImpl<MachineInstr *> &Worklist,
42 MachineBasicBlock::iterator MI,
43 MachineRegisterInfo &MRI,
44 const TargetRegisterClass *RC,
45 const MachineOperand &Op) const;
46
Matt Arsenault248b7b62014-03-24 20:08:09 +000047 void splitScalar64BitOp(SmallVectorImpl<MachineInstr *> & Worklist,
Matt Arsenaultf35182c2014-03-24 20:08:05 +000048 MachineInstr *Inst, unsigned Opcode) const;
49
50
Tom Stellard75aadc22012-12-11 21:25:42 +000051public:
52 explicit SIInstrInfo(AMDGPUTargetMachine &tm);
53
Matt Arsenault6dde3032014-03-11 00:01:34 +000054 const SIRegisterInfo &getRegisterInfo() const {
55 return RI;
56 }
Tom Stellard75aadc22012-12-11 21:25:42 +000057
58 virtual void copyPhysReg(MachineBasicBlock &MBB,
59 MachineBasicBlock::iterator MI, DebugLoc DL,
60 unsigned DestReg, unsigned SrcReg,
61 bool KillSrc) const;
62
Tom Stellardc149dc02013-11-27 21:23:35 +000063 void storeRegToStackSlot(MachineBasicBlock &MBB,
64 MachineBasicBlock::iterator MI,
65 unsigned SrcReg, bool isKill, int FrameIndex,
66 const TargetRegisterClass *RC,
67 const TargetRegisterInfo *TRI) const;
68
69 void loadRegFromStackSlot(MachineBasicBlock &MBB,
70 MachineBasicBlock::iterator MI,
71 unsigned DestReg, int FrameIndex,
72 const TargetRegisterClass *RC,
73 const TargetRegisterInfo *TRI) const;
74
Christian Konig3c145802013-03-27 09:12:59 +000075 unsigned commuteOpcode(unsigned Opcode) const;
76
Christian Konig76edd4f2013-02-26 17:52:29 +000077 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
78 bool NewMI=false) const;
79
Tom Stellard30f59412014-03-31 14:01:56 +000080 bool isTriviallyReMaterializable(const MachineInstr *MI,
81 AliasAnalysis *AA = 0) const;
82
Matt Arsenaulteaa3a7e2013-12-10 21:37:42 +000083 virtual unsigned getIEQOpcode() const {
84 llvm_unreachable("Unimplemented");
85 }
86
Tom Stellard26a3b672013-10-22 18:19:10 +000087 MachineInstr *buildMovInstr(MachineBasicBlock *MBB,
88 MachineBasicBlock::iterator I,
89 unsigned DstReg, unsigned SrcReg) const;
Tom Stellard75aadc22012-12-11 21:25:42 +000090 virtual bool isMov(unsigned Opcode) const;
91
92 virtual bool isSafeToMoveRegClassDefs(const TargetRegisterClass *RC) const;
Tom Stellard5d7aaae2014-02-10 16:58:30 +000093 bool isDS(uint16_t Opcode) const;
Tom Stellard16a9a202013-08-14 23:24:17 +000094 int isMIMG(uint16_t Opcode) const;
Michel Danzer20680b12013-08-16 16:19:24 +000095 int isSMRD(uint16_t Opcode) const;
Tom Stellard93fabce2013-10-10 17:11:55 +000096 bool isVOP1(uint16_t Opcode) const;
97 bool isVOP2(uint16_t Opcode) const;
98 bool isVOP3(uint16_t Opcode) const;
99 bool isVOPC(uint16_t Opcode) const;
Matt Arsenaultd7bdcc42014-03-31 19:54:27 +0000100 bool isInlineConstant(const APInt &Imm) const;
Tom Stellard93fabce2013-10-10 17:11:55 +0000101 bool isInlineConstant(const MachineOperand &MO) const;
102 bool isLiteralConstant(const MachineOperand &MO) const;
Tom Stellardf3b2a1e2013-02-06 17:32:29 +0000103
Tom Stellard93fabce2013-10-10 17:11:55 +0000104 virtual bool verifyInstruction(const MachineInstr *MI,
105 StringRef &ErrInfo) const;
Tom Stellardf3b2a1e2013-02-06 17:32:29 +0000106
Tom Stellard82166022013-11-13 23:36:37 +0000107 bool isSALUInstr(const MachineInstr &MI) const;
Matt Arsenaultf14032a2013-11-15 22:02:28 +0000108 static unsigned getVALUOp(const MachineInstr &MI);
Matt Arsenaultf35182c2014-03-24 20:08:05 +0000109
Tom Stellard82166022013-11-13 23:36:37 +0000110 bool isSALUOpSupportedOnVALU(const MachineInstr &MI) const;
111
112 /// \brief Return the correct register class for \p OpNo. For target-specific
113 /// instructions, this will return the register class that has been defined
114 /// in tablegen. For generic instructions, like REG_SEQUENCE it will return
115 /// the register class of its machine operand.
116 /// to infer the correct register class base on the other operands.
117 const TargetRegisterClass *getOpRegClass(const MachineInstr &MI,
118 unsigned OpNo) const;\
119
120 /// \returns true if it is legal for the operand at index \p OpNo
121 /// to read a VGPR.
122 bool canReadVGPR(const MachineInstr &MI, unsigned OpNo) const;
123
124 /// \brief Legalize the \p OpIndex operand of this instruction by inserting
125 /// a MOV. For example:
126 /// ADD_I32_e32 VGPR0, 15
127 /// to
128 /// MOV VGPR1, 15
129 /// ADD_I32_e32 VGPR0, VGPR1
130 ///
131 /// If the operand being legalized is a register, then a COPY will be used
132 /// instead of MOV.
133 void legalizeOpWithMove(MachineInstr *MI, unsigned OpIdx) const;
134
135 /// \brief Legalize all operands in this instruction. This function may
136 /// create new instruction and insert them before \p MI.
137 void legalizeOperands(MachineInstr *MI) const;
138
139 /// \brief Replace this instruction's opcode with the equivalent VALU
140 /// opcode. This function will also move the users of \p MI to the
141 /// VALU if necessary.
142 void moveToVALU(MachineInstr &MI) const;
143
Tom Stellardf3b2a1e2013-02-06 17:32:29 +0000144 virtual unsigned calculateIndirectAddress(unsigned RegIndex,
145 unsigned Channel) const;
146
Tom Stellard26a3b672013-10-22 18:19:10 +0000147 virtual const TargetRegisterClass *getIndirectAddrRegClass() const;
Tom Stellardf3b2a1e2013-02-06 17:32:29 +0000148
149 virtual MachineInstrBuilder buildIndirectWrite(MachineBasicBlock *MBB,
150 MachineBasicBlock::iterator I,
151 unsigned ValueReg,
152 unsigned Address,
153 unsigned OffsetReg) const;
154
155 virtual MachineInstrBuilder buildIndirectRead(MachineBasicBlock *MBB,
156 MachineBasicBlock::iterator I,
157 unsigned ValueReg,
158 unsigned Address,
159 unsigned OffsetReg) const;
Tom Stellard81d871d2013-11-13 23:36:50 +0000160 void reserveIndirectRegisters(BitVector &Reserved,
161 const MachineFunction &MF) const;
162
163 void LoadM0(MachineInstr *MoveRel, MachineBasicBlock::iterator I,
164 unsigned SavReg, unsigned IndexReg) const;
165};
Tom Stellard75aadc22012-12-11 21:25:42 +0000166
Christian Konigf741fbf2013-02-26 17:52:42 +0000167namespace AMDGPU {
168
169 int getVOPe64(uint16_t Opcode);
Christian Konig3c145802013-03-27 09:12:59 +0000170 int getCommuteRev(uint16_t Opcode);
171 int getCommuteOrig(uint16_t Opcode);
Christian Konigf741fbf2013-02-26 17:52:42 +0000172
Tom Stellard15834092014-03-21 15:51:57 +0000173 const uint64_t RSRC_DATA_FORMAT = 0xf00000000000LL;
174
175
Christian Konigf741fbf2013-02-26 17:52:42 +0000176} // End namespace AMDGPU
177
Tom Stellard75aadc22012-12-11 21:25:42 +0000178} // End namespace llvm
179
180namespace SIInstrFlags {
181 enum Flags {
182 // First 4 bits are the instruction encoding
Tom Stellard1c822a82013-02-07 19:39:45 +0000183 VM_CNT = 1 << 0,
184 EXP_CNT = 1 << 1,
185 LGKM_CNT = 1 << 2
Tom Stellard75aadc22012-12-11 21:25:42 +0000186 };
187}
188
189#endif //SIINSTRINFO_H