LLVM 19.0.0git
AMDGPUInstPrinter.h
Go to the documentation of this file.
1//===-- AMDGPUInstPrinter.h - AMDGPU MC Inst -> ASM interface ---*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9/// \file
10//===----------------------------------------------------------------------===//
11
12#ifndef LLVM_LIB_TARGET_AMDGPU_MCTARGETDESC_AMDGPUINSTPRINTER_H
13#define LLVM_LIB_TARGET_AMDGPU_MCTARGETDESC_AMDGPUINSTPRINTER_H
14
16
17namespace llvm {
18class MCInstrDesc;
19
21public:
23 const MCInstrInfo &MII, const MCRegisterInfo &MRI)
24 : MCInstPrinter(MAI, MII, MRI) {}
25
26 // Autogenerated by tblgen
27 std::pair<const char *, uint64_t> getMnemonic(const MCInst *MI) override;
29 const MCSubtargetInfo &STI, raw_ostream &O);
30 static const char *getRegisterName(MCRegister Reg);
31
32 void printRegName(raw_ostream &OS, MCRegister Reg) const override;
33 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
34 const MCSubtargetInfo &STI, raw_ostream &O) override;
35 static void printRegOperand(unsigned RegNo, raw_ostream &O,
36 const MCRegisterInfo &MRI);
37
38private:
39 void printU4ImmOperand(const MCInst *MI, unsigned OpNo,
40 const MCSubtargetInfo &STI, raw_ostream &O);
41 void printU16ImmOperand(const MCInst *MI, unsigned OpNo,
42 const MCSubtargetInfo &STI, raw_ostream &O);
43 void printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
44 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
45 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
46 void printU32ImmOperand(const MCInst *MI, unsigned OpNo,
47 const MCSubtargetInfo &STI, raw_ostream &O);
48 void printNamedBit(const MCInst *MI, unsigned OpNo, raw_ostream &O,
49 StringRef BitName);
50 void printOffset(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
51 raw_ostream &O);
52 void printFlatOffset(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
53 raw_ostream &O);
54
55 void printOffset0(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
56 raw_ostream &O);
57 void printOffset1(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
58 raw_ostream &O);
59 void printSMRDOffset8(const MCInst *MI, unsigned OpNo,
60 const MCSubtargetInfo &STI, raw_ostream &O);
61 void printSMEMOffset(const MCInst *MI, unsigned OpNo,
62 const MCSubtargetInfo &STI, raw_ostream &O);
63 void printSMEMOffsetMod(const MCInst *MI, unsigned OpNo,
64 const MCSubtargetInfo &STI, raw_ostream &O);
65 void printSMRDLiteralOffset(const MCInst *MI, unsigned OpNo,
66 const MCSubtargetInfo &STI, raw_ostream &O);
67 void printCPol(const MCInst *MI, unsigned OpNo,
68 const MCSubtargetInfo &STI, raw_ostream &O);
69 void printTH(const MCInst *MI, int64_t TH, int64_t Scope, raw_ostream &O);
70 void printScope(int64_t Scope, raw_ostream &O);
71 void printDMask(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
72 raw_ostream &O);
73 void printDim(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
74 raw_ostream &O);
75 void printR128A16(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
76 raw_ostream &O);
77 void printFORMAT(const MCInst *MI, unsigned OpNo,
78 const MCSubtargetInfo &STI, raw_ostream &O);
79 void printSymbolicFormat(const MCInst *MI,
80 const MCSubtargetInfo &STI, raw_ostream &O);
81
82 void printRegOperand(unsigned RegNo, raw_ostream &O);
83 void printVOPDst(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
84 raw_ostream &O);
85 void printVINTRPDst(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
86 raw_ostream &O);
87 void printImmediateInt16(uint32_t Imm, const MCSubtargetInfo &STI,
88 raw_ostream &O);
89 void printImmediateBF16(uint32_t Imm, const MCSubtargetInfo &STI,
90 raw_ostream &O);
91 void printImmediateF16(uint32_t Imm, const MCSubtargetInfo &STI,
92 raw_ostream &O);
93 void printImmediateV216(uint32_t Imm, uint8_t OpType,
94 const MCSubtargetInfo &STI, raw_ostream &O);
95 bool printImmediateFloat32(uint32_t Imm, const MCSubtargetInfo &STI,
96 raw_ostream &O);
97 void printImmediate32(uint32_t Imm, const MCSubtargetInfo &STI,
98 raw_ostream &O);
99 void printImmediate64(uint64_t Imm, const MCSubtargetInfo &STI,
100 raw_ostream &O, bool IsFP);
101 void printOperand(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
102 raw_ostream &O);
103 void printRegularOperand(const MCInst *MI, unsigned OpNo,
104 const MCSubtargetInfo &STI, raw_ostream &O);
105 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum,
106 const MCSubtargetInfo &STI, raw_ostream &O) {
107 printOperand(MI, OpNum, STI, O);
108 }
109 void printOperandAndFPInputMods(const MCInst *MI, unsigned OpNo,
110 const MCSubtargetInfo &STI, raw_ostream &O);
111 void printOperandAndIntInputMods(const MCInst *MI, unsigned OpNo,
112 const MCSubtargetInfo &STI, raw_ostream &O);
113 void printDPP8(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
114 raw_ostream &O);
115 void printDPPCtrl(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
116 raw_ostream &O);
117 void printDppRowMask(const MCInst *MI, unsigned OpNo,
118 const MCSubtargetInfo &STI, raw_ostream &O);
119 void printDppBankMask(const MCInst *MI, unsigned OpNo,
120 const MCSubtargetInfo &STI, raw_ostream &O);
121 void printDppBoundCtrl(const MCInst *MI, unsigned OpNo,
122 const MCSubtargetInfo &STI, raw_ostream &O);
123 void printDppFI(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
124 raw_ostream &O);
125 void printSDWASel(const MCInst *MI, unsigned OpNo, raw_ostream &O);
126 void printSDWADstSel(const MCInst *MI, unsigned OpNo,
127 const MCSubtargetInfo &STI, raw_ostream &O);
128 void printSDWASrc0Sel(const MCInst *MI, unsigned OpNo,
129 const MCSubtargetInfo &STI, raw_ostream &O);
130 void printSDWASrc1Sel(const MCInst *MI, unsigned OpNo,
131 const MCSubtargetInfo &STI, raw_ostream &O);
132 void printSDWADstUnused(const MCInst *MI, unsigned OpNo,
133 const MCSubtargetInfo &STI, raw_ostream &O);
134 void printPackedModifier(const MCInst *MI, StringRef Name, unsigned Mod,
135 raw_ostream &O);
136 void printOpSel(const MCInst *MI, unsigned OpNo,
137 const MCSubtargetInfo &STI, raw_ostream &O);
138 void printOpSelHi(const MCInst *MI, unsigned OpNo,
139 const MCSubtargetInfo &STI, raw_ostream &O);
140 void printNegLo(const MCInst *MI, unsigned OpNo,
141 const MCSubtargetInfo &STI, raw_ostream &O);
142 void printNegHi(const MCInst *MI, unsigned OpNo,
143 const MCSubtargetInfo &STI, raw_ostream &O);
144 void printIndexKey8bit(const MCInst *MI, unsigned OpNo,
145 const MCSubtargetInfo &STI, raw_ostream &O);
146 void printIndexKey16bit(const MCInst *MI, unsigned OpNo,
147 const MCSubtargetInfo &STI, raw_ostream &O);
148 void printInterpSlot(const MCInst *MI, unsigned OpNo,
149 const MCSubtargetInfo &STI, raw_ostream &O);
150 void printInterpAttr(const MCInst *MI, unsigned OpNo,
151 const MCSubtargetInfo &STI, raw_ostream &O);
152 void printInterpAttrChan(const MCInst *MI, unsigned OpNo,
153 const MCSubtargetInfo &STI, raw_ostream &O);
154
155 void printGPRIdxMode(const MCInst *MI, unsigned OpNo,
156 const MCSubtargetInfo &STI, raw_ostream &O);
157 void printMemOperand(const MCInst *MI, unsigned OpNo,
158 const MCSubtargetInfo &STI, raw_ostream &O);
159 void printBLGP(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
160 raw_ostream &O);
161 void printCBSZ(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
162 raw_ostream &O);
163 void printABID(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
164 raw_ostream &O);
165 bool needsImpliedVcc(const MCInstrDesc &Desc, unsigned OpNo) const;
166 void printDefaultVccOperand(bool FirstOperand, const MCSubtargetInfo &STI,
167 raw_ostream &O);
168 void printWaitVDST(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
169 raw_ostream &O);
170 void printWaitEXP(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
171 raw_ostream &O);
172 void printWaitVAVDst(const MCInst *MI, unsigned OpNo,
173 const MCSubtargetInfo &STI, raw_ostream &O);
174 void printWaitVMVSrc(const MCInst *MI, unsigned OpNo,
175 const MCSubtargetInfo &STI, raw_ostream &O);
176
177 void printExpSrcN(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
178 raw_ostream &O, unsigned N);
179 void printExpSrc0(const MCInst *MI, unsigned OpNo,
180 const MCSubtargetInfo &STI, raw_ostream &O);
181 void printExpSrc1(const MCInst *MI, unsigned OpNo,
182 const MCSubtargetInfo &STI, raw_ostream &O);
183 void printExpSrc2(const MCInst *MI, unsigned OpNo,
184 const MCSubtargetInfo &STI, raw_ostream &O);
185 void printExpSrc3(const MCInst *MI, unsigned OpNo,
186 const MCSubtargetInfo &STI, raw_ostream &O);
187 void printExpTgt(const MCInst *MI, unsigned OpNo,
188 const MCSubtargetInfo &STI, raw_ostream &O);
189
190public:
191 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O,
192 StringRef Asm, StringRef Default = "");
193 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O,
194 char Asm);
195protected:
196 void printAbs(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
197 raw_ostream &O);
198 void printClamp(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
199 raw_ostream &O);
200 void printOModSI(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
201 raw_ostream &O);
202 void printLiteral(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
203 raw_ostream &O);
204 void printLast(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
205 raw_ostream &O);
206 void printNeg(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
207 raw_ostream &O);
208 void printOMOD(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
209 raw_ostream &O);
210 void printRel(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
211 raw_ostream &O);
212 void printUpdateExecMask(const MCInst *MI, unsigned OpNo,
213 const MCSubtargetInfo &STI, raw_ostream &O);
214 void printUpdatePred(const MCInst *MI, unsigned OpNo,
215 const MCSubtargetInfo &STI, raw_ostream &O);
216 void printWrite(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
217 raw_ostream &O);
218 void printBankSwizzle(const MCInst *MI, unsigned OpNo,
219 const MCSubtargetInfo &STI, raw_ostream &O);
220 void printRSel(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
221 raw_ostream &O);
222 void printCT(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
223 raw_ostream &O);
224 void printKCache(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
225 raw_ostream &O);
226 void printSendMsg(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
227 raw_ostream &O);
228 void printSwizzle(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
229 raw_ostream &O);
230 void printSWaitCnt(const MCInst *MI, unsigned OpNo,
231 const MCSubtargetInfo &STI, raw_ostream &O);
232 void printDepCtr(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
233 raw_ostream &O);
234 void printSDelayALU(const MCInst *MI, unsigned OpNo,
235 const MCSubtargetInfo &STI, raw_ostream &O);
236 void printHwreg(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
237 raw_ostream &O);
238 void printEndpgm(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
239 raw_ostream &O);
240};
241
242} // End namespace llvm
243
244#endif
std::string Name
IRTranslator LLVM IR MI
unsigned Reg
raw_pwrite_stream & OS
void printSwizzle(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printAbs(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printEndpgm(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
static const char * getRegisterName(MCRegister Reg)
AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O, StringRef Asm, StringRef Default="")
void printBankSwizzle(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printDepCtr(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printLiteral(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printRSel(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printHwreg(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printKCache(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printSendMsg(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printUpdateExecMask(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printWrite(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printRegName(raw_ostream &OS, MCRegister Reg) const override
Print the assembler register name.
static void printRegOperand(unsigned RegNo, raw_ostream &O, const MCRegisterInfo &MRI)
void printNeg(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, const MCSubtargetInfo &STI, raw_ostream &O) override
Print the specified MCInst to the specified raw_ostream.
void printClamp(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
std::pair< const char *, uint64_t > getMnemonic(const MCInst *MI) override
Returns a pair containing the mnemonic for MI and the number of bits left for further processing by p...
void printInstruction(const MCInst *MI, uint64_t Address, const MCSubtargetInfo &STI, raw_ostream &O)
void printUpdatePred(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printSWaitCnt(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printCT(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printRel(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printLast(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printOModSI(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printSDelayALU(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
void printOMOD(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, raw_ostream &O)
This class is intended to be used as a base class for asm properties and features specific to the tar...
Definition: MCAsmInfo.h:56
This is an instance of a target assembly language printer that converts an MCInst to valid target ass...
Definition: MCInstPrinter.h:45
const MCInstrInfo & MII
Definition: MCInstPrinter.h:52
const MCRegisterInfo & MRI
Definition: MCInstPrinter.h:53
const MCAsmInfo & MAI
Definition: MCInstPrinter.h:51
Instances of this class represent a single low-level machine instruction.
Definition: MCInst.h:184
Describe properties that are true of each instruction in the target description file.
Definition: MCInstrDesc.h:198
Interface to description of machine instruction set.
Definition: MCInstrInfo.h:26
MCRegisterInfo base class - We assume that the target defines a static array of MCRegisterDesc object...
Wrapper class representing physical registers. Should be passed by value.
Definition: MCRegister.h:33
Generic base class for all target subtargets.
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:50
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition: raw_ostream.h:52
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18
@ Mod
The access may modify the value stored in memory.
@ Default
The result values are uniform if and only if all operands are uniform.
#define N
Description of the encoding of one expression Op.