LLVM 24.0.0git
AMDGPUBaseInfo.h
Go to the documentation of this file.
1//===- AMDGPUBaseInfo.h - Top level definitions for AMDGPU ------*- 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#ifndef LLVM_LIB_TARGET_AMDGPU_UTILS_AMDGPUBASEINFO_H
10#define LLVM_LIB_TARGET_AMDGPU_UTILS_AMDGPUBASEINFO_H
11
12#include "AMDGPUSubtarget.h"
13#include "SIDefines.h"
14#include "llvm/ADT/APFloat.h"
17#include "llvm/IR/CallingConv.h"
18#include "llvm/IR/InstrTypes.h"
19#include "llvm/IR/Module.h"
22#include <array>
23#include <functional>
24#include <optional>
25#include <utility>
26
27// Pull in OpName enum definition and getNamedOperandIdx() declaration.
28#define GET_INSTRINFO_OPERAND_ENUM
29#include "AMDGPUGenInstrInfo.inc"
30
32
33namespace llvm {
34
35struct Align;
36class Argument;
37class Function;
38class GlobalValue;
39class MachineInstr;
40class MCInstrInfo;
41class MCRegisterClass;
42class MCRegisterInfo;
43class MCSubtargetInfo;
44class MDNode;
45class StringRef;
46class Triple;
47class raw_ostream;
48
49namespace AMDGPU {
50
51struct AMDGPUMCKernelCodeT;
52struct IsaVersion;
53
54/// Generic target versions emitted by this version of LLVM.
55///
56/// These numbers are incremented every time a codegen breaking change occurs
57/// within a generic family.
58namespace GenericVersion {
59static constexpr unsigned GFX9 = 1;
60static constexpr unsigned GFX9_4 = 1;
61static constexpr unsigned GFX10_1 = 1;
62static constexpr unsigned GFX10_3 = 1;
63static constexpr unsigned GFX11 = 1;
64static constexpr unsigned GFX11_7 = 1;
65static constexpr unsigned GFX12 = 1;
66static constexpr unsigned GFX12_5 = 1;
67static constexpr unsigned GFX13 = 1;
68} // namespace GenericVersion
69
70enum { AMDHSA_COV4 = 4, AMDHSA_COV5 = 5, AMDHSA_COV6 = 6 };
71
72enum class FPType { None, FP4, FP8 };
73
74/// \returns True if \p STI is AMDHSA.
75bool isHsaAbi(const MCSubtargetInfo &STI);
76
77/// \returns Code object version from the IR module flag.
78unsigned getAMDHSACodeObjectVersion(const Module &M);
79
80/// \returns Code object version from ELF's e_ident[EI_ABIVERSION].
81unsigned getAMDHSACodeObjectVersion(unsigned ABIVersion);
82
83/// \returns The default HSA code object version. This should only be used when
84/// we lack a more accurate CodeObjectVersion value (e.g. from the IR module
85/// flag or a .amdhsa_code_object_version directive)
87
88/// \returns ABIVersion suitable for use in ELF's e_ident[EI_ABIVERSION]. \param
89/// CodeObjectVersion is a value returned by getAMDHSACodeObjectVersion().
90uint8_t getELFABIVersion(const Triple &OS, unsigned CodeObjectVersion);
91
92/// \returns The offset of the multigrid_sync_arg argument from implicitarg_ptr
93unsigned getMultigridSyncArgImplicitArgPosition(unsigned COV);
94
95/// \returns The offset of the hostcall pointer argument from implicitarg_ptr
96unsigned getHostcallImplicitArgPosition(unsigned COV);
97
98unsigned getDefaultQueueImplicitArgPosition(unsigned COV);
99unsigned getCompletionActionImplicitArgPosition(unsigned COV);
100
102 unsigned Format;
103 unsigned BitsPerComp;
105 unsigned NumFormat;
106 unsigned DataFormat;
107};
108
114
121
125
127 unsigned T16Op;
128 unsigned HiOp;
129 unsigned LoOp;
130};
131
137
138#define GET_MIMGBaseOpcode_DECL
139#define GET_MIMGDim_DECL
140#define GET_MIMGEncoding_DECL
141#define GET_MIMGLZMapping_DECL
142#define GET_MIMGMIPMapping_DECL
143#define GET_MIMGBiASMapping_DECL
144#define GET_MAIInstInfoTable_DECL
145#define GET_isMFMA_F8F6F4Table_DECL
146#define GET_isCvtScaleF32_F32F16ToF8F4Table_DECL
147#define GET_True16D16Table_DECL
148#define GET_WMMAInstInfoTable_DECL
149#include "AMDGPUGenSearchableTables.inc"
150
153
154/// Construct TargetID from MCSubtargetInfo. \p FeatureString is used to
155/// determine explicitly requested xnack/sramecc settings.
157 StringRef FeatureString);
158
159namespace IsaInfo {
160
161enum {
164};
165
166/// Returns true if \p Lhs and \p Rhs are incompatible (both specific but
167/// different).
169 return Lhs != TargetIDSetting::Any && Rhs != TargetIDSetting::Any &&
170 Lhs != Rhs;
171}
172
173/// \returns Instruction cache line size in bytes for given subtarget \p STI.
174unsigned getInstCacheLineSize(const MCSubtargetInfo &STI);
175
176/// \returns Wavefront size for given subtarget \p STI.
177unsigned getWavefrontSize(const MCSubtargetInfo &STI);
178
179/// \returns Local memory size in bytes for given subtarget \p STI.
180unsigned getLocalMemorySize(const MCSubtargetInfo &STI);
181
182/// \returns Maximum addressable local memory size in bytes for given subtarget
183/// \p STI.
185
186/// \returns Maximum number of work groups per compute unit for given subtarget
187/// \p STI and limited by given \p FlatWorkGroupSize.
188unsigned getMaxWorkGroupsPerCU(const MCSubtargetInfo &STI,
189 unsigned FlatWorkGroupSize);
190
191/// \returns Number of waves per execution unit required to support the given \p
192/// FlatWorkGroupSize.
194 unsigned FlatWorkGroupSize);
195
196/// \returns Number of waves per work group for given subtarget \p STI and
197/// \p FlatWorkGroupSize.
198unsigned getWavesPerWorkGroup(const MCSubtargetInfo &STI,
199 unsigned FlatWorkGroupSize);
200
201/// \returns SGPR encoding granularity for given subtarget \p STI.
202unsigned getSGPREncodingGranule(const MCSubtargetInfo &STI);
203
204/// \returns Minimum number of SGPRs that meets the given number of waves per
205/// execution unit requirement for given subtarget \p STI.
206unsigned getMinNumSGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU);
207
208/// \returns Maximum number of SGPRs that meets the given number of waves per
209/// execution unit requirement for given subtarget \p STI.
210unsigned getMaxNumSGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU,
211 bool Addressable);
212
213/// \returns Number of extra SGPRs implicitly required by given subtarget \p
214/// STI when the given special registers are used.
215unsigned getNumExtraSGPRs(const MCSubtargetInfo &STI, bool VCCUsed,
216 bool FlatScrUsed, bool XNACKUsed);
217
218/// \returns Number of extra SGPRs implicitly required by given subtarget \p
219/// STI when the given special registers are used. XNACK is inferred from
220/// \p STI.
221unsigned getNumExtraSGPRs(const MCSubtargetInfo &STI, bool VCCUsed,
222 bool FlatScrUsed);
223
224/// \returns Number of SGPR blocks needed for given subtarget \p STI when
225/// \p NumSGPRs are used. \p NumSGPRs should already include any special
226/// register counts.
227unsigned getNumSGPRBlocks(const MCSubtargetInfo &STI, unsigned NumSGPRs);
228
229/// \returns VGPR allocation granularity for given subtarget \p STI.
230///
231/// For subtargets which support it, \p EnableWavefrontSize32 should match
232/// the ENABLE_WAVEFRONT_SIZE32 kernel descriptor field.
233unsigned
234getVGPRAllocGranule(const MCSubtargetInfo &STI, unsigned DynamicVGPRBlockSize,
235 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
236
237/// \returns VGPR encoding granularity for given subtarget \p STI.
238///
239/// For subtargets which support it, \p EnableWavefrontSize32 should match
240/// the ENABLE_WAVEFRONT_SIZE32 kernel descriptor field.
242 const MCSubtargetInfo &STI,
243 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
244
245/// For subtargets with a unified VGPR file and mixed ArchVGPR/AGPR usage,
246/// returns the allocation granule for ArchVGPRs.
247unsigned getArchVGPRAllocGranule();
248
249/// \returns Total number of VGPRs for given subtarget \p STI.
250unsigned getTotalNumVGPRs(const MCSubtargetInfo &STI);
251
252/// Maximum number of VGPR blocks that can be allocated in dynamic VGPR mode.
253static constexpr unsigned MaxDynamicVGPRBlocks = 8;
254
255/// \returns Addressable number of architectural VGPRs for a given subtarget \p
256/// STI.
258
259/// \returns Addressable number of VGPRs for given subtarget \p STI.
260unsigned getAddressableNumVGPRs(const MCSubtargetInfo &STI,
261 unsigned DynamicVGPRBlockSize);
262
263/// \returns Minimum number of VGPRs that meets given number of waves per
264/// execution unit requirement for given subtarget \p STI.
265unsigned getMinNumVGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU,
266 unsigned DynamicVGPRBlockSize);
267
268/// \returns Maximum number of VGPRs that meets given number of waves per
269/// execution unit requirement for given subtarget \p STI.
270unsigned getMaxNumVGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU,
271 unsigned DynamicVGPRBlockSize);
272
273/// \returns Number of waves reachable for a given \p NumVGPRs usage for given
274/// subtarget \p STI.
276 unsigned NumVGPRs,
277 unsigned DynamicVGPRBlockSize);
278
279/// \returns Number of waves reachable for a given \p NumVGPRs usage, \p Granule
280/// size, \p MaxWaves possible, and \p TotalNumVGPRs available.
281unsigned getNumWavesPerEUWithNumVGPRs(unsigned NumVGPRs, unsigned Granule,
282 unsigned MaxWaves,
283 unsigned TotalNumVGPRs);
284
285/// \returns Whether allocated SGPRs can reduce occupancy on subtarget \p STI
286/// (true pre-GFX10). One named capability so callers don't test the version.
288
289/// \returns SGPR-limited occupancy (waves per EU) for subtarget \p STI: the
290/// inverse of getMaxNumSGPRs(). Unlike getMaxNumSGPRs() the budget is not
291/// clamped to the addressable count, since the allocated count callers pass in
292/// can exceed it.
293unsigned getOccupancyWithNumSGPRs(const MCSubtargetInfo &STI, unsigned SGPRs);
294
295/// \returns SGPR-limited occupancy computed from explicit budget parameters
296/// (\p MaxWaves, \p TotalNumSGPRs, \p Granule, \p TrapReserve). Subtarget-free
297/// core shared by the overload above and the occupancy MCExpr. Callers must
298/// check isSGPROccupancyLimited() first.
299unsigned getOccupancyWithNumSGPRs(unsigned SGPRs, unsigned MaxWaves,
300 unsigned TotalNumSGPRs, unsigned Granule,
301 unsigned TrapReserve);
302
303/// \returns Number of VGPR blocks needed for given subtarget \p STI when
304/// \p NumVGPRs are used. We actually return the number of blocks -1, since
305/// that's what we encode.
306///
307/// For subtargets which support it, \p EnableWavefrontSize32 should match the
308/// ENABLE_WAVEFRONT_SIZE32 kernel descriptor field.
310 const MCSubtargetInfo &STI, unsigned NumVGPRs,
311 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
312
313/// \returns Number of VGPR blocks that need to be allocated for the given
314/// subtarget \p STI when \p NumVGPRs are used.
316 const MCSubtargetInfo &STI, unsigned NumVGPRs,
317 unsigned DynamicVGPRBlockSize,
318 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
319
320} // end namespace IsaInfo
321
322// Represents a field in an encoded value.
323template <unsigned HighBit, unsigned LowBit, unsigned D = 0>
325 static_assert(HighBit >= LowBit, "Invalid bit range!");
326 static constexpr unsigned Offset = LowBit;
327 static constexpr unsigned Width = HighBit - LowBit + 1;
328
330 static constexpr ValueType Default = D;
331
334
335 constexpr uint64_t encode() const { return Value; }
336 static ValueType decode(uint64_t Encoded) { return Encoded; }
337};
338
339// Represents a single bit in an encoded value.
340template <unsigned Bit, unsigned D = 0>
342
343// A helper for encoding and decoding multiple fields.
344template <typename... Fields> struct EncodingFields {
345 static constexpr uint64_t encode(Fields... Values) {
346 return ((Values.encode() << Values.Offset) | ...);
347 }
348
349 static std::tuple<typename Fields::ValueType...> decode(uint64_t Encoded) {
350 return {Fields::decode((Encoded >> Fields::Offset) &
351 maxUIntN(Fields::Width))...};
352 }
353};
354
356inline bool hasNamedOperand(uint64_t Opcode, OpName NamedIdx) {
357 return getNamedOperandIdx(Opcode, NamedIdx) != -1;
358}
359
362
383
386
388const MIMGBaseOpcodeInfo *getMIMGBaseOpcodeInfo(unsigned BaseOpcode);
389
400
402const MIMGDimInfo *getMIMGDimInfo(unsigned DimEnum);
403
405
408
411
413 MIMGBaseOpcode L;
414 MIMGBaseOpcode LZ;
415};
416
418 MIMGBaseOpcode MIP;
419 MIMGBaseOpcode NONMIP;
420};
421
423 MIMGBaseOpcode Bias;
424 MIMGBaseOpcode NoBias;
425};
426
428 MIMGBaseOpcode Offset;
429 MIMGBaseOpcode NoOffset;
430};
431
433 MIMGBaseOpcode G;
434 MIMGBaseOpcode G16;
435};
436
439
441 unsigned Opcode2Addr;
442 unsigned Opcode3Addr;
443};
444
447
450
453
456
458int getMIMGOpcode(unsigned BaseOpcode, unsigned MIMGEncoding,
459 unsigned VDataDwords, unsigned VAddrDwords);
460
462int getMaskedMIMGOp(unsigned Opc, unsigned NewChannels);
463
465unsigned getAddrSizeMIMGOp(const MIMGBaseOpcodeInfo *BaseOpcode,
466 const MIMGDimInfo *Dim, bool IsA16,
467 bool IsG16Supported);
468
477
479const MIMGInfo *getMIMGInfo(unsigned Opc);
480
482int getMTBUFBaseOpcode(unsigned Opc);
483
485int getMTBUFOpcode(unsigned BaseOpc, unsigned Elements);
486
488int getMTBUFElements(unsigned Opc);
489
491bool getMTBUFHasVAddr(unsigned Opc);
492
494bool getMTBUFHasSrsrc(unsigned Opc);
495
497bool getMTBUFHasSoffset(unsigned Opc);
498
500int getMUBUFBaseOpcode(unsigned Opc);
501
503int getMUBUFOpcode(unsigned BaseOpc, unsigned Elements);
504
506int getMUBUFElements(unsigned Opc);
507
509bool getMUBUFHasVAddr(unsigned Opc);
510
512bool getMUBUFHasSrsrc(unsigned Opc);
513
515bool getMUBUFHasSoffset(unsigned Opc);
516
518bool getMUBUFIsBufferInv(unsigned Opc);
519
521bool getMUBUFTfe(unsigned Opc);
522
524bool getSMEMIsBuffer(unsigned Opc);
525
527bool getVOP1IsSingle(unsigned Opc);
528
530bool getVOP2IsSingle(unsigned Opc);
531
533bool getVOP3IsSingle(unsigned Opc);
534
536bool isVOPC64DPP(unsigned Opc);
537
539bool isVOPCAsmOnly(unsigned Opc);
540
541/// Returns true if MAI operation is a double precision GEMM.
543bool getMAIIsDGEMM(unsigned Opc);
544
546bool getMAIIsGFX940XDL(unsigned Opc);
547
549bool getWMMAIsXDL(unsigned Opc);
550
552bool getHasMatrixScale(unsigned Opc);
553
554// Get an equivalent BitOp3 for a binary logical \p Opc.
555// \returns BitOp3 modifier for the logical operation or zero.
556// Used in VOPD3 conversion.
557unsigned getBitOp2(unsigned Opc);
558
559struct CanBeVOPD {
560 bool X;
561 bool Y;
562};
563
564/// \returns SIEncodingFamily used for VOPD encoding on a \p ST.
566unsigned getVOPDEncodingFamily(const MCSubtargetInfo &ST);
567
569CanBeVOPD getCanBeVOPD(unsigned Opc, unsigned EncodingFamily, bool VOPD3);
570
572uint8_t mfmaScaleF8F6F4FormatToNumRegs(unsigned EncodingVal);
573
576 unsigned BLGP,
577 unsigned F8F8Opcode);
578
581
584 unsigned FmtB,
585 unsigned F8F8Opcode);
586
587/// \return true if this combination is listed as valid.
589bool isValidWMMAScaleFmtCombination(unsigned AFmt, unsigned AScale,
590 unsigned BFmt, unsigned BScale);
591
594 uint8_t NumComponents,
595 uint8_t NumFormat,
596 const MCSubtargetInfo &STI);
599 const MCSubtargetInfo &STI);
600
602int32_t getMCOpcode(uint32_t Opcode, unsigned Gen);
603
605unsigned getVOPDOpcode(unsigned Opc, bool VOPD3);
606
608int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily,
609 bool VOPD3);
610
612bool isVOPD(unsigned Opc);
613
615bool isMAC(unsigned Opc);
616
618bool isPermlane16(unsigned Opc);
619
621bool isGenericAtomic(unsigned Opc);
622
624bool isCvt_F32_Fp8_Bf8_e64(unsigned Opc);
625
626namespace VOPD {
627
638
639// LSB mask for VGPR banks per VOPD component operand.
640// 4 banks result in a mask 3, setting 2 lower bits.
641constexpr unsigned VOPD_VGPR_BANK_MASKS[] = {1, 3, 3, 1};
642constexpr unsigned VOPD3_VGPR_BANK_MASKS[] = {1, 3, 3, 3};
643
644enum ComponentIndex : unsigned { X = 0, Y = 1 };
646constexpr unsigned COMPONENTS_NUM = 2;
647
648// Properties of VOPD components.
650private:
651 unsigned SrcOperandsNum = 0;
652 unsigned MandatoryLiteralIdx = ~0u;
653 bool HasSrc2Acc = false;
654 unsigned NumVOPD3Mods = 0;
655 unsigned Opcode = 0;
656 bool IsVOP3 = false;
657
658public:
659 ComponentProps() = default;
660 ComponentProps(const MCInstrDesc &OpDesc, bool VOP3Layout = false);
661
662 // Return the total number of src operands this component has.
663 unsigned getCompSrcOperandsNum() const { return SrcOperandsNum; }
664
665 // Return the number of src operands of this component visible to the parser.
667 return SrcOperandsNum - HasSrc2Acc;
668 }
669
670 // Return true iif this component has a mandatory literal.
671 bool hasMandatoryLiteral() const { return MandatoryLiteralIdx != ~0u; }
672
673 // If this component has a mandatory literal, return component operand
674 // index of this literal (i.e. either Component::SRC1 or Component::SRC2).
677 return MandatoryLiteralIdx;
678 }
679
680 // Return true iif this component has operand
681 // with component index CompSrcIdx and this operand may be a register.
682 bool hasRegSrcOperand(unsigned CompSrcIdx) const {
683 assert(CompSrcIdx < Component::MAX_SRC_NUM);
684 return SrcOperandsNum > CompSrcIdx && !hasMandatoryLiteralAt(CompSrcIdx);
685 }
686
687 // Return true iif this component has tied src2.
688 bool hasSrc2Acc() const { return HasSrc2Acc; }
689
690 // Return a number of source modifiers if instruction is used in VOPD3.
691 unsigned getCompVOPD3ModsNum() const { return NumVOPD3Mods; }
692
693 // Return opcode of the component.
694 unsigned getOpcode() const { return Opcode; }
695
696 // Returns if component opcode is in VOP3 encoding.
697 unsigned isVOP3() const { return IsVOP3; }
698
699 // Return index of BitOp3 operand or -1.
700 int getBitOp3OperandIdx() const;
701
702private:
703 bool hasMandatoryLiteralAt(unsigned CompSrcIdx) const {
704 assert(CompSrcIdx < Component::MAX_SRC_NUM);
705 return MandatoryLiteralIdx == Component::DST_NUM + CompSrcIdx;
706 }
707};
708
709enum ComponentKind : unsigned {
710 SINGLE = 0, // A single VOP1 or VOP2 instruction which may be used in VOPD.
711 COMPONENT_X, // A VOPD instruction, X component.
712 COMPONENT_Y, // A VOPD instruction, Y component.
714};
715
716// Interface functions of this class map VOPD component operand indices
717// to indices of operands in MachineInstr/MCInst or parsed operands array.
718//
719// Note that this class operates with 3 kinds of indices:
720// - VOPD component operand indices (Component::DST, Component::SRC0, etc.);
721// - MC operand indices (they refer operands in a MachineInstr/MCInst);
722// - parsed operand indices (they refer operands in parsed operands array).
723//
724// For SINGLE components mapping between these indices is trivial.
725// But things get more complicated for COMPONENT_X and
726// COMPONENT_Y because these components share the same
727// MachineInstr/MCInst and the same parsed operands array.
728// Below is an example of component operand to parsed operand
729// mapping for the following instruction:
730//
731// v_dual_add_f32 v255, v4, v5 :: v_dual_mov_b32 v6, v1
732//
733// PARSED COMPONENT PARSED
734// COMPONENT OPERANDS OPERAND INDEX OPERAND INDEX
735// -------------------------------------------------------------------
736// "v_dual_add_f32" 0
737// v_dual_add_f32 v255 0 (DST) --> 1
738// v4 1 (SRC0) --> 2
739// v5 2 (SRC1) --> 3
740// "::" 4
741// "v_dual_mov_b32" 5
742// v_dual_mov_b32 v6 0 (DST) --> 6
743// v1 1 (SRC0) --> 7
744// -------------------------------------------------------------------
745//
747private:
748 // Regular MachineInstr/MCInst operands are ordered as follows:
749 // dst, src0 [, other src operands]
750 // VOPD MachineInstr/MCInst operands are ordered as follows:
751 // dstX, dstY, src0X [, other OpX operands], src0Y [, other OpY operands]
752 // Each ComponentKind has operand indices defined below.
753 static constexpr unsigned MC_DST_IDX[] = {0, 0, 1};
754
755 // VOPD3 instructions may have 2 or 3 source modifiers, src2 modifier is not
756 // used if there is tied accumulator. Indexing of this array:
757 // MC_SRC_IDX[VOPD3ModsNum][SrcNo]. This returns an index for a SINGLE
758 // instruction layout, add 1 for COMPONENT_X or COMPONENT_Y. For the second
759 // component add OpX.MCSrcNum + OpX.VOPD3ModsNum.
760 // For VOPD1/VOPD2 use column with zero modifiers.
761 static constexpr unsigned SINGLE_MC_SRC_IDX[4][3] = {
762 {1, 2, 3}, {2, 3, 4}, {2, 4, 5}, {2, 4, 6}};
763
764 // Parsed operands of regular instructions are ordered as follows:
765 // Mnemo dst src0 [vsrc1 ...]
766 // Parsed VOPD operands are ordered as follows:
767 // OpXMnemo dstX src0X [vsrc1X|imm vsrc1X|vsrc1X imm] '::'
768 // OpYMnemo dstY src0Y [vsrc1Y|imm vsrc1Y|vsrc1Y imm]
769 // Each ComponentKind has operand indices defined below.
770 static constexpr unsigned PARSED_DST_IDX[] = {1, 1,
771 4 /* + OpX.ParsedSrcNum */};
772 static constexpr unsigned FIRST_PARSED_SRC_IDX[] = {
773 2, 2, 5 /* + OpX.ParsedSrcNum */};
774
775private:
776 const ComponentKind Kind;
777 const ComponentProps PrevComp;
778 const unsigned VOPD3ModsNum;
779 const int BitOp3Idx; // Index of bitop3 operand or -1
780
781public:
782 // Create layout for COMPONENT_X or SINGLE component.
783 ComponentLayout(ComponentKind Kind, unsigned VOPD3ModsNum, int BitOp3Idx)
784 : Kind(Kind), VOPD3ModsNum(VOPD3ModsNum), BitOp3Idx(BitOp3Idx) {
786 }
787
788 // Create layout for COMPONENT_Y which depends on COMPONENT_X layout.
789 ComponentLayout(const ComponentProps &OpXProps, unsigned VOPD3ModsNum,
790 int BitOp3Idx)
791 : Kind(ComponentKind::COMPONENT_Y), PrevComp(OpXProps),
792 VOPD3ModsNum(VOPD3ModsNum), BitOp3Idx(BitOp3Idx) {}
793
794public:
795 // Return the index of dst operand in MCInst operands.
796 unsigned getIndexOfDstInMCOperands() const { return MC_DST_IDX[Kind]; }
797
798 // Return the index of the specified src operand in MCInst operands.
799 unsigned getIndexOfSrcInMCOperands(unsigned CompSrcIdx, bool VOPD3) const {
800 assert(CompSrcIdx < Component::MAX_SRC_NUM);
801
802 if (Kind == SINGLE && CompSrcIdx == 2 && BitOp3Idx != -1)
803 return BitOp3Idx;
804
805 if (VOPD3) {
806 return SINGLE_MC_SRC_IDX[VOPD3ModsNum][CompSrcIdx] + getPrevCompSrcNum() +
807 getPrevCompVOPD3ModsNum() + (Kind != SINGLE ? 1 : 0);
808 }
809
810 return SINGLE_MC_SRC_IDX[0][CompSrcIdx] + getPrevCompSrcNum() +
811 (Kind != SINGLE ? 1 : 0);
812 }
813
814 // Return the index of dst operand in the parsed operands array.
816 return PARSED_DST_IDX[Kind] + getPrevCompParsedSrcNum();
817 }
818
819 // Return the index of the specified src operand in the parsed operands array.
820 unsigned getIndexOfSrcInParsedOperands(unsigned CompSrcIdx) const {
821 assert(CompSrcIdx < Component::MAX_SRC_NUM);
822 return FIRST_PARSED_SRC_IDX[Kind] + getPrevCompParsedSrcNum() + CompSrcIdx;
823 }
824
825private:
826 unsigned getPrevCompSrcNum() const {
827 return PrevComp.getCompSrcOperandsNum();
828 }
829 unsigned getPrevCompParsedSrcNum() const {
830 return PrevComp.getCompParsedSrcOperandsNum();
831 }
832 unsigned getPrevCompVOPD3ModsNum() const {
833 return PrevComp.getCompVOPD3ModsNum();
834 }
835};
836
837// Layout and properties of VOPD components.
839public:
840 // Create ComponentInfo for COMPONENT_X or SINGLE component.
843 bool VOP3Layout = false)
844 : ComponentProps(OpDesc, VOP3Layout),
846
847 // Create ComponentInfo for COMPONENT_Y which depends on COMPONENT_X layout.
848 ComponentInfo(const MCInstrDesc &OpDesc, const ComponentProps &OpXProps,
849 bool VOP3Layout = false)
850 : ComponentProps(OpDesc, VOP3Layout),
853
854 // Map component operand index to parsed operand index.
855 // Return 0 if the specified operand does not exist.
856 unsigned getIndexInParsedOperands(unsigned CompOprIdx) const;
857};
858
859// Properties of VOPD instructions.
860class InstInfo {
861private:
862 const ComponentInfo CompInfo[COMPONENTS_NUM];
863
864public:
865 using RegIndices = std::array<MCRegister, Component::MAX_OPR_NUM>;
866
867 InstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY)
868 : CompInfo{OpX, OpY} {}
869
870 InstInfo(const ComponentInfo &OprInfoX, const ComponentInfo &OprInfoY)
871 : CompInfo{OprInfoX, OprInfoY} {}
872
873 const ComponentInfo &operator[](size_t ComponentIdx) const {
874 assert(ComponentIdx < COMPONENTS_NUM);
875 return CompInfo[ComponentIdx];
876 }
877
878 // Check VOPD operands constraints.
879 // GetRegIdx(Component, MCOperandIdx) must return a VGPR register index
880 // for the specified component and MC operand. The callback must return 0
881 // if the operand is not a register or not a VGPR.
882 // If \p SkipSrc is set to true then constraints for source operands are not
883 // checked.
884 // If \p AllowSameVGPR is set then same VGPRs are allowed for X and Y sources
885 // even though it violates requirement to be from different banks.
886 // If \p VOPD3 is set to true both dst registers allowed to be either odd
887 // or even and instruction may have real src2 as opposed to tied accumulator.
888 bool
889 hasInvalidOperand(std::function<MCRegister(unsigned, unsigned)> GetRegIdx,
890 const MCRegisterInfo &MRI, bool SkipSrc = false,
891 bool AllowSameVGPR = false, bool VOPD3 = false) const {
892 return getInvalidCompOperandIndex(GetRegIdx, MRI, SkipSrc, AllowSameVGPR,
893 VOPD3)
894 .has_value();
895 }
896
897 // Check VOPD operands constraints.
898 // Return the index of an invalid component operand, if any.
899 // If \p SkipSrc is set to true then constraints for source operands are not
900 // checked except for being from the same halves of VGPR file on gfx1250.
901 // If \p AllowSameVGPR is set then same VGPRs are allowed for X and Y sources
902 // even though it violates requirement to be from different banks.
903 // If \p VOPD3 is set to true both dst registers allowed to be either odd
904 // or even and instruction may have real src2 as opposed to tied accumulator.
905 std::optional<unsigned> getInvalidCompOperandIndex(
906 std::function<MCRegister(unsigned, unsigned)> GetRegIdx,
907 const MCRegisterInfo &MRI, bool SkipSrc = false,
908 bool AllowSameVGPR = false, bool VOPD3 = false) const;
909
910private:
912 getRegIndices(unsigned ComponentIdx,
913 std::function<MCRegister(unsigned, unsigned)> GetRegIdx,
914 bool VOPD3) const;
915};
916
917} // namespace VOPD
918
920std::pair<unsigned, unsigned> getVOPDComponents(unsigned VOPDOpcode);
921
923// Get properties of 2 single VOP1/VOP2 instructions
924// used as components to create a VOPD instruction.
925VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY);
926
928// Get properties of VOPD X and Y components.
929VOPD::InstInfo getVOPDInstInfo(unsigned VOPDOpcode,
930 const MCInstrInfo *InstrInfo);
931
933bool isAsyncStore(unsigned Opc);
935bool isTensorStore(unsigned Opc);
937unsigned getTemporalHintType(const MCInstrDesc TID);
938
940bool isTrue16Inst(unsigned Opc);
941
943FPType getFPDstSelType(unsigned Opc);
944
945bool isDPMACCInstruction(unsigned Opc);
946
948unsigned mapWMMA2AddrTo3AddrOpcode(unsigned Opc);
949
951unsigned mapWMMA3AddrTo2AddrOpcode(unsigned Opc);
952
953void initDefaultAMDKernelCodeT(AMDGPUMCKernelCodeT &Header,
954 const MCSubtargetInfo &STI);
955
956bool isGroupSegment(const GlobalValue *GV);
957bool isGlobalSegment(const GlobalValue *GV);
958bool isReadOnlySegment(const GlobalValue *GV);
959
960/// \returns True if constants should be emitted to .text section for given
961/// target triple \p TT, false otherwise.
963
964/// Returns a valid charcode or 0 in the first entry if this is a valid physical
965/// register name. Followed by the start register number, and the register
966/// width. Does not validate the number of registers exists in the class. Unlike
967/// parseAsmConstraintPhysReg, this does not expect the name to be wrapped in
968/// "{}".
969std::tuple<char, unsigned, unsigned> parseAsmPhysRegName(StringRef TupleString);
970
971/// Returns a valid charcode or 0 in the first entry if this is a valid physical
972/// register constraint. Followed by the start register number, and the register
973/// width. Does not validate the number of registers exists in the class.
974std::tuple<char, unsigned, unsigned>
976
977/// \returns A pair of integer values requested using \p F's \p Name attribute
978/// in "first[,second]" format ("second" is optional unless \p OnlyFirstRequired
979/// is false).
980///
981/// \returns \p Default if attribute is not present.
982///
983/// \returns \p Default and emits error if one of the requested values cannot be
984/// converted to integer, or \p OnlyFirstRequired is false and "second" value is
985/// not present.
986std::pair<unsigned, unsigned>
988 std::pair<unsigned, unsigned> Default,
989 bool OnlyFirstRequired = false);
990
991/// \returns A pair of integer values requested using \p F's \p Name attribute
992/// in "first[,second]" format ("second" is optional unless \p OnlyFirstRequired
993/// is false).
994///
995/// \returns \p std::nullopt if attribute is not present.
996///
997/// \returns \p std::nullopt and emits error if one of the requested values
998/// cannot be converted to integer, or \p OnlyFirstRequired is false and
999/// "second" value is not present.
1000std::optional<std::pair<unsigned, std::optional<unsigned>>>
1002 bool OnlyFirstRequired = false);
1003
1004/// \returns Generate a vector of integer values requested using \p F's \p Name
1005/// attribute.
1006/// \returns A vector of size \p Size, with all elements set to \p DefaultVal,
1007/// if any error occurs. The corresponding error will also be emitted.
1009 unsigned Size,
1010 unsigned DefaultVal);
1011/// Similar to the function above, but returns std::nullopt if any error occurs.
1012std::optional<SmallVector<unsigned>>
1013getIntegerVecAttribute(const Function &F, StringRef Name, unsigned Size);
1014
1015/// \returns The maximum number of workgroups for the function.
1017
1018inline bool isTgSplitEnabled(const Function &F) {
1019 return F.hasFnAttribute("amdgpu-tg-split");
1020}
1021
1022/// Checks if \p Val is inside \p MD, a !range-like metadata.
1023bool hasValueInRangeLikeMetadata(const MDNode &MD, int64_t Val);
1024
1025// The following methods are only meaningful on targets that support
1026// S_WAITCNT.
1027
1028/// \returns Vmcnt bit mask for given isa \p Version.
1029unsigned getVmcntBitMask(const IsaVersion &Version);
1030
1031/// \returns Expcnt bit mask for given isa \p Version.
1032unsigned getExpcntBitMask(const IsaVersion &Version);
1033
1034/// \returns Lgkmcnt bit mask for given isa \p Version.
1035unsigned getLgkmcntBitMask(const IsaVersion &Version);
1036
1037/// \returns Waitcnt bit mask for given isa \p Version.
1038unsigned getWaitcntBitMask(const IsaVersion &Version);
1039
1040/// \returns Decoded Vmcnt from given \p Waitcnt for given isa \p Version.
1041unsigned decodeVmcnt(const IsaVersion &Version, unsigned Waitcnt);
1042
1043/// \returns Decoded Expcnt from given \p Waitcnt for given isa \p Version.
1044unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt);
1045
1046/// \returns Decoded Lgkmcnt from given \p Waitcnt for given isa \p Version.
1047unsigned decodeLgkmcnt(const IsaVersion &Version, unsigned Waitcnt);
1048
1049/// \returns Decoded Loadcnt from given \p Waitcnt for given isa \p Version.
1050unsigned decodeLoadcnt(const IsaVersion &Version, unsigned Waitcnt);
1051
1052/// \returns Decoded Storecnt from given \p Waitcnt for given isa \p Version.
1053unsigned decodeStorecnt(const IsaVersion &Version, unsigned Waitcnt);
1054
1055/// \returns Decoded Dscnt from given \p Waitcnt for given isa \p Version.
1056unsigned decodeDscnt(const IsaVersion &Version, unsigned Waitcnt);
1057
1058/// Decodes Vmcnt, Expcnt and Lgkmcnt from given \p Waitcnt for given isa
1059/// \p Version, and writes decoded values into \p Vmcnt, \p Expcnt and
1060/// \p Lgkmcnt respectively. Should not be used on gfx12+, the instruction
1061/// which needs it is deprecated
1062///
1063/// \details \p Vmcnt, \p Expcnt and \p Lgkmcnt are decoded as follows:
1064/// \p Vmcnt = \p Waitcnt[3:0] (pre-gfx9)
1065/// \p Vmcnt = \p Waitcnt[15:14,3:0] (gfx9,10)
1066/// \p Vmcnt = \p Waitcnt[15:10] (gfx11)
1067/// \p Expcnt = \p Waitcnt[6:4] (pre-gfx11)
1068/// \p Expcnt = \p Waitcnt[2:0] (gfx11)
1069/// \p Lgkmcnt = \p Waitcnt[11:8] (pre-gfx10)
1070/// \p Lgkmcnt = \p Waitcnt[13:8] (gfx10)
1071/// \p Lgkmcnt = \p Waitcnt[9:4] (gfx11)
1072///
1073void decodeWaitcnt(const IsaVersion &Version, unsigned Waitcnt, unsigned &Vmcnt,
1074 unsigned &Expcnt, unsigned &Lgkmcnt);
1075
1076/// \returns \p Waitcnt with encoded \p Vmcnt for given isa \p Version.
1077unsigned encodeVmcnt(const IsaVersion &Version, unsigned Waitcnt,
1078 unsigned Vmcnt);
1079
1080/// \returns \p Waitcnt with encoded \p Expcnt for given isa \p Version.
1081unsigned encodeExpcnt(const IsaVersion &Version, unsigned Waitcnt,
1082 unsigned Expcnt);
1083
1084/// \returns \p Waitcnt with encoded \p Lgkmcnt for given isa \p Version.
1085unsigned encodeLgkmcnt(const IsaVersion &Version, unsigned Waitcnt,
1086 unsigned Lgkmcnt);
1087
1088/// Encodes \p Vmcnt, \p Expcnt and \p Lgkmcnt into Waitcnt for given isa
1089/// \p Version. Should not be used on gfx12+, the instruction which needs
1090/// it is deprecated
1091///
1092/// \details \p Vmcnt, \p Expcnt and \p Lgkmcnt are encoded as follows:
1093/// Waitcnt[2:0] = \p Expcnt (gfx11+)
1094/// Waitcnt[3:0] = \p Vmcnt (pre-gfx9)
1095/// Waitcnt[3:0] = \p Vmcnt[3:0] (gfx9,10)
1096/// Waitcnt[6:4] = \p Expcnt (pre-gfx11)
1097/// Waitcnt[9:4] = \p Lgkmcnt (gfx11)
1098/// Waitcnt[11:8] = \p Lgkmcnt (pre-gfx10)
1099/// Waitcnt[13:8] = \p Lgkmcnt (gfx10)
1100/// Waitcnt[15:10] = \p Vmcnt (gfx11)
1101/// Waitcnt[15:14] = \p Vmcnt[5:4] (gfx9,10)
1102///
1103/// \returns Waitcnt with encoded \p Vmcnt, \p Expcnt and \p Lgkmcnt for given
1104/// isa \p Version.
1105///
1106unsigned encodeWaitcnt(const IsaVersion &Version, unsigned Vmcnt,
1107 unsigned Expcnt, unsigned Lgkmcnt);
1108
1109/// \returns Waitcnt with encoded \p Loadcnt and \p Dscnt for given isa \p
1110/// Version.
1111unsigned encodeLoadcntDscnt(const IsaVersion &Version, unsigned Loadcnt,
1112 unsigned Dscnt);
1113
1114/// \returns Waitcnt with encoded \p Storecnt and \p Dscnt for given isa \p
1115/// Version.
1116unsigned encodeStorecntDscnt(const IsaVersion &Version, unsigned Storecnt,
1117 unsigned Dscnt);
1118
1119// The following methods are only meaningful on targets that support
1120// S_WAIT_*CNT, introduced with gfx12.
1121
1122/// \returns Loadcnt bit mask for given isa \p Version.
1123/// Returns 0 for versions that do not support LOADcnt
1124unsigned getLoadcntBitMask(const IsaVersion &Version);
1125
1126/// \returns Samplecnt bit mask for given isa \p Version.
1127/// Returns 0 for versions that do not support SAMPLEcnt
1128unsigned getSamplecntBitMask(const IsaVersion &Version);
1129
1130/// \returns Bvhcnt bit mask for given isa \p Version.
1131/// Returns 0 for versions that do not support BVHcnt
1132unsigned getBvhcntBitMask(const IsaVersion &Version);
1133
1134/// \returns Asynccnt bit mask for given isa \p Version.
1135/// Returns 0 for versions that do not support Asynccnt
1136unsigned getAsynccntBitMask(const IsaVersion &Version);
1137
1138/// \returns Dscnt bit mask for given isa \p Version.
1139/// Returns 0 for versions that do not support DScnt
1140unsigned getDscntBitMask(const IsaVersion &Version);
1141
1142/// \returns Dscnt bit mask for given isa \p Version.
1143/// Returns 0 for versions that do not support KMcnt
1144unsigned getKmcntBitMask(const IsaVersion &Version);
1145
1146/// \returns Xcnt bit mask for given isa \p Version.
1147/// Returns 0 for versions that do not support Xcnt.
1148unsigned getXcntBitMask(const IsaVersion &Version);
1149
1150/// \return STOREcnt or VScnt bit mask for given isa \p Version.
1151/// returns 0 for versions that do not support STOREcnt or VScnt.
1152/// STOREcnt and VScnt are the same counter, the name used
1153/// depends on the ISA version.
1154unsigned getStorecntBitMask(const IsaVersion &Version);
1155
1156namespace Hwreg {
1157
1160
1161struct HwregSize : EncodingField<15, 11, 32> {
1163 constexpr uint64_t encode() const { return Value - 1; }
1164 static ValueType decode(uint64_t Encoded) { return Encoded + 1; }
1165};
1166
1168
1169} // namespace Hwreg
1170
1171namespace DepCtr {
1172
1174int encodeDepCtr(const StringRef Name, int64_t Val, unsigned &UsedOprMask,
1175 const MCSubtargetInfo &STI);
1176bool isSymbolicDepCtrEncoding(unsigned Code, bool &HasNonDefaultVal,
1177 const MCSubtargetInfo &STI);
1178bool decodeDepCtr(unsigned Code, int &Id, StringRef &Name, unsigned &Val,
1179 bool &IsDefault, const MCSubtargetInfo &STI);
1180
1181/// \returns Maximum VaVdst value that can be encoded.
1182unsigned getVaVdstBitMask();
1183
1184/// \returns Maximum VaSdst value that can be encoded.
1185unsigned getVaSdstBitMask();
1186
1187/// \returns Maximum VaSsrc value that can be encoded.
1188unsigned getVaSsrcBitMask();
1189
1190/// \returns Maximum HoldCnt value that can be encoded.
1191unsigned getHoldCntBitMask(const IsaVersion &Version);
1192
1193/// \returns Maximum VmVsrc value that can be encoded.
1194unsigned getVmVsrcBitMask();
1195
1196/// \returns Maximum VaVcc value that can be encoded.
1197unsigned getVaVccBitMask();
1198
1199/// \returns Maximum SaSdst value that can be encoded.
1200unsigned getSaSdstBitMask();
1201
1202/// \returns Decoded VaVdst from given immediate \p Encoded.
1203unsigned decodeFieldVaVdst(unsigned Encoded);
1204
1205/// \returns Decoded VmVsrc from given immediate \p Encoded.
1206unsigned decodeFieldVmVsrc(unsigned Encoded);
1207
1208/// \returns Decoded SaSdst from given immediate \p Encoded.
1209unsigned decodeFieldSaSdst(unsigned Encoded);
1210
1211/// \returns Decoded VaSdst from given immediate \p Encoded.
1212unsigned decodeFieldVaSdst(unsigned Encoded);
1213
1214/// \returns Decoded VaVcc from given immediate \p Encoded.
1215unsigned decodeFieldVaVcc(unsigned Encoded);
1216
1217/// \returns Decoded SaSrc from given immediate \p Encoded.
1218unsigned decodeFieldVaSsrc(unsigned Encoded);
1219
1220/// \returns Decoded HoldCnt from given immediate \p Encoded.
1221unsigned decodeFieldHoldCnt(unsigned Encoded, const IsaVersion &Version);
1222
1223/// \returns \p VmVsrc as an encoded Depctr immediate.
1224unsigned encodeFieldVmVsrc(unsigned VmVsrc, const MCSubtargetInfo &STI);
1225
1226/// \returns \p Encoded combined with encoded \p VmVsrc.
1227unsigned encodeFieldVmVsrc(unsigned Encoded, unsigned VmVsrc);
1228
1229/// \returns \p VaVdst as an encoded Depctr immediate.
1230unsigned encodeFieldVaVdst(unsigned VaVdst, const MCSubtargetInfo &STI);
1231
1232/// \returns \p Encoded combined with encoded \p VaVdst.
1233unsigned encodeFieldVaVdst(unsigned Encoded, unsigned VaVdst);
1234
1235/// \returns \p SaSdst as an encoded Depctr immediate.
1236unsigned encodeFieldSaSdst(unsigned SaSdst, const MCSubtargetInfo &STI);
1237
1238/// \returns \p Encoded combined with encoded \p SaSdst.
1239unsigned encodeFieldSaSdst(unsigned Encoded, unsigned SaSdst);
1240
1241/// \returns \p VaSdst as an encoded Depctr immediate.
1242unsigned encodeFieldVaSdst(unsigned VaSdst, const MCSubtargetInfo &STI);
1243
1244/// \returns \p Encoded combined with encoded \p VaSdst.
1245unsigned encodeFieldVaSdst(unsigned Encoded, unsigned VaSdst);
1246
1247/// \returns \p VaVcc as an encoded Depctr immediate.
1248unsigned encodeFieldVaVcc(unsigned VaVcc, const MCSubtargetInfo &STI);
1249
1250/// \returns \p Encoded combined with encoded \p VaVcc.
1251unsigned encodeFieldVaVcc(unsigned Encoded, unsigned VaVcc);
1252
1253/// \returns \p HoldCnt as an encoded Depctr immediate.
1254unsigned encodeFieldHoldCnt(unsigned HoldCnt, const MCSubtargetInfo &STI);
1255
1256/// \returns \p Encoded combined with encoded \p HoldCnt.
1257unsigned encodeFieldHoldCnt(unsigned Encoded, unsigned HoldCnt,
1258 const IsaVersion &Version);
1259
1260/// \returns \p VaSsrc as an encoded Depctr immediate.
1261unsigned encodeFieldVaSsrc(unsigned VaSsrc, const MCSubtargetInfo &STI);
1262
1263/// \returns \p Encoded combined with encoded \p VaSsrc.
1264unsigned encodeFieldVaSsrc(unsigned Encoded, unsigned VaSsrc);
1265
1266} // namespace DepCtr
1267
1268namespace Exp {
1269
1270bool getTgtName(unsigned Id, StringRef &Name, int &Index);
1271
1273unsigned getTgtId(const StringRef Name);
1274
1276bool isSupportedTgtId(unsigned Id, const MCSubtargetInfo &STI);
1277
1278} // namespace Exp
1279
1280namespace MTBUFFormat {
1281
1283int64_t encodeDfmtNfmt(unsigned Dfmt, unsigned Nfmt);
1284
1285void decodeDfmtNfmt(unsigned Format, unsigned &Dfmt, unsigned &Nfmt);
1286
1287int64_t getDfmt(const StringRef Name);
1288
1289StringRef getDfmtName(unsigned Id);
1290
1291int64_t getNfmt(const StringRef Name, const MCSubtargetInfo &STI);
1292
1293StringRef getNfmtName(unsigned Id, const MCSubtargetInfo &STI);
1294
1295bool isValidDfmtNfmt(unsigned Val, const MCSubtargetInfo &STI);
1296
1297bool isValidNfmt(unsigned Val, const MCSubtargetInfo &STI);
1298
1299int64_t getUnifiedFormat(const StringRef Name, const MCSubtargetInfo &STI);
1300
1301StringRef getUnifiedFormatName(unsigned Id, const MCSubtargetInfo &STI);
1302
1303bool isValidUnifiedFormat(unsigned Val, const MCSubtargetInfo &STI);
1304
1305int64_t convertDfmtNfmt2Ufmt(unsigned Dfmt, unsigned Nfmt,
1306 const MCSubtargetInfo &STI);
1307
1308bool isValidFormatEncoding(unsigned Val, const MCSubtargetInfo &STI);
1309
1310unsigned getDefaultFormatEncoding(const MCSubtargetInfo &STI);
1311
1312} // namespace MTBUFFormat
1313
1314namespace SendMsg {
1315
1317bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI);
1318
1320bool isValidMsgOp(int64_t MsgId, int64_t OpId, const MCSubtargetInfo &STI,
1321 bool Strict = true);
1322
1324bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId,
1325 const MCSubtargetInfo &STI, bool Strict = true);
1326
1328bool msgRequiresOp(int64_t MsgId, const MCSubtargetInfo &STI);
1329
1331bool msgSupportsStream(int64_t MsgId, int64_t OpId, const MCSubtargetInfo &STI);
1332
1333void decodeMsg(unsigned Val, uint16_t &MsgId, uint16_t &OpId,
1334 uint16_t &StreamId, const MCSubtargetInfo &STI);
1335
1338
1339/// Returns true if the message does not use the m0 operand.
1340bool msgDoesNotUseM0(int64_t MsgId, const MCSubtargetInfo &STI);
1341
1342} // namespace SendMsg
1343
1344unsigned getInitialPSInputAddr(const Function &F);
1345
1346bool getHasColorExport(const Function &F);
1347
1348bool getHasDepthExport(const Function &F);
1349
1350// Returns the value of the "amdgpu-dynamic-vgpr-block-size" attribute, or 0 if
1351// the attribute is missing or its value is invalid.
1352unsigned getDynamicVGPRBlockSize(const Function &F);
1353
1355constexpr bool isShader(CallingConv::ID CC) {
1356 switch (CC) {
1366 return true;
1367 default:
1368 return false;
1369 }
1370}
1371
1373constexpr bool isGraphics(CallingConv::ID CC) {
1374 return isShader(CC) || CC == CallingConv::AMDGPU_Gfx ||
1376}
1377
1379constexpr bool isCompute(CallingConv::ID CC) {
1380 return !isGraphics(CC) || CC == CallingConv::AMDGPU_CS;
1381}
1382
1385 switch (CC) {
1395 return true;
1396 default:
1397 return false;
1398 }
1399}
1400
1402constexpr bool isChainCC(CallingConv::ID CC) {
1403 switch (CC) {
1406 return true;
1407 default:
1408 return false;
1409 }
1410}
1411
1412// These functions are considered entrypoints into the current module, i.e. they
1413// are allowed to be called from outside the current module. This is different
1414// from isEntryFunctionCC, which is only true for functions that are entered by
1415// the hardware. Module entry points include all entry functions but also
1416// include functions that can be called from other functions inside or outside
1417// the current module. Module entry functions are allowed to allocate LDS.
1418//
1419// AMDGPU_CS_Chain is intended for externally callable chain functions, so it is
1420// treated as a module entrypoint. AMDGPU_CS_ChainPreserve is used for internal
1421// helper functions (e.g. retry helpers), so it is not a module entrypoint.
1424 switch (CC) {
1427 return true;
1428 default:
1429 return isEntryFunctionCC(CC);
1430 }
1431}
1432
1434constexpr inline bool isKernel(CallingConv::ID CC) {
1435 switch (CC) {
1438 return true;
1439 default:
1440 return false;
1441 }
1442}
1443
1444inline bool isKernel(const Function &F) { return isKernel(F.getCallingConv()); }
1445
1448 return CC == CallingConv::Fast;
1449}
1450
1451/// Return true if we might ever do TCO for calls with this calling convention.
1454 switch (CC) {
1455 case CallingConv::C:
1458 return true;
1459 default:
1460 return canGuaranteeTCO(CC);
1461 }
1462}
1463
1464bool hasXNACK(const MCSubtargetInfo &STI);
1465bool hasMIMG_R128(const MCSubtargetInfo &STI);
1466bool hasA16(const MCSubtargetInfo &STI);
1467bool hasG16(const MCSubtargetInfo &STI);
1468bool hasPackedD16(const MCSubtargetInfo &STI);
1469bool hasGDS(const MCSubtargetInfo &STI);
1470unsigned getNSAMaxSize(const MCSubtargetInfo &STI, bool HasSampler = false);
1471unsigned getMaxNumUserSGPRs(const MCSubtargetInfo &STI);
1472
1473bool isSI(const MCSubtargetInfo &STI);
1474bool isCI(const MCSubtargetInfo &STI);
1475bool isVI(const MCSubtargetInfo &STI);
1476bool isGFX9(const MCSubtargetInfo &STI);
1477bool isGFX9_GFX10(const MCSubtargetInfo &STI);
1478bool isGFX9_GFX10_GFX11(const MCSubtargetInfo &STI);
1479bool isGFX8_GFX9_GFX10(const MCSubtargetInfo &STI);
1480bool isGFX8Plus(const MCSubtargetInfo &STI);
1481bool isGFX9Plus(const MCSubtargetInfo &STI);
1482bool isNotGFX9Plus(const MCSubtargetInfo &STI);
1483bool isGFX10(const MCSubtargetInfo &STI);
1484bool isGFX10_GFX11(const MCSubtargetInfo &STI);
1485bool isGFX10Plus(const MCSubtargetInfo &STI);
1486bool isNotGFX10Plus(const MCSubtargetInfo &STI);
1487bool isGFX10Before1030(const MCSubtargetInfo &STI);
1488bool isGFX11(const MCSubtargetInfo &STI);
1489bool isGFX11Plus(const MCSubtargetInfo &STI);
1490bool isGFX12(const MCSubtargetInfo &STI);
1491bool isGFX12Plus(const MCSubtargetInfo &STI);
1492bool isGFX1250(const MCSubtargetInfo &STI);
1493bool isGFX1250Plus(const MCSubtargetInfo &STI);
1494bool isGFX13(const MCSubtargetInfo &STI);
1495bool isGFX13Plus(const MCSubtargetInfo &STI);
1496
1497/// \returns true if a work-group's waves run on all four SIMD32s (one
1498/// contiguous LDS) and not just on two.
1499bool isFullSIMDMode(const MCSubtargetInfo &STI);
1500
1501bool supportsWGP(const MCSubtargetInfo &STI);
1502bool isNotGFX12Plus(const MCSubtargetInfo &STI);
1503bool isNotGFX11Plus(const MCSubtargetInfo &STI);
1504bool isGCN3Encoding(const MCSubtargetInfo &STI);
1505bool isGFX10_BEncoding(const MCSubtargetInfo &STI);
1506bool hasGFX10_3Insts(const MCSubtargetInfo &STI);
1507bool isGFX10_3_GFX11(const MCSubtargetInfo &STI);
1508bool isGFX90A(const MCSubtargetInfo &STI);
1509bool isGFX940(const MCSubtargetInfo &STI);
1511bool hasMAIInsts(const MCSubtargetInfo &STI);
1512bool hasPopsExitingWaveID(const MCSubtargetInfo &STI);
1513
1514/// \returns true if the src_private_base and src_private_limit aperture
1515/// registers are available on \p STI. Targets with globally addressable
1516/// scratch have no private aperture and expose src_flat_scratch_base instead.
1518
1519bool hasVOPD(const MCSubtargetInfo &STI);
1520bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI);
1521
1522int getTotalNumVGPRs(bool has90AInsts, int32_t ArgNumAGPR, int32_t ArgNumVGPR);
1523unsigned hasKernargPreload(const MCSubtargetInfo &STI);
1525
1526/// Is Reg - scalar register
1527bool isSGPR(MCRegister Reg, const MCRegisterInfo *TRI);
1528
1529/// \returns true if \p Reg is an indexed-resource index register, i.e. either a
1530/// 32-bit SGPR (uniform-indexed form) or a Lo256 VGPR (per-lane indexed form).
1532
1533/// \returns if \p Reg occupies the high 16-bits of a 32-bit register.
1534bool isHi16Reg(MCRegister Reg, const MCRegisterInfo &MRI);
1535
1536/// If \p Reg is a pseudo reg, return the correct hardware register given
1537/// \p STI otherwise return \p Reg.
1539
1540/// Convert hardware register \p Reg to a pseudo register
1543
1546
1547/// Is this an AMDGPU specific source operand? These include registers,
1548/// inline constants, literals and mandatory literals (KImm).
1549constexpr bool isSISrcOperand(const MCOperandInfo &OpInfo) {
1550 return OpInfo.OperandType >= AMDGPU::OPERAND_SRC_FIRST &&
1551 OpInfo.OperandType <= AMDGPU::OPERAND_SRC_LAST;
1552}
1553
1554inline bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo) {
1555 return isSISrcOperand(Desc.operands()[OpNo]);
1556}
1557
1558/// Is this a KImm operand?
1559bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo);
1560
1561/// Is this floating-point operand?
1562bool isSISrcFPOperand(const MCInstrDesc &Desc, unsigned OpNo);
1563
1564/// Does this operand support only inlinable literals?
1565bool isSISrcInlinableOperand(const MCInstrDesc &Desc, unsigned OpNo);
1566
1567/// Get the size in bits of a register from the register class \p RC.
1568unsigned getRegBitWidth(unsigned RCID);
1569
1570/// Get the size in bits of a register from the register class \p RC.
1571unsigned getRegBitWidth(const MCRegisterClass &RC);
1572
1574inline unsigned getOperandSize(const MCOperandInfo &OpInfo) {
1575 switch (OpInfo.OperandType) {
1585 case AMDGPU::OPERAND_KIMM16: // mandatory literal is always size 4
1587 return 4;
1588
1597 return 8;
1598
1613 return 2;
1614
1615 default:
1616 llvm_unreachable("unhandled operand type");
1617 }
1618}
1619
1621inline unsigned getOperandSize(const MCInstrDesc &Desc, unsigned OpNo) {
1622 return getOperandSize(Desc.operands()[OpNo]);
1623}
1624
1625/// Is this literal inlinable, and not one of the values intended for floating
1626/// point values.
1628inline bool isInlinableIntLiteral(int64_t Literal) {
1629 return Literal >= -16 && Literal <= 64;
1630}
1631
1632/// Is this literal inlinable
1634bool isInlinableLiteral64(int64_t Literal, bool HasInv2Pi);
1635
1637bool isInlinableLiteral32(int32_t Literal, bool HasInv2Pi);
1638
1640bool isInlinableLiteralBF16(int16_t Literal, bool HasInv2Pi);
1641
1643bool isInlinableLiteralFP16(int16_t Literal, bool HasInv2Pi);
1644
1646bool isInlinableLiteralI16(int32_t Literal, bool HasInv2Pi);
1647
1649std::optional<unsigned> getInlineEncodingV2I16(uint32_t Literal);
1650
1652std::optional<unsigned> getInlineEncodingV2BF16(uint32_t Literal);
1653
1655std::optional<unsigned> getInlineEncodingV2F16(uint32_t Literal);
1656
1658std::optional<unsigned> getPKFMACF16InlineEncoding(uint32_t Literal,
1659 bool IsGFX11Plus);
1660
1663
1666
1669
1672
1674bool isPKFMACF16InlineConstant(uint32_t Literal, bool IsGFX11Plus);
1675
1677bool isValid32BitLiteral(uint64_t Val, bool IsFP64);
1678
1680int64_t encode32BitLiteral(int64_t Imm, OperandType Type, bool IsLit);
1681
1682bool isArgPassedInSGPR(const Argument *Arg);
1683
1684bool isArgPassedInSGPR(const CallBase *CB, unsigned ArgNo);
1685
1686/// The opcode is a packed fp32 instruction which only reads low 32 bits of
1687/// a scalar operand and propagates it to high channel.
1689
1690/// The opcode is a packed 64-bit instruction which only reads low 64 bits of
1691/// a scalar operand and propagates it to high channel.
1693
1694/// Packed instructions that read a single SGPR for SGPR operands, except for
1695/// 64-bit elements which read two SGPRs.
1697
1700 int64_t EncodedOffset);
1701
1704 int64_t EncodedOffset, bool IsBuffer);
1705
1706/// Convert \p ByteOffset to dwords if the subtarget uses dword SMRD immediate
1707/// offsets.
1709
1710/// \returns The encoding that will be used for \p ByteOffset in the
1711/// SMRD offset field, or std::nullopt if it won't fit. On GFX9 and GFX10
1712/// S_LOAD instructions have a signed offset, on other subtargets it is
1713/// unsigned. S_BUFFER has an unsigned offset for all subtargets.
1714std::optional<int64_t> getSMRDEncodedOffset(const MCSubtargetInfo &ST,
1715 int64_t ByteOffset, bool IsBuffer,
1716 bool HasSOffset = false);
1717
1718/// \return The encoding that can be used for a 32-bit literal offset in an SMRD
1719/// instruction. This is only useful on CI.s
1720std::optional<int64_t> getSMRDEncodedLiteralOffset32(const MCSubtargetInfo &ST,
1721 int64_t ByteOffset);
1722
1723/// For pre-GFX12 FLAT instructions the offset must be positive;
1724/// MSB is ignored and forced to zero.
1725///
1726/// \return The number of bits available for the signed offset field in flat
1727/// instructions. Note that some forms of the instruction disallow negative
1728/// offsets.
1729unsigned getNumFlatOffsetBits(const MCSubtargetInfo &ST);
1730
1732inline bool isLegalDPALU_DPPControl(const MCSubtargetInfo &ST, unsigned DC) {
1733 if (isGFX12(ST))
1734 return DC >= DPP::ROW_SHARE_FIRST && DC <= DPP::ROW_SHARE_LAST;
1735 if (isGFX90A(ST))
1736 return DC >= DPP::ROW_NEWBCAST_FIRST && DC <= DPP::ROW_NEWBCAST_LAST;
1737 return false;
1738}
1739
1740/// \returns true if an instruction may have a 64-bit VGPR operand.
1742 const MCSubtargetInfo &ST);
1743
1744/// \returns true if an instruction is a DP ALU DPP without any 64-bit operands.
1745bool isDPALU_DPP32BitOpc(unsigned Opc);
1746
1747/// \returns true if an instruction is a DP ALU DPP.
1748bool isDPALU_DPP(const MCInstrDesc &OpDesc, const MCInstrInfo &MII,
1749 const MCSubtargetInfo &ST);
1750
1751/// \returns true if the intrinsic is divergent
1752bool isIntrinsicSourceOfDivergence(unsigned IntrID);
1753
1754/// \returns true if the intrinsic is uniform
1755bool isIntrinsicAlwaysUniform(unsigned IntrID);
1756
1757/// \returns a register class for the physical register \p Reg if it is a VGPR
1758/// or nullptr otherwise.
1760 const MCRegisterInfo &MRI);
1761
1762/// \returns the MODE bits which have to be set by the S_SET_VGPR_MSB for the
1763/// physical register \p Reg.
1764unsigned getVGPREncodingMSBs(MCRegister Reg, const MCRegisterInfo &MRI);
1765
1766/// If \p Reg is a low VGPR return a corresponding high VGPR with \p MSBs set.
1768 const MCRegisterInfo &MRI);
1769
1770/// \returns VGPR MSBs encoded in a S_SETREG_IMM32_B32 \p MI if it sets
1771/// it. If \p HasSetregVGPRMSBFixup is true then size of the ID_MODE mask is
1772/// ignored.
1773std::optional<unsigned> convertSetRegImmToVgprMSBs(const MachineInstr &MI,
1774 bool HasSetregVGPRMSBFixup);
1775
1776/// \returns VGPR MSBs encoded in a S_SETREG_IMM32_B32 \p MI if it sets
1777/// it. If \p HasSetregVGPRMSBFixup is true then size of the ID_MODE mask is
1778/// ignored.
1779std::optional<unsigned> convertSetRegImmToVgprMSBs(const MCInst &MI,
1780 bool HasSetregVGPRMSBFixup);
1781
1782// Returns a table for the opcode with a given \p Desc to map the VGPR MSB
1783// set by the S_SET_VGPR_MSB to one of 4 sources. In case of VOPD returns 2
1784// maps, one for X and one for Y component.
1785std::pair<const AMDGPU::OpName *, const AMDGPU::OpName *>
1787
1788/// \returns true if a memory instruction supports scale_offset modifier.
1789bool supportsScaleOffset(const MCInstrInfo &MII, unsigned Opcode);
1790
1791/// \returns lds block size in terms of dwords. \p
1792/// This is used to calculate the lds size encoded for PAL metadata 3.0+ which
1793/// must be defined in terms of bytes.
1794unsigned getLdsDwGranularity(const MCSubtargetInfo &ST);
1795
1797public:
1799
1800 ClusterDimsAttr() = default;
1801
1802 Kind getKind() const { return AttrKind; }
1803
1804 bool isUnknown() const { return getKind() == Kind::Unknown; }
1805
1806 bool isNoCluster() const { return getKind() == Kind::NoCluster; }
1807
1808 bool isFixedDims() const { return getKind() == Kind::FixedDims; }
1809
1810 bool isVariableDims() const { return getKind() == Kind::VariableDims; }
1811
1813
1815
1817
1818 /// \returns the dims stored. Note that this function can only be called if
1819 /// the kind is \p Fixed.
1820 const std::array<unsigned, 3> &getDims() const;
1821
1822 bool operator==(const ClusterDimsAttr &RHS) const {
1823 return AttrKind == RHS.AttrKind && Dims == RHS.Dims;
1824 }
1825
1826 std::string to_string() const;
1827
1828 static ClusterDimsAttr get(const Function &F);
1829
1830private:
1831 enum Encoding { EncoNoCluster = 0, EncoVariableDims = 1024 };
1832
1833 ClusterDimsAttr(Kind AttrKind) : AttrKind(AttrKind) {}
1834
1835 std::array<unsigned, 3> Dims = {0, 0, 0};
1836
1837 Kind AttrKind = Kind::Unknown;
1838};
1839
1840/// Evaluate the constant-folded result of v_rcp for \p Val, accounting for
1841/// the hardware's denormal flushing on f32/f64 and its approximate rounding.
1842/// Returns std::nullopt if the hardware result is not guaranteed to match the
1843/// exact reciprocal.
1844std::optional<APFloat> evaluateRcp(const APFloat &Val);
1845
1846} // namespace AMDGPU
1847
1849
1850} // end namespace llvm
1851
1852#endif // LLVM_LIB_TARGET_AMDGPU_UTILS_AMDGPUBASEINFO_H
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
unsigned Imm
unsigned uint64_t
Base class for AMDGPU specific classes of TargetSubtarget.
This file declares a class to represent arbitrary precision floating point values and provide a varie...
static GCRegistry::Add< StatepointGC > D("statepoint-example", "an example strategy for statepoint")
#define LLVM_READNONE
Definition Compiler.h:323
#define LLVM_READONLY
Definition Compiler.h:330
IRTranslator LLVM IR MI
Module.h This file contains the declarations for the Module class.
#define F(x, y, z)
Definition MD5.cpp:54
#define G(x, y, z)
Definition MD5.cpp:55
Register Reg
Register const TargetRegisterInfo * TRI
This file contains some functions that are useful when dealing with strings.
Value * RHS
static ClusterDimsAttr get(const Function &F)
bool operator==(const ClusterDimsAttr &RHS) const
const std::array< unsigned, 3 > & getDims() const
unsigned getIndexInParsedOperands(unsigned CompOprIdx) const
ComponentInfo(const MCInstrDesc &OpDesc, ComponentKind Kind=ComponentKind::SINGLE, bool VOP3Layout=false)
ComponentInfo(const MCInstrDesc &OpDesc, const ComponentProps &OpXProps, bool VOP3Layout=false)
unsigned getIndexOfSrcInMCOperands(unsigned CompSrcIdx, bool VOPD3) const
ComponentLayout(const ComponentProps &OpXProps, unsigned VOPD3ModsNum, int BitOp3Idx)
unsigned getIndexOfSrcInParsedOperands(unsigned CompSrcIdx) const
ComponentLayout(ComponentKind Kind, unsigned VOPD3ModsNum, int BitOp3Idx)
bool hasRegSrcOperand(unsigned CompSrcIdx) const
unsigned getMandatoryLiteralCompOperandIndex() const
std::optional< unsigned > getInvalidCompOperandIndex(std::function< MCRegister(unsigned, unsigned)> GetRegIdx, const MCRegisterInfo &MRI, bool SkipSrc=false, bool AllowSameVGPR=false, bool VOPD3=false) const
InstInfo(const ComponentInfo &OprInfoX, const ComponentInfo &OprInfoY)
bool hasInvalidOperand(std::function< MCRegister(unsigned, unsigned)> GetRegIdx, const MCRegisterInfo &MRI, bool SkipSrc=false, bool AllowSameVGPR=false, bool VOPD3=false) const
const ComponentInfo & operator[](size_t ComponentIdx) const
InstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY)
std::array< MCRegister, Component::MAX_OPR_NUM > RegIndices
This class represents an incoming formal argument to a Function.
Definition Argument.h:32
Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to callin...
Instances of this class represent a single low-level machine instruction.
Definition MCInst.h:188
Describe properties that are true of each instruction in the target description file.
Interface to description of machine instruction set.
Definition MCInstrInfo.h:27
This holds information about one operand of a machine instruction, indicating the register class for ...
Definition MCInstrDesc.h:88
MCRegisterClass - Base class of TargetRegisterClass.
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:41
Generic base class for all target subtargets.
Metadata node.
Definition Metadata.h:1069
Representation of each machine instruction.
A Module instance is used to store all the information related to an LLVM module.
Definition Module.h:68
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
Represent a constant reference to a string, i.e.
Definition StringRef.h:56
Triple - Helper class for working with autoconf configuration names.
Definition Triple.h:48
The instances of the Type class are immutable: once they are created, they are never changed.
Definition Type.h:46
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition raw_ostream.h:53
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
unsigned decodeFieldVaVcc(unsigned Encoded)
unsigned encodeFieldVaVcc(unsigned Encoded, unsigned VaVcc)
unsigned decodeFieldHoldCnt(unsigned Encoded, const IsaVersion &Version)
bool decodeDepCtr(unsigned Code, int &Id, StringRef &Name, unsigned &Val, bool &IsDefault, const MCSubtargetInfo &STI)
unsigned encodeFieldHoldCnt(unsigned Encoded, unsigned HoldCnt, const IsaVersion &Version)
unsigned encodeFieldVaSsrc(unsigned Encoded, unsigned VaSsrc)
unsigned encodeFieldVaVdst(unsigned Encoded, unsigned VaVdst)
unsigned decodeFieldSaSdst(unsigned Encoded)
unsigned getHoldCntBitMask(const IsaVersion &Version)
unsigned decodeFieldVaSdst(unsigned Encoded)
unsigned encodeFieldVmVsrc(unsigned Encoded, unsigned VmVsrc)
unsigned decodeFieldVaSsrc(unsigned Encoded)
int encodeDepCtr(const StringRef Name, int64_t Val, unsigned &UsedOprMask, const MCSubtargetInfo &STI)
unsigned encodeFieldSaSdst(unsigned Encoded, unsigned SaSdst)
bool isSymbolicDepCtrEncoding(unsigned Code, bool &HasNonDefaultVal, const MCSubtargetInfo &STI)
unsigned decodeFieldVaVdst(unsigned Encoded)
int getDefaultDepCtrEncoding(const MCSubtargetInfo &STI)
unsigned decodeFieldVmVsrc(unsigned Encoded)
unsigned encodeFieldVaSdst(unsigned Encoded, unsigned VaSdst)
bool isSupportedTgtId(unsigned Id, const MCSubtargetInfo &STI)
bool getTgtName(unsigned Id, StringRef &Name, int &Index)
unsigned getTgtId(const StringRef Name)
Generic target versions emitted by this version of LLVM.
static constexpr unsigned GFX12_5
static constexpr unsigned GFX9_4
static constexpr unsigned GFX10_1
static constexpr unsigned GFX10_3
static constexpr unsigned GFX11
static constexpr unsigned GFX9
static constexpr unsigned GFX12
static constexpr unsigned GFX13
static constexpr unsigned GFX11_7
EncodingField< 10, 6 > HwregOffset
EncodingField< 5, 0 > HwregId
EncodingFields< HwregId, HwregOffset, HwregSize > HwregEncoding
unsigned getNumWavesPerEUWithNumVGPRs(const MCSubtargetInfo &STI, unsigned NumVGPRs, unsigned DynamicVGPRBlockSize)
unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo &STI)
bool isSGPROccupancyLimited(const MCSubtargetInfo &STI)
unsigned getArchVGPRAllocGranule()
For subtargets with a unified VGPR file and mixed ArchVGPR/AGPR usage, returns the allocation granule...
unsigned getAddressableLocalMemorySize(const MCSubtargetInfo &STI)
unsigned getVGPREncodingGranule(const MCSubtargetInfo &STI, std::optional< bool > EnableWavefrontSize32)
unsigned getEncodedNumVGPRBlocks(const MCSubtargetInfo &STI, unsigned NumVGPRs, std::optional< bool > EnableWavefrontSize32)
unsigned getMaxWorkGroupsPerCU(const MCSubtargetInfo &STI, unsigned FlatWorkGroupSize)
unsigned getMinNumSGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU)
unsigned getMaxNumSGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU, bool Addressable)
unsigned getWavefrontSize(const MCSubtargetInfo &STI)
unsigned getWavesPerEUForWorkGroup(const MCSubtargetInfo &STI, unsigned FlatWorkGroupSize)
unsigned getInstCacheLineSize(const MCSubtargetInfo &STI)
static constexpr unsigned MaxDynamicVGPRBlocks
Maximum number of VGPR blocks that can be allocated in dynamic VGPR mode.
unsigned getSGPREncodingGranule(const MCSubtargetInfo &STI)
unsigned getTotalNumVGPRs(const MCSubtargetInfo &STI)
unsigned getMinNumVGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU, unsigned DynamicVGPRBlockSize)
unsigned getAddressableNumVGPRs(const MCSubtargetInfo &STI, unsigned DynamicVGPRBlockSize)
unsigned getWavesPerWorkGroup(const MCSubtargetInfo &STI, unsigned FlatWorkGroupSize)
unsigned getAllocatedNumVGPRBlocks(const MCSubtargetInfo &STI, unsigned NumVGPRs, unsigned DynamicVGPRBlockSize, std::optional< bool > EnableWavefrontSize32)
unsigned getOccupancyWithNumSGPRs(unsigned SGPRs, unsigned MaxWaves, unsigned TotalNumSGPRs, unsigned Granule, unsigned TrapReserve)
unsigned getNumSGPRBlocks(const MCSubtargetInfo &STI, unsigned NumSGPRs)
unsigned getNumExtraSGPRs(const MCSubtargetInfo &STI, bool VCCUsed, bool FlatScrUsed, bool XNACKUsed)
bool targetIDSettingsConflict(TargetIDSetting Lhs, TargetIDSetting Rhs)
Returns true if Lhs and Rhs are incompatible (both specific but different).
unsigned getLocalMemorySize(const MCSubtargetInfo &STI)
unsigned getMaxNumVGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU, unsigned DynamicVGPRBlockSize)
unsigned getVGPRAllocGranule(const MCSubtargetInfo &STI, unsigned DynamicVGPRBlockSize, std::optional< bool > EnableWavefrontSize32)
bool isValidUnifiedFormat(unsigned Id, const MCSubtargetInfo &STI)
unsigned getDefaultFormatEncoding(const MCSubtargetInfo &STI)
StringRef getUnifiedFormatName(unsigned Id, const MCSubtargetInfo &STI)
bool isValidNfmt(unsigned Id, const MCSubtargetInfo &STI)
bool isValidDfmtNfmt(unsigned Id, const MCSubtargetInfo &STI)
int64_t convertDfmtNfmt2Ufmt(unsigned Dfmt, unsigned Nfmt, const MCSubtargetInfo &STI)
StringRef getDfmtName(unsigned Id)
int64_t encodeDfmtNfmt(unsigned Dfmt, unsigned Nfmt)
int64_t getUnifiedFormat(const StringRef Name, const MCSubtargetInfo &STI)
bool isValidFormatEncoding(unsigned Val, const MCSubtargetInfo &STI)
StringRef getNfmtName(unsigned Id, const MCSubtargetInfo &STI)
int64_t getNfmt(const StringRef Name, const MCSubtargetInfo &STI)
int64_t getDfmt(const StringRef Name)
void decodeDfmtNfmt(unsigned Format, unsigned &Dfmt, unsigned &Nfmt)
uint64_t encodeMsg(uint64_t MsgId, uint64_t OpId, uint64_t StreamId)
bool msgSupportsStream(int64_t MsgId, int64_t OpId, const MCSubtargetInfo &STI)
void decodeMsg(unsigned Val, uint16_t &MsgId, uint16_t &OpId, uint16_t &StreamId, const MCSubtargetInfo &STI)
bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI)
bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, const MCSubtargetInfo &STI, bool Strict)
bool msgDoesNotUseM0(int64_t MsgId, const MCSubtargetInfo &STI)
Returns true if the message does not use the m0 operand.
bool msgRequiresOp(int64_t MsgId, const MCSubtargetInfo &STI)
bool isValidMsgOp(int64_t MsgId, int64_t OpId, const MCSubtargetInfo &STI, bool Strict)
constexpr unsigned VOPD_VGPR_BANK_MASKS[]
constexpr unsigned COMPONENTS_NUM
constexpr unsigned VOPD3_VGPR_BANK_MASKS[]
constexpr unsigned COMPONENTS[]
bool isGCN3Encoding(const MCSubtargetInfo &STI)
bool isInlinableLiteralBF16(int16_t Literal, bool HasInv2Pi)
bool isGFX10_BEncoding(const MCSubtargetInfo &STI)
LLVM_READONLY const MIMGG16MappingInfo * getMIMGG16MappingInfo(unsigned G)
bool isInlineValue(MCRegister Reg)
bool isGFX10_GFX11(const MCSubtargetInfo &STI)
bool isInlinableLiteralV216(uint32_t Literal, uint8_t OpType)
EncodingField< Bit, Bit, D > EncodingBit
bool isPKFMACF16InlineConstant(uint32_t Literal, bool IsGFX11Plus)
LLVM_READONLY const MIMGInfo * getMIMGInfo(unsigned Opc)
bool isInlinableLiteralFP16(int16_t Literal, bool HasInv2Pi)
bool isSGPR(MCRegister Reg, const MCRegisterInfo *TRI)
Is Reg - scalar register.
uint64_t convertSMRDOffsetUnits(const MCSubtargetInfo &ST, uint64_t ByteOffset)
Convert ByteOffset to dwords if the subtarget uses dword SMRD immediate offsets.
MCRegister getMCReg(MCRegister Reg, const MCSubtargetInfo &STI)
If Reg is a pseudo reg, return the correct hardware register given STI otherwise return Reg.
LLVM_READONLY const MIMGOffsetMappingInfo * getMIMGOffsetMappingInfo(unsigned Offset)
bool isVOPCAsmOnly(unsigned Opc)
int getMIMGOpcode(unsigned BaseOpcode, unsigned MIMGEncoding, unsigned VDataDwords, unsigned VAddrDwords)
bool getMTBUFHasSrsrc(unsigned Opc)
std::optional< int64_t > getSMRDEncodedLiteralOffset32(const MCSubtargetInfo &ST, int64_t ByteOffset)
bool getWMMAIsXDL(unsigned Opc)
static std::optional< unsigned > convertSetRegImmToVgprMSBs(unsigned Imm, unsigned Simm16, bool HasSetregVGPRMSBFixup)
uint8_t wmmaScaleF8F6F4FormatToNumRegs(unsigned Fmt)
bool isGFX10Before1030(const MCSubtargetInfo &STI)
LLVM_READNONE constexpr bool isShader(CallingConv::ID CC)
bool isSISrcInlinableOperand(const MCInstrDesc &Desc, unsigned OpNo)
Does this operand support only inlinable literals?
unsigned mapWMMA2AddrTo3AddrOpcode(unsigned Opc)
void initDefaultAMDKernelCodeT(AMDGPUMCKernelCodeT &KernelCode, const MCSubtargetInfo &STI)
bool shouldEmitConstantsToTextSection(const Triple &TT)
bool isInlinableLiteralV2I16(uint32_t Literal)
bool isDPMACCInstruction(unsigned Opc)
int getMTBUFElements(unsigned Opc)
bool isHi16Reg(MCRegister Reg, const MCRegisterInfo &MRI)
unsigned getTemporalHintType(const MCInstrDesc TID)
int32_t getTotalNumVGPRs(bool has90AInsts, int32_t ArgNumAGPR, int32_t ArgNumVGPR)
bool isGFX10(const MCSubtargetInfo &STI)
bool isInlinableLiteralV2BF16(uint32_t Literal)
unsigned getMaxNumUserSGPRs(const MCSubtargetInfo &STI)
FPType getFPDstSelType(unsigned Opc)
unsigned getNumFlatOffsetBits(const MCSubtargetInfo &ST)
For pre-GFX12 FLAT instructions the offset must be positive; MSB is ignored and forced to zero.
bool hasA16(const MCSubtargetInfo &STI)
bool isLegalSMRDEncodedSignedOffset(const MCSubtargetInfo &ST, int64_t EncodedOffset, bool IsBuffer)
bool isGFX12Plus(const MCSubtargetInfo &STI)
unsigned getNSAMaxSize(const MCSubtargetInfo &STI, bool HasSampler)
const MCRegisterClass * getVGPRPhysRegClass(MCRegister Reg, const MCRegisterInfo &MRI)
LLVM_READNONE constexpr bool isModuleEntryFunctionCC(CallingConv::ID CC)
unsigned encodeLoadcntDscnt(const IsaVersion &Version, const Waitcnt &Decoded)
bool getHasMatrixScale(unsigned Opc)
bool hasPackedD16(const MCSubtargetInfo &STI)
unsigned getStorecntBitMask(const IsaVersion &Version)
bool isFullSIMDMode(const MCSubtargetInfo &STI)
unsigned getLdsDwGranularity(const MCSubtargetInfo &ST)
bool isGFX940(const MCSubtargetInfo &STI)
bool isInlinableLiteralV2F16(uint32_t Literal)
bool isHsaAbi(const MCSubtargetInfo &STI)
bool isGFX11(const MCSubtargetInfo &STI)
bool getSMEMIsBuffer(unsigned Opc)
bool isPackedSingleSGPRFP32Inst(unsigned Opc)
The opcode is a packed fp32 instruction which only reads low 32 bits of a scalar operand and propagat...
bool isGFX10_3_GFX11(const MCSubtargetInfo &STI)
bool isGFX13(const MCSubtargetInfo &STI)
unsigned getAsynccntBitMask(const IsaVersion &Version)
bool hasValueInRangeLikeMetadata(const MDNode &MD, int64_t Val)
Checks if Val is inside MD, a !range-like metadata.
TargetID createAMDGPUTargetID(const MCSubtargetInfo &STI, StringRef FeatureString)
Construct TargetID from MCSubtargetInfo.
uint8_t mfmaScaleF8F6F4FormatToNumRegs(unsigned EncodingVal)
unsigned getVOPDOpcode(unsigned Opc, bool VOPD3)
bool isGroupSegment(const GlobalValue *GV)
LLVM_READONLY const MIMGMIPMappingInfo * getMIMGMIPMappingInfo(unsigned MIP)
bool getMTBUFHasSoffset(unsigned Opc)
unsigned getRegBitWidth(unsigned RCID)
Get the size in bits of a register from the register class RC.
bool hasXNACK(const MCSubtargetInfo &STI)
bool isValid32BitLiteral(uint64_t Val, bool IsFP64)
CanBeVOPD getCanBeVOPD(unsigned Opc, unsigned EncodingFamily, bool VOPD3)
LLVM_READNONE bool isLegalDPALU_DPPControl(const MCSubtargetInfo &ST, unsigned DC)
bool isVOPC64DPP(unsigned Opc)
int getMUBUFOpcode(unsigned BaseOpc, unsigned Elements)
bool getMAIIsGFX940XDL(unsigned Opc)
bool isSI(const MCSubtargetInfo &STI)
unsigned getDefaultAMDHSACodeObjectVersion()
bool hasPrivateApertureRegs(const MCSubtargetInfo &STI)
bool isReadOnlySegment(const GlobalValue *GV)
Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded)
bool isArgPassedInSGPR(const Argument *A)
LLVM_READNONE constexpr bool mayTailCallThisCC(CallingConv::ID CC)
Return true if we might ever do TCO for calls with this calling convention.
bool isIntrinsicAlwaysUniform(unsigned IntrID)
int getMUBUFBaseOpcode(unsigned Opc)
unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded)
unsigned getAMDHSACodeObjectVersion(const Module &M)
unsigned decodeLgkmcnt(const IsaVersion &Version, unsigned Waitcnt)
unsigned getWaitcntBitMask(const IsaVersion &Version)
LLVM_READONLY bool hasNamedOperand(uint64_t Opcode, OpName NamedIdx)
bool isTgSplitEnabled(const Function &F)
bool getVOP3IsSingle(unsigned Opc)
bool isPackedSingleSGPR64BitInst(unsigned Opc)
The opcode is a packed 64-bit instruction which only reads low 64 bits of a scalar operand and propag...
bool isGFX9(const MCSubtargetInfo &STI)
bool isDPALU_DPP32BitOpc(unsigned Opc)
bool getVOP1IsSingle(unsigned Opc)
unsigned getVOPDEncodingFamily(const MCSubtargetInfo &ST)
bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo)
Is this a KImm operand?
bool getHasColorExport(const Function &F)
int getMTBUFBaseOpcode(unsigned Opc)
bool isGFX90A(const MCSubtargetInfo &STI)
unsigned getSamplecntBitMask(const IsaVersion &Version)
unsigned getDefaultQueueImplicitArgPosition(unsigned CodeObjectVersion)
std::tuple< char, unsigned, unsigned > parseAsmPhysRegName(StringRef RegName)
Returns a valid charcode or 0 in the first entry if this is a valid physical register name.
bool getHasDepthExport(const Function &F)
bool isGFX8_GFX9_GFX10(const MCSubtargetInfo &STI)
LLVM_READNONE constexpr bool isKernel(CallingConv::ID CC)
bool getMUBUFHasVAddr(unsigned Opc)
bool isTrue16Inst(unsigned Opc)
LLVM_READNONE constexpr bool isEntryFunctionCC(CallingConv::ID CC)
unsigned getVGPREncodingMSBs(MCRegister Reg, const MCRegisterInfo &MRI)
std::pair< unsigned, unsigned > getVOPDComponents(unsigned VOPDOpcode)
LLVM_READONLY const MIMGDimInfo * getMIMGDimInfoByEncoding(uint8_t DimEnc)
bool isInlinableLiteral32(int32_t Literal, bool HasInv2Pi)
LLVM_READNONE constexpr bool isCompute(CallingConv::ID CC)
bool isGFX12(const MCSubtargetInfo &STI)
unsigned getInitialPSInputAddr(const Function &F)
unsigned encodeExpcnt(const IsaVersion &Version, unsigned Waitcnt, unsigned Expcnt)
bool isAsyncStore(unsigned Opc)
unsigned getDynamicVGPRBlockSize(const Function &F)
unsigned getKmcntBitMask(const IsaVersion &Version)
MCRegister getVGPRWithMSBs(MCRegister Reg, unsigned MSBs, const MCRegisterInfo &MRI)
If Reg is a low VGPR return a corresponding high VGPR with MSBs set.
unsigned getVmcntBitMask(const IsaVersion &Version)
bool isNotGFX10Plus(const MCSubtargetInfo &STI)
bool hasMAIInsts(const MCSubtargetInfo &STI)
unsigned getBitOp2(unsigned Opc)
bool isIntrinsicSourceOfDivergence(unsigned IntrID)
constexpr bool isSISrcOperand(const MCOperandInfo &OpInfo)
Is this an AMDGPU specific source operand?
unsigned getXcntBitMask(const IsaVersion &Version)
bool isGenericAtomic(unsigned Opc)
const MFMA_F8F6F4_Info * getWMMA_F8F6F4_WithFormatArgs(unsigned FmtA, unsigned FmtB, unsigned F8F8Opcode)
bool isGFX8Plus(const MCSubtargetInfo &STI)
LLVM_READNONE bool isInlinableIntLiteral(int64_t Literal)
Is this literal inlinable, and not one of the values intended for floating point values.
unsigned getLgkmcntBitMask(const IsaVersion &Version)
bool getMUBUFTfe(unsigned Opc)
LLVM_READONLY const MIMGBiasMappingInfo * getMIMGBiasMappingInfo(unsigned Bias)
unsigned getBvhcntBitMask(const IsaVersion &Version)
bool hasSMRDSignedImmOffset(const MCSubtargetInfo &ST)
LLVM_READONLY const MIMGDimInfo * getMIMGDimInfoByAsmSuffix(StringRef AsmSuffix)
bool hasMIMG_R128(const MCSubtargetInfo &STI)
bool hasGFX10_3Insts(const MCSubtargetInfo &STI)
unsigned decodeDscnt(const IsaVersion &Version, unsigned Waitcnt)
std::pair< const AMDGPU::OpName *, const AMDGPU::OpName * > getVGPRLoweringOperandTables(const MCInstrDesc &Desc)
bool hasG16(const MCSubtargetInfo &STI)
unsigned getAddrSizeMIMGOp(const MIMGBaseOpcodeInfo *BaseOpcode, const MIMGDimInfo *Dim, bool IsA16, bool IsG16Supported)
int getMTBUFOpcode(unsigned BaseOpc, unsigned Elements)
bool isGFX13Plus(const MCSubtargetInfo &STI)
unsigned getExpcntBitMask(const IsaVersion &Version)
bool hasArchitectedFlatScratch(const MCSubtargetInfo &STI)
int32_t getMCOpcode(uint32_t Opcode, unsigned Gen)
bool getMUBUFHasSoffset(unsigned Opc)
bool isNotGFX11Plus(const MCSubtargetInfo &STI)
bool isGFX11Plus(const MCSubtargetInfo &STI)
std::optional< unsigned > getInlineEncodingV2F16(uint32_t Literal)
bool isSISrcFPOperand(const MCInstrDesc &Desc, unsigned OpNo)
Is this floating-point operand?
std::optional< APFloat > evaluateRcp(const APFloat &Val)
Evaluate the constant-folded result of v_rcp for Val, accounting for the hardware's denormal flushing...
std::tuple< char, unsigned, unsigned > parseAsmConstraintPhysReg(StringRef Constraint)
Returns a valid charcode or 0 in the first entry if this is a valid physical register constraint.
unsigned getHostcallImplicitArgPosition(unsigned CodeObjectVersion)
bool isGFX10Plus(const MCSubtargetInfo &STI)
std::optional< int64_t > getSMRDEncodedOffset(const MCSubtargetInfo &ST, int64_t ByteOffset, bool IsBuffer, bool HasSOffset)
bool isGlobalSegment(const GlobalValue *GV)
SmallVector< unsigned > getMaxNumWorkGroups(const Function &F)
int64_t encode32BitLiteral(int64_t Imm, OperandType Type, bool IsLit)
bool isValidWMMAScaleFmtCombination(unsigned AFmt, unsigned AScale, unsigned BFmt, unsigned BScale)
@ OPERAND_REG_IMM_V2FP64
Definition SIDefines.h:446
@ OPERAND_KIMM32
Operand with 32-bit immediate that uses the constant bus.
Definition SIDefines.h:464
@ OPERAND_REG_IMM_INT64
Definition SIDefines.h:432
@ OPERAND_REG_IMM_V2FP16
Definition SIDefines.h:439
@ OPERAND_REG_INLINE_C_FP64
Definition SIDefines.h:455
@ OPERAND_REG_INLINE_C_BF16
Definition SIDefines.h:452
@ OPERAND_REG_INLINE_C_V2BF16
Definition SIDefines.h:457
@ OPERAND_REG_IMM_V2INT64
Definition SIDefines.h:442
@ OPERAND_REG_IMM_V2INT16
Definition SIDefines.h:441
@ OPERAND_REG_IMM_BF16
Definition SIDefines.h:436
@ OPERAND_REG_IMM_INT32
Operands with register, 32-bit, or 64-bit immediate.
Definition SIDefines.h:431
@ OPERAND_REG_IMM_V2BF16
Definition SIDefines.h:438
@ OPERAND_REG_IMM_FP16
Definition SIDefines.h:437
@ OPERAND_REG_IMM_V2FP16_SPLAT
Definition SIDefines.h:440
@ OPERAND_REG_INLINE_C_INT64
Definition SIDefines.h:451
@ OPERAND_REG_INLINE_C_INT16
Operands with register or inline constant.
Definition SIDefines.h:449
@ OPERAND_REG_IMM_NOINLINE_V2FP16
Definition SIDefines.h:443
@ OPERAND_REG_IMM_FP64
Definition SIDefines.h:435
@ OPERAND_REG_INLINE_C_V2FP16
Definition SIDefines.h:458
@ OPERAND_REG_INLINE_AC_INT32
Operands with an AccVGPR register or inline constant.
Definition SIDefines.h:469
@ OPERAND_REG_INLINE_AC_FP32
Definition SIDefines.h:470
@ OPERAND_REG_IMM_V2INT32
Definition SIDefines.h:444
@ OPERAND_REG_IMM_FP32
Definition SIDefines.h:434
@ OPERAND_REG_INLINE_C_FP32
Definition SIDefines.h:454
@ OPERAND_REG_INLINE_C_INT32
Definition SIDefines.h:450
@ OPERAND_REG_INLINE_C_V2INT16
Definition SIDefines.h:456
@ OPERAND_REG_IMM_V2FP32
Definition SIDefines.h:445
@ OPERAND_REG_INLINE_AC_FP64
Definition SIDefines.h:471
@ OPERAND_REG_INLINE_C_FP16
Definition SIDefines.h:453
@ OPERAND_REG_IMM_INT16
Definition SIDefines.h:433
@ OPERAND_INLINE_SPLIT_BARRIER_INT32
Definition SIDefines.h:461
std::optional< unsigned > getPKFMACF16InlineEncoding(uint32_t Literal, bool IsGFX11Plus)
bool isNotGFX9Plus(const MCSubtargetInfo &STI)
LLVM_READONLY const MIMGLZMappingInfo * getMIMGLZMappingInfo(unsigned L)
bool isDPALU_DPP(const MCInstrDesc &OpDesc, const MCInstrInfo &MII, const MCSubtargetInfo &ST)
LLVM_READONLY int32_t getSOPPWithRelaxation(uint32_t Opcode)
bool hasGDS(const MCSubtargetInfo &STI)
bool isLegalSMRDEncodedUnsignedOffset(const MCSubtargetInfo &ST, int64_t EncodedOffset)
bool isGFX9Plus(const MCSubtargetInfo &STI)
bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI)
bool isVOPD(unsigned Opc)
VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY)
unsigned encodeVmcnt(const IsaVersion &Version, unsigned Waitcnt, unsigned Vmcnt)
unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt)
bool isRsrcIndexReg(MCRegister Reg, const MCRegisterInfo &MRI)
bool isCvt_F32_Fp8_Bf8_e64(unsigned Opc)
std::optional< unsigned > getInlineEncodingV2I16(uint32_t Literal)
unsigned encodeStorecntDscnt(const IsaVersion &Version, const Waitcnt &Decoded)
bool isGFX1250(const MCSubtargetInfo &STI)
const MIMGBaseOpcodeInfo * getMIMGBaseOpcode(unsigned Opc)
bool isVI(const MCSubtargetInfo &STI)
bool isSingleSGPRReadInst(unsigned Opc)
Packed instructions that read a single SGPR for SGPR operands, except for 64-bit elements which read ...
bool isTensorStore(unsigned Opc)
LLVM_READONLY const MIMGDimInfo * getMIMGDimInfo(unsigned DimEnum)
bool getMUBUFIsBufferInv(unsigned Opc)
bool supportsScaleOffset(const MCInstrInfo &MII, unsigned Opcode)
MCRegister mc2PseudoReg(MCRegister Reg)
Convert hardware register Reg to a pseudo register.
std::optional< unsigned > getInlineEncodingV2BF16(uint32_t Literal)
unsigned hasKernargPreload(const MCSubtargetInfo &STI)
bool supportsWGP(const MCSubtargetInfo &STI)
bool isMAC(unsigned Opc)
LLVM_READNONE unsigned getOperandSize(const MCOperandInfo &OpInfo)
bool isCI(const MCSubtargetInfo &STI)
unsigned encodeLgkmcnt(const IsaVersion &Version, unsigned Waitcnt, unsigned Lgkmcnt)
bool getVOP2IsSingle(unsigned Opc)
bool getMAIIsDGEMM(unsigned Opc)
Returns true if MAI operation is a double precision GEMM.
LLVM_READONLY const MIMGBaseOpcodeInfo * getMIMGBaseOpcodeInfo(unsigned BaseOpcode)
unsigned getCompletionActionImplicitArgPosition(unsigned CodeObjectVersion)
SmallVector< unsigned > getIntegerVecAttribute(const Function &F, StringRef Name, unsigned Size, unsigned DefaultVal)
LLVM_READNONE constexpr bool isChainCC(CallingConv::ID CC)
unsigned decodeStorecnt(const IsaVersion &Version, unsigned Waitcnt)
bool isGFX1250Plus(const MCSubtargetInfo &STI)
LLVM_READONLY StringRef getMIMGDimInfoStr(StringTable::Offset)
int getMaskedMIMGOp(unsigned Opc, unsigned NewChannels)
bool isNotGFX12Plus(const MCSubtargetInfo &STI)
bool getMTBUFHasVAddr(unsigned Opc)
bool hasPopsExitingWaveID(const MCSubtargetInfo &STI)
unsigned decodeVmcnt(const IsaVersion &Version, unsigned Waitcnt)
uint8_t getELFABIVersion(const Triple &T, unsigned CodeObjectVersion)
std::pair< unsigned, unsigned > getIntegerPairAttribute(const Function &F, StringRef Name, std::pair< unsigned, unsigned > Default, bool OnlyFirstRequired)
unsigned getLoadcntBitMask(const IsaVersion &Version)
bool isInlinableLiteralI16(int32_t Literal, bool HasInv2Pi)
bool hasVOPD(const MCSubtargetInfo &STI)
LLVM_READNONE constexpr bool canGuaranteeTCO(CallingConv::ID CC)
LLVM_READNONE constexpr bool isGraphics(CallingConv::ID CC)
int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily, bool VOPD3)
bool isInlinableLiteral64(int64_t Literal, bool HasInv2Pi)
Is this literal inlinable.
const MFMA_F8F6F4_Info * getMFMA_F8F6F4_WithFormatArgs(unsigned CBSZ, unsigned BLGP, unsigned F8F8Opcode)
unsigned decodeLoadcnt(const IsaVersion &Version, unsigned Waitcnt)
unsigned getMultigridSyncArgImplicitArgPosition(unsigned CodeObjectVersion)
bool isGFX9_GFX10_GFX11(const MCSubtargetInfo &STI)
bool isGFX9_GFX10(const MCSubtargetInfo &STI)
int getMUBUFElements(unsigned Opc)
const GcnBufferFormatInfo * getGcnBufferFormatInfo(uint8_t BitsPerComp, uint8_t NumComponents, uint8_t NumFormat, const MCSubtargetInfo &STI)
unsigned mapWMMA3AddrTo2AddrOpcode(unsigned Opc)
bool isPermlane16(unsigned Opc)
bool getMUBUFHasSrsrc(unsigned Opc)
unsigned getDscntBitMask(const IsaVersion &Version)
bool hasAny64BitVGPROperands(const MCInstrDesc &OpDesc, const MCInstrInfo &MII, const MCSubtargetInfo &ST)
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
Definition CallingConv.h:24
@ AMDGPU_CS
Used for Mesa/AMDPAL compute shaders.
@ AMDGPU_VS
Used for Mesa vertex shaders, or AMDPAL last shader stage before rasterization (vertex shader if tess...
@ AMDGPU_KERNEL
Used for AMDGPU code object kernels.
@ AMDGPU_Gfx
Used for AMD graphics targets.
@ AMDGPU_CS_ChainPreserve
Used on AMDGPUs to give the middle-end more control over argument placement.
@ AMDGPU_HS
Used for Mesa/AMDPAL hull shaders (= tessellation control shaders).
@ AMDGPU_GS
Used for Mesa/AMDPAL geometry shaders.
@ AMDGPU_CS_Chain
Used on AMDGPUs to give the middle-end more control over argument placement.
@ AMDGPU_PS
Used for Mesa/AMDPAL pixel shaders.
@ SPIR_KERNEL
Used for SPIR kernel functions.
@ Fast
Attempts to make calls as fast as possible (e.g.
Definition CallingConv.h:41
@ AMDGPU_ES
Used for AMDPAL shader stage before geometry shader if geometry is in use.
@ AMDGPU_LS
Used for AMDPAL vertex shader if tessellation is in use.
@ C
The default llvm calling convention, compatible with C.
Definition CallingConv.h:34
This is an optimization pass for GlobalISel generic memory operations.
@ Offset
Definition DWP.cpp:577
constexpr uint64_t maxUIntN(uint64_t N)
Gets the maximum value for a N-bit unsigned integer.
Definition MathExtras.h:208
RelativeUniformCounterPtr Values
Definition InstrProf.h:91
Op::Description Desc
raw_ostream & operator<<(raw_ostream &OS, const APFixedPoint &FX)
@ Default
The result value is uniform if and only if all operands are uniform.
Definition Uniformity.h:20
AMD Kernel Code Object (amd_kernel_code_t).
constexpr EncodingField(ValueType Value)
static ValueType decode(uint64_t Encoded)
constexpr uint64_t encode() const
static constexpr uint64_t encode(Fields... Values)
static std::tuple< typename Fields::ValueType... > decode(uint64_t Encoded)
constexpr EncodingField(ValueType Value)
constexpr uint64_t encode() const
static ValueType decode(uint64_t Encoded)
Instruction set architecture version.
StringTable::Offset AsmSuffix