21#include "llvm/IR/IntrinsicsAMDGPU.h"
22#include "llvm/IR/IntrinsicsR600.h"
32#define GET_INSTRINFO_NAMED_OPS
33#define GET_INSTRMAP_INFO
34#include "AMDGPUGenInstrInfo.inc"
39 llvm::cl::desc(
"Set default AMDHSA Code Object Version (module flag "
40 "or asm directive still take priority if present)"));
45unsigned getBitMask(
unsigned Shift,
unsigned Width) {
46 return ((1 << Width) - 1) << Shift;
52unsigned packBits(
unsigned Src,
unsigned Dst,
unsigned Shift,
unsigned Width) {
53 unsigned Mask = getBitMask(Shift, Width);
54 return ((Src << Shift) & Mask) | (Dst & ~Mask);
60unsigned unpackBits(
unsigned Src,
unsigned Shift,
unsigned Width) {
61 return (Src & getBitMask(Shift, Width)) >> Shift;
65unsigned getVmcntBitShiftLo(
unsigned VersionMajor) {
70unsigned getVmcntBitWidthLo(
unsigned VersionMajor) {
75unsigned getExpcntBitShift(
unsigned VersionMajor) {
80unsigned getExpcntBitWidth(
unsigned VersionMajor) {
return 3; }
83unsigned getLgkmcntBitShift(
unsigned VersionMajor) {
88unsigned getLgkmcntBitWidth(
unsigned VersionMajor) {
93unsigned getVmcntBitShiftHi(
unsigned VersionMajor) {
return 14; }
96unsigned getVmcntBitWidthHi(
unsigned VersionMajor) {
97 return (VersionMajor == 9 || VersionMajor == 10) ? 2 : 0;
101unsigned getLoadcntBitWidth(
unsigned VersionMajor) {
106unsigned getSamplecntBitWidth(
unsigned VersionMajor) {
111unsigned getBvhcntBitWidth(
unsigned VersionMajor) {
116unsigned getDscntBitWidth(
unsigned VersionMajor) {
121unsigned getDscntBitShift(
unsigned VersionMajor) {
return 0; }
124unsigned getStorecntBitWidth(
unsigned VersionMajor) {
129unsigned getKmcntBitWidth(
unsigned VersionMajor) {
134unsigned getXcntBitWidth(
unsigned VersionMajor,
unsigned VersionMinor) {
139unsigned getAsynccntBitWidth(
unsigned VersionMajor,
unsigned VersionMinor) {
144unsigned getLoadcntStorecntBitShift(
unsigned VersionMajor) {
149inline unsigned getVaSdstBitWidth() {
return 3; }
152inline unsigned getVaSdstBitShift() {
return 9; }
155inline unsigned getVmVsrcBitWidth() {
return 3; }
158inline unsigned getVmVsrcBitShift() {
return 2; }
161inline unsigned getVaVdstBitWidth() {
return 4; }
164inline unsigned getVaVdstBitShift() {
return 12; }
167inline unsigned getVaVccBitWidth() {
return 1; }
170inline unsigned getVaVccBitShift() {
return 1; }
173inline unsigned getSaSdstBitWidth() {
return 1; }
176inline unsigned getSaSdstBitShift() {
return 0; }
179inline unsigned getVaSsrcBitWidth() {
return 1; }
182inline unsigned getVaSsrcBitShift() {
return 8; }
185inline unsigned getHoldCntWidth(
unsigned VersionMajor,
unsigned VersionMinor) {
186 static constexpr const unsigned MinMajor = 10;
187 static constexpr const unsigned MinMinor = 3;
188 return std::tie(VersionMajor, VersionMinor) >= std::tie(MinMajor, MinMinor)
194inline unsigned getHoldCntBitShift() {
return 7; }
215 M.getModuleFlag(
"amdhsa_code_object_version"))) {
216 return (
unsigned)Ver->getZExtValue() / 100;
227 switch (ABIVersion) {
243 switch (CodeObjectVersion) {
252 Twine(CodeObjectVersion));
257 switch (CodeObjectVersion) {
270 switch (CodeObjectVersion) {
281 switch (CodeObjectVersion) {
292 switch (CodeObjectVersion) {
302#define GET_MIMGBaseOpcodesTable_IMPL
303#define GET_MIMGDimInfoTable_IMPL
304#define GET_MIMGInfoTable_IMPL
305#define GET_MIMGLZMappingTable_IMPL
306#define GET_MIMGMIPMappingTable_IMPL
307#define GET_MIMGBiasMappingTable_IMPL
308#define GET_MIMGOffsetMappingTable_IMPL
309#define GET_MIMGG16MappingTable_IMPL
310#define GET_MAIInstInfoTable_IMPL
311#define GET_WMMAInstInfoTable_IMPL
312#include "AMDGPUGenSearchableTables.inc"
315 unsigned VDataDwords,
unsigned VAddrDwords,
bool IndexedRsrc,
318 getMIMGOpcodeHelper(BaseOpcode, MIMGEncoding, VDataDwords, VAddrDwords,
319 IndexedRsrc, IndexedSamp);
320 return Info ? Info->Opcode : -1;
330 const MIMGInfo *NewInfo = getMIMGOpcodeHelper(
333 return NewInfo ? NewInfo->
Opcode : -1;
338 bool IsG16Supported) {
345 AddrWords += AddrComponents;
353 if ((IsA16 && !IsG16Supported) || BaseOpcode->
G16)
430#define GET_FP4FP8DstByteSelTable_DECL
431#define GET_FP4FP8DstByteSelTable_IMPL
444#define GET_DPMACCInstructionTable_DECL
445#define GET_DPMACCInstructionTable_IMPL
446#define GET_MTBUFInfoTable_DECL
447#define GET_MTBUFInfoTable_IMPL
448#define GET_MUBUFInfoTable_DECL
449#define GET_MUBUFInfoTable_IMPL
450#define GET_SMInfoTable_DECL
451#define GET_SMInfoTable_IMPL
452#define GET_VOP1InfoTable_DECL
453#define GET_VOP1InfoTable_IMPL
454#define GET_VOP2InfoTable_DECL
455#define GET_VOP2InfoTable_IMPL
456#define GET_VOP3InfoTable_DECL
457#define GET_VOP3InfoTable_IMPL
458#define GET_VOPC64DPPTable_DECL
459#define GET_VOPC64DPPTable_IMPL
460#define GET_VOPC64DPP8Table_DECL
461#define GET_VOPC64DPP8Table_IMPL
462#define GET_VOPCAsmOnlyInfoTable_DECL
463#define GET_VOPCAsmOnlyInfoTable_IMPL
464#define GET_VOP3CAsmOnlyInfoTable_DECL
465#define GET_VOP3CAsmOnlyInfoTable_IMPL
466#define GET_VOPDComponentTable_DECL
467#define GET_VOPDComponentTable_IMPL
468#define GET_VOPDPairs_DECL
469#define GET_VOPDPairs_IMPL
470#define GET_VOPDXYTable_DECL
471#define GET_VOPDXYTable_IMPL
472#define GET_VOPTrue16Table_DECL
473#define GET_VOPTrue16Table_IMPL
474#define GET_True16D16Table_IMPL
475#define GET_WMMAOpcode2AddrMappingTable_DECL
476#define GET_WMMAOpcode2AddrMappingTable_IMPL
477#define GET_WMMAOpcode3AddrMappingTable_DECL
478#define GET_WMMAOpcode3AddrMappingTable_IMPL
479#define GET_getMFMA_F8F6F4_WithSize_DECL
480#define GET_getMFMA_F8F6F4_WithSize_IMPL
481#define GET_isMFMA_F8F6F4Table_IMPL
482#define GET_isCvtScaleF32_F32F16ToF8F4Table_IMPL
484#include "AMDGPUGenSearchableTables.inc"
488 return Info ? Info->BaseOpcode : -1;
493 getMTBUFInfoFromBaseOpcodeAndElements(BaseOpc, Elements);
494 return Info ? Info->Opcode : -1;
499 return Info ? Info->elements : 0;
504 return Info && Info->has_vaddr;
509 return Info && Info->has_srsrc;
514 return Info && Info->has_soffset;
519 return Info ? Info->BaseOpcode : -1;
524 getMUBUFInfoFromBaseOpcodeAndElements(BaseOpc, Elements);
525 return Info ? Info->Opcode : -1;
530 return Info ? Info->elements : 0;
535 return Info && Info->has_vaddr;
540 return Info && Info->has_srsrc;
545 return Info && Info->has_soffset;
550 return Info && Info->IsBufferInv;
555 return Info && Info->tfe;
559 const SMInfo *Info = getSMEMOpcodeHelper(
Opc);
560 return Info && Info->IsBuffer;
564 const VOPInfo *Info = getVOP1OpcodeHelper(
Opc);
565 return !Info || Info->IsSingle;
569 const VOPInfo *Info = getVOP2OpcodeHelper(
Opc);
570 return !Info || Info->IsSingle;
574 const VOPInfo *Info = getVOP3OpcodeHelper(
Opc);
575 return !Info || Info->IsSingle;
579 return isVOPC64DPPOpcodeHelper(
Opc) || isVOPC64DPP8OpcodeHelper(
Opc);
586 return Info && Info->is_dgemm;
591 return Info && Info->is_gfx940_xdl;
596 return Info ? Info->is_wmma_xdl :
false;
601 return Info && Info->HasMatrixScale;
605 switch (EncodingVal) {
622 unsigned F8F8Opcode) {
625 return getMFMA_F8F6F4_InstWithNumRegs(SrcANumRegs, SrcBNumRegs, F8F8Opcode);
645 unsigned F8F8Opcode) {
648 return getMFMA_F8F6F4_InstWithNumRegs(SrcANumRegs, SrcBNumRegs, F8F8Opcode);
652 unsigned BFmt,
unsigned BScale) {
653 auto isValid = [](
unsigned Fmt,
unsigned Scale) ->
bool {
683 if (ST.hasFeature(AMDGPU::FeatureGFX13Insts))
685 if (ST.hasFeature(AMDGPU::FeatureGFX1250Insts))
687 if (ST.hasFeature(AMDGPU::FeatureGFX12Insts))
689 if (ST.hasFeature(AMDGPU::FeatureGFX11_7Insts))
691 if (ST.hasFeature(AMDGPU::FeatureGFX11Insts))
698 Opc = IsConvertibleToBitOp ? (
unsigned)AMDGPU::V_BITOP3_B32_e64 :
Opc;
703 return {
false,
false};
705 (Info->VOPDOp << 5) | (EncodingFamily << 1) | (VOPD3 ? 1u : 0u);
708 return {
false,
false};
709 return {XYInfo->
IsX, XYInfo->
IsY};
714 Opc = IsConvertibleToBitOp ? (
unsigned)AMDGPU::V_BITOP3_B32_e64 :
Opc;
716 return Info ? Info->VOPDOp : ~0u;
724 return Opc == AMDGPU::V_MAC_F32_e64_gfx6_gfx7 ||
725 Opc == AMDGPU::V_MAC_F32_e64_gfx10 ||
726 Opc == AMDGPU::V_MAC_F32_e64_vi ||
727 Opc == AMDGPU::V_MAC_LEGACY_F32_e64_gfx6_gfx7 ||
728 Opc == AMDGPU::V_MAC_LEGACY_F32_e64_gfx10 ||
729 Opc == AMDGPU::V_MAC_F16_e64_vi ||
730 Opc == AMDGPU::V_FMAC_F64_e64_gfx90a ||
731 Opc == AMDGPU::V_FMAC_F64_e64_gfx12 ||
732 Opc == AMDGPU::V_FMAC_F64_e64_gfx13 ||
733 Opc == AMDGPU::V_FMAC_F32_e64_gfx10 ||
734 Opc == AMDGPU::V_FMAC_F32_e64_gfx11 ||
735 Opc == AMDGPU::V_FMAC_F32_e64_gfx12 ||
736 Opc == AMDGPU::V_FMAC_F32_e64_gfx13 ||
737 Opc == AMDGPU::V_FMAC_F32_e64_vi ||
738 Opc == AMDGPU::V_FMAC_LEGACY_F32_e64_gfx10 ||
739 Opc == AMDGPU::V_FMAC_DX9_ZERO_F32_e64_gfx11 ||
740 Opc == AMDGPU::V_FMAC_F16_e64_gfx10 ||
741 Opc == AMDGPU::V_FMAC_F16_t16_e64_gfx11 ||
742 Opc == AMDGPU::V_FMAC_F16_fake16_e64_gfx11 ||
743 Opc == AMDGPU::V_FMAC_F16_t16_e64_gfx12 ||
744 Opc == AMDGPU::V_FMAC_F16_fake16_e64_gfx12 ||
745 Opc == AMDGPU::V_FMAC_F16_t16_e64_gfx13 ||
746 Opc == AMDGPU::V_FMAC_F16_fake16_e64_gfx13 ||
747 Opc == AMDGPU::V_DOT2C_F32_F16_e64_vi ||
748 Opc == AMDGPU::V_DOT2C_F32_BF16_e64_vi ||
749 Opc == AMDGPU::V_DOT2C_I32_I16_e64_vi ||
750 Opc == AMDGPU::V_DOT4C_I32_I8_e64_vi ||
751 Opc == AMDGPU::V_DOT8C_I32_I4_e64_vi;
755 return Opc == AMDGPU::V_PERMLANE16_B32_gfx10 ||
756 Opc == AMDGPU::V_PERMLANEX16_B32_gfx10 ||
757 Opc == AMDGPU::V_PERMLANE16_B32_e64_gfx11 ||
758 Opc == AMDGPU::V_PERMLANEX16_B32_e64_gfx11 ||
759 Opc == AMDGPU::V_PERMLANE16_B32_e64_gfx12 ||
760 Opc == AMDGPU::V_PERMLANE16_B32_e64_gfx13 ||
761 Opc == AMDGPU::V_PERMLANEX16_B32_e64_gfx12 ||
762 Opc == AMDGPU::V_PERMLANEX16_B32_e64_gfx13 ||
763 Opc == AMDGPU::V_PERMLANE16_VAR_B32_e64_gfx12 ||
764 Opc == AMDGPU::V_PERMLANE16_VAR_B32_e64_gfx13 ||
765 Opc == AMDGPU::V_PERMLANEX16_VAR_B32_e64_gfx12 ||
766 Opc == AMDGPU::V_PERMLANEX16_VAR_B32_e64_gfx13;
770 return Opc == AMDGPU::V_CVT_F32_BF8_e64_gfx12 ||
771 Opc == AMDGPU::V_CVT_F32_FP8_e64_gfx12 ||
772 Opc == AMDGPU::V_CVT_F32_BF8_e64_dpp_gfx12 ||
773 Opc == AMDGPU::V_CVT_F32_FP8_e64_dpp_gfx12 ||
774 Opc == AMDGPU::V_CVT_F32_BF8_e64_dpp8_gfx12 ||
775 Opc == AMDGPU::V_CVT_F32_FP8_e64_dpp8_gfx12 ||
776 Opc == AMDGPU::V_CVT_PK_F32_BF8_fake16_e64_gfx12 ||
777 Opc == AMDGPU::V_CVT_PK_F32_FP8_fake16_e64_gfx12 ||
778 Opc == AMDGPU::V_CVT_PK_F32_BF8_t16_e64_gfx12 ||
779 Opc == AMDGPU::V_CVT_PK_F32_FP8_t16_e64_gfx12;
783 return Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_SWAP ||
784 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_ADD ||
785 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_SUB ||
786 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_SMIN ||
787 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_UMIN ||
788 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_SMAX ||
789 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_UMAX ||
790 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_AND ||
791 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_OR ||
792 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_XOR ||
793 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_INC ||
794 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_DEC ||
795 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_FADD ||
796 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_FMIN ||
797 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_FMAX ||
798 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_CMPSWAP ||
799 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_SUB_CLAMP_U32 ||
800 Opc == AMDGPU::G_AMDGPU_BUFFER_ATOMIC_COND_SUB_U32 ||
801 Opc == AMDGPU::G_AMDGPU_ATOMIC_CMPXCHG;
805 return Opc == GLOBAL_STORE_ASYNC_FROM_LDS_B8_gfx1250 ||
806 Opc == GLOBAL_STORE_ASYNC_FROM_LDS_B32_gfx1250 ||
807 Opc == GLOBAL_STORE_ASYNC_FROM_LDS_B64_gfx1250 ||
808 Opc == GLOBAL_STORE_ASYNC_FROM_LDS_B128_gfx1250 ||
809 Opc == GLOBAL_STORE_ASYNC_FROM_LDS_B8_SADDR_gfx1250 ||
810 Opc == GLOBAL_STORE_ASYNC_FROM_LDS_B32_SADDR_gfx1250 ||
811 Opc == GLOBAL_STORE_ASYNC_FROM_LDS_B64_SADDR_gfx1250 ||
812 Opc == GLOBAL_STORE_ASYNC_FROM_LDS_B128_SADDR_gfx1250;
816 return Opc == TENSOR_STORE_FROM_LDS_d2_gfx1250 ||
817 Opc == TENSOR_STORE_FROM_LDS_d4_gfx1250;
837 return Info && Info->IsTrue16;
844 if (Info->HasFP8DstByteSel)
846 if (Info->HasFP4DstByteSel)
854 return Info && Info->IsDPMACCInstruction;
859 return Info ? Info->Opcode3Addr : ~0u;
864 return Info ? Info->Opcode2Addr : ~0u;
871 return getMCOpcodeGen(Opcode,
static_cast<Subtarget
>(Gen));
878 case AMDGPU::V_AND_B32_e32:
880 case AMDGPU::V_OR_B32_e32:
882 case AMDGPU::V_XOR_B32_e32:
884 case AMDGPU::V_XNOR_B32_e32:
889int getVOPDFull(
unsigned OpX,
unsigned OpY,
unsigned EncodingFamily,
891 bool IsConvertibleToBitOp = VOPD3 ?
getBitOp2(OpY) : 0;
892 OpY = IsConvertibleToBitOp ? (
unsigned)AMDGPU::V_BITOP3_B32_e64 : OpY;
894 getVOPDInfoFromComponentOpcodes(OpX, OpY, EncodingFamily, VOPD3);
895 return Info ? Info->Opcode : -1;
899 const VOPDInfo *Info = getVOPDOpcodeHelper(VOPDOpcode);
901 const auto *OpX = getVOPDBaseFromComponent(Info->OpX);
902 const auto *OpY = getVOPDBaseFromComponent(Info->OpY);
904 return {OpX->BaseVOP, OpY->BaseVOP};
916 HasSrc2Acc = TiedIdx != -1;
926 if (Opcode == AMDGPU::V_CNDMASK_B32_e32 ||
927 Opcode == AMDGPU::V_CNDMASK_B32_e64) {
933 }
else if (Opcode == AMDGPU::V_DOT2_F32_F16 ||
934 Opcode == AMDGPU::V_DOT2_F32_BF16) {
938 NumVOPD3Mods = SrcOperandsNum;
940 getNamedOperandIdx(Opcode, OpName::src0))) {
943 NumVOPD3Mods = SrcOperandsNum;
953 for (CompOprIdx =
Component::SRC1; CompOprIdx < OperandsNum; ++CompOprIdx) {
955 MandatoryLiteralIdx = CompOprIdx;
962 return getNamedOperandIdx(Opcode, OpName::bitop3);
980 std::function<
MCRegister(
unsigned,
unsigned)> GetRegIdx,
981 const MCRegisterInfo &MRI,
bool SkipSrc,
bool AllowSameVGPR,
bool VOPD3,
982 bool HasGFX11InterlockHazard)
const {
990 unsigned BanksMask) ->
bool {
997 if ((BaseX.
id() & BanksMask) == (BaseY.
id() & BanksMask))
1000 ((BaseX.
id() + 1) & BanksMask) == (BaseY.
id() & BanksMask))
1003 (BaseX.
id() & BanksMask) == ((BaseY.
id() + 1) & BanksMask))
1011 unsigned CompOprIdx;
1014 : HasGFX11InterlockHazard
1017 if (!OpXRegs[CompOprIdx] || !OpYRegs[CompOprIdx])
1030 if (MRI.
regsOverlap(OpXRegs[CompOprIdx], OpYRegs[CompOprIdx]))
1036 if (banksOverlap(OpXRegs[CompOprIdx], OpYRegs[CompOprIdx], BanksMasks) &&
1038 OpXRegs[CompOprIdx] != OpYRegs[CompOprIdx]))
1053InstInfo::getRegIndices(
unsigned CompIdx,
1054 std::function<
MCRegister(
unsigned,
unsigned)> GetRegIdx,
1058 const auto &Comp = CompInfo[CompIdx];
1061 RegIndices[
DST] = GetRegIdx(CompIdx, Comp.getIndexOfDstInMCOperands());
1064 unsigned CompSrcIdx = CompOprIdx -
DST_NUM;
1066 Comp.hasRegSrcOperand(CompSrcIdx)
1067 ? GetRegIdx(CompIdx,
1068 Comp.getIndexOfSrcInMCOperands(CompSrcIdx, VOPD3))
1083 const auto &OpXDesc = InstrInfo->get(OpX);
1084 const auto &OpYDesc = InstrInfo->get(OpY);
1097 STI.
getCPU(), FeatureString);
1143 return 2 * Addressable;
1171 unsigned FlatWorkGroupSize) {
1172 assert(FlatWorkGroupSize != 0);
1184 unsigned MaxBarriers = 16;
1188 return std::min(MaxWaves /
N, MaxBarriers);
1192 unsigned FlatWorkGroupSize) {
1198 unsigned FlatWorkGroupSize) {
1215 unsigned WavesPerEU,
unsigned TrapReserve,
1217 assert(WavesPerEU != 0 && Granule != 0);
1218 unsigned Budget = TotalNumSGPRs / WavesPerEU;
1219 Budget -= std::min(Budget, TrapReserve);
1234 unsigned MinNumSGPRs =
1250 return Addressable ? AddressableNumSGPRs : 108;
1251 if (
Version.Major >= 8 && !Addressable)
1252 AddressableNumSGPRs = 112;
1256 return std::min(MaxNumSGPRs, AddressableNumSGPRs);
1266 bool FlatScrUsed,
bool XNACKUsed) {
1267 unsigned ExtraSGPRs = 0;
1292 return divideCeil(std::max(1u, NumRegs), Granule);
1302 unsigned DynamicVGPRBlockSize,
1303 std::optional<bool> EnableWavefrontSize32) {
1307 if (DynamicVGPRBlockSize != 0)
1308 return DynamicVGPRBlockSize;
1310 bool IsWave32 = EnableWavefrontSize32
1311 ? *EnableWavefrontSize32
1315 return IsWave32 ? 24 : 12;
1318 return IsWave32 ? 16 : 8;
1320 return IsWave32 ? 8 : 4;
1324 std::optional<bool> EnableWavefrontSize32) {
1328 bool IsWave32 = EnableWavefrontSize32
1329 ? *EnableWavefrontSize32
1333 return IsWave32 ? 16 : 8;
1335 return IsWave32 ? 8 : 4;
1342 if (Features.test(Feature1024AddressableVGPRs))
1343 return Features.
test(FeatureWavefrontSize32) ? 1024 : 512;
1348 unsigned DynamicVGPRBlockSize) {
1350 if (Features.test(FeatureGFX90AInsts))
1353 if (DynamicVGPRBlockSize != 0) {
1363 unsigned DynamicVGPRBlockSize) {
1373 unsigned TotalNumVGPRs) {
1374 if (NumVGPRs < Granule)
1376 unsigned RoundedRegs =
alignTo(NumVGPRs, Granule);
1377 return std::min(std::max(TotalNumVGPRs / RoundedRegs, 1u), MaxWaves);
1381 unsigned TotalNumSGPRs,
unsigned Granule,
1382 unsigned TrapReserve) {
1386 unsigned PerWave =
alignTo(SGPRs, Granule) + TrapReserve;
1387 return PerWave ? std::clamp(TotalNumSGPRs / PerWave, 1u, MaxWaves) : MaxWaves;
1403 unsigned DynamicVGPRBlockSize) {
1410 bool DynamicVGPREnabled = (DynamicVGPRBlockSize != 0);
1411 if (DynamicVGPREnabled)
1416 if (WavesPerEU >= MaxWavesPerEU)
1421 unsigned AddrsableNumVGPRs =
1424 unsigned MaxNumVGPRs =
alignDown(TotNumVGPRs / WavesPerEU, Granule);
1426 if (MaxNumVGPRs ==
alignDown(TotNumVGPRs / MaxWavesPerEU, Granule))
1430 DynamicVGPRBlockSize);
1431 if (WavesPerEU < MinWavesPerEU)
1434 unsigned MaxNumVGPRsNext =
alignDown(TotNumVGPRs / (WavesPerEU + 1), Granule);
1435 unsigned MinNumVGPRs = 1 + std::min(MaxNumVGPRs - Granule, MaxNumVGPRsNext);
1436 return std::min(MinNumVGPRs, AddrsableNumVGPRs);
1440 unsigned DynamicVGPRBlockSize) {
1448 bool DynamicVGPREnabled = (DynamicVGPRBlockSize != 0);
1449 unsigned MaxNumVGPRs =
1454 unsigned AddressableNumVGPRs =
1456 return std::min(MaxNumVGPRs, AddressableNumVGPRs);
1460 std::optional<bool> EnableWavefrontSize32) {
1468 unsigned DynamicVGPRBlockSize,
1469 std::optional<bool> EnableWavefrontSize32) {
1529 return C ==
'v' ||
C ==
's' ||
C ==
'a';
1538 if (
RegName.consume_front(
"[")) {
1545 unsigned NumRegs = End - Idx + 1;
1547 return {Kind, Idx, NumRegs};
1553 return {Kind, Idx, 1};
1559std::tuple<char, unsigned, unsigned>
1567std::pair<unsigned, unsigned>
1569 std::pair<unsigned, unsigned>
Default,
1570 bool OnlyFirstRequired) {
1572 return {Attr->first, Attr->second.value_or(
Default.second)};
1576std::optional<std::pair<unsigned, std::optional<unsigned>>>
1578 bool OnlyFirstRequired) {
1580 if (!
A.isStringAttribute())
1581 return std::nullopt;
1584 std::pair<unsigned, std::optional<unsigned>> Ints;
1585 std::pair<StringRef, StringRef> Strs =
A.getValueAsString().split(
',');
1586 if (Strs.first.trim().getAsInteger(0, Ints.first)) {
1587 Ctx.emitError(
"can't parse first integer attribute " + Name);
1588 return std::nullopt;
1590 unsigned Second = 0;
1591 if (Strs.second.trim().getAsInteger(0, Second)) {
1592 if (!OnlyFirstRequired || !Strs.second.trim().empty()) {
1593 Ctx.emitError(
"can't parse second integer attribute " + Name);
1594 return std::nullopt;
1597 Ints.second = Second;
1605 unsigned DefaultVal) {
1606 std::optional<SmallVector<unsigned>> R =
1611std::optional<SmallVector<unsigned>>
1618 return std::nullopt;
1619 if (!
A.isStringAttribute()) {
1620 Ctx.emitError(Name +
" is not a string attribute");
1621 return std::nullopt;
1629 std::pair<StringRef, StringRef> Strs = S.
split(
',');
1631 if (Strs.first.trim().getAsInteger(0, IntVal)) {
1632 Ctx.emitError(
"can't parse integer attribute " + Strs.first +
" in " +
1634 return std::nullopt;
1641 Ctx.emitError(
"attribute " + Name +
1642 " has incorrect number of integers; expected " +
1644 return std::nullopt;
1651 std::numeric_limits<uint32_t>::max());
1666 if (
Low.ule(Val) &&
High.ugt(Val))
1669 if (
Low.uge(Val) &&
High.ult(Val))
1678 return (1 << (getVmcntBitWidthLo(
Version.Major) +
1679 getVmcntBitWidthHi(
Version.Major))) -
1684 return (1 << getLoadcntBitWidth(
Version.Major)) - 1;
1688 return (1 << getSamplecntBitWidth(
Version.Major)) - 1;
1692 return (1 << getBvhcntBitWidth(
Version.Major)) - 1;
1696 return (1 << getExpcntBitWidth(
Version.Major)) - 1;
1700 return (1 << getLgkmcntBitWidth(
Version.Major)) - 1;
1704 return (1 << getDscntBitWidth(
Version.Major)) - 1;
1708 return (1 << getKmcntBitWidth(
Version.Major)) - 1;
1716 return (1 << getAsynccntBitWidth(
Version.Major,
Version.Minor)) - 1;
1720 return (1 << getStorecntBitWidth(
Version.Major)) - 1;
1724 unsigned VmcntLo = getBitMask(getVmcntBitShiftLo(
Version.Major),
1725 getVmcntBitWidthLo(
Version.Major));
1726 unsigned Expcnt = getBitMask(getExpcntBitShift(
Version.Major),
1727 getExpcntBitWidth(
Version.Major));
1728 unsigned Lgkmcnt = getBitMask(getLgkmcntBitShift(
Version.Major),
1729 getLgkmcntBitWidth(
Version.Major));
1730 unsigned VmcntHi = getBitMask(getVmcntBitShiftHi(
Version.Major),
1731 getVmcntBitWidthHi(
Version.Major));
1732 return VmcntLo | Expcnt | Lgkmcnt | VmcntHi;
1736 unsigned VmcntLo = unpackBits(
Waitcnt, getVmcntBitShiftLo(
Version.Major),
1737 getVmcntBitWidthLo(
Version.Major));
1738 unsigned VmcntHi = unpackBits(
Waitcnt, getVmcntBitShiftHi(
Version.Major),
1739 getVmcntBitWidthHi(
Version.Major));
1740 return VmcntLo | VmcntHi << getVmcntBitWidthLo(
Version.Major);
1745 getExpcntBitWidth(
Version.Major));
1750 getLgkmcntBitWidth(
Version.Major));
1754 return unpackBits(
Waitcnt, getLoadcntStorecntBitShift(
Version.Major),
1755 getLoadcntBitWidth(
Version.Major));
1759 return unpackBits(
Waitcnt, getLoadcntStorecntBitShift(
Version.Major),
1760 getStorecntBitWidth(
Version.Major));
1765 getDscntBitWidth(
Version.Major));
1769 unsigned &Expcnt,
unsigned &Lgkmcnt) {
1778 getVmcntBitWidthLo(
Version.Major));
1779 return packBits(Vmcnt >> getVmcntBitWidthLo(
Version.Major),
Waitcnt,
1780 getVmcntBitShiftHi(
Version.Major),
1781 getVmcntBitWidthHi(
Version.Major));
1786 return packBits(Expcnt,
Waitcnt, getExpcntBitShift(
Version.Major),
1787 getExpcntBitWidth(
Version.Major));
1792 return packBits(Lgkmcnt,
Waitcnt, getLgkmcntBitShift(
Version.Major),
1793 getLgkmcntBitWidth(
Version.Major));
1797 unsigned Expcnt,
unsigned Lgkmcnt) {
1807 unsigned Dscnt = getBitMask(getDscntBitShift(
Version.Major),
1808 getDscntBitWidth(
Version.Major));
1810 unsigned Storecnt = getBitMask(getLoadcntStorecntBitShift(
Version.Major),
1811 getStorecntBitWidth(
Version.Major));
1812 return Dscnt | Storecnt;
1814 unsigned Loadcnt = getBitMask(getLoadcntStorecntBitShift(
Version.Major),
1815 getLoadcntBitWidth(
Version.Major));
1816 return Dscnt | Loadcnt;
1821 return packBits(Loadcnt,
Waitcnt, getLoadcntStorecntBitShift(
Version.Major),
1822 getLoadcntBitWidth(
Version.Major));
1826 unsigned Storecnt) {
1827 return packBits(Storecnt,
Waitcnt, getLoadcntStorecntBitShift(
Version.Major),
1828 getStorecntBitWidth(
Version.Major));
1834 getDscntBitWidth(
Version.Major));
1861 for (
int Idx = 0; Idx <
Size; ++Idx) {
1862 const auto &
Op = Opr[Idx];
1863 if (
Op.isSupported(STI))
1864 Enc |=
Op.encode(
Op.Default);
1870 int Size,
unsigned Code,
1871 bool &HasNonDefaultVal,
1873 unsigned UsedOprMask = 0;
1874 HasNonDefaultVal =
false;
1875 for (
int Idx = 0; Idx <
Size; ++Idx) {
1876 const auto &
Op = Opr[Idx];
1877 if (!
Op.isSupported(STI))
1879 UsedOprMask |=
Op.getMask();
1880 unsigned Val =
Op.decode(Code);
1881 if (!
Op.isValid(Val))
1883 HasNonDefaultVal |= (Val !=
Op.Default);
1885 return (Code & ~UsedOprMask) == 0;
1889 unsigned Code,
int &Idx,
StringRef &Name,
1890 unsigned &Val,
bool &IsDefault,
1892 while (Idx <
Size) {
1893 const auto &
Op = Opr[Idx++];
1894 if (
Op.isSupported(STI)) {
1896 Val =
Op.decode(Code);
1897 IsDefault = (Val ==
Op.Default);
1907 if (InputVal < 0 || InputVal >
Op.Max)
1909 return Op.encode(InputVal);
1914 unsigned &UsedOprMask,
1917 for (
int Idx = 0; Idx <
Size; ++Idx) {
1918 const auto &
Op = Opr[Idx];
1919 if (
Op.Name == Name) {
1920 if (!
Op.isSupported(STI)) {
1924 auto OprMask =
Op.getMask();
1925 if (OprMask & UsedOprMask)
1927 UsedOprMask |= OprMask;
1950 HasNonDefaultVal, STI);
1982 return unpackBits(Encoded, getVmVsrcBitShift(), getVmVsrcBitWidth());
1986 return unpackBits(Encoded, getVaVdstBitShift(), getVaVdstBitWidth());
1990 return unpackBits(Encoded, getSaSdstBitShift(), getSaSdstBitWidth());
1994 return unpackBits(Encoded, getVaSdstBitShift(), getVaSdstBitWidth());
1998 return unpackBits(Encoded, getVaVccBitShift(), getVaVccBitWidth());
2002 return unpackBits(Encoded, getVaSsrcBitShift(), getVaSsrcBitWidth());
2006 return unpackBits(Encoded, getHoldCntBitShift(),
2011 return packBits(VmVsrc, Encoded, getVmVsrcBitShift(), getVmVsrcBitWidth());
2020 return packBits(VaVdst, Encoded, getVaVdstBitShift(), getVaVdstBitWidth());
2029 return packBits(SaSdst, Encoded, getSaSdstBitShift(), getSaSdstBitWidth());
2038 return packBits(VaSdst, Encoded, getVaSdstBitShift(), getVaSdstBitWidth());
2047 return packBits(VaVcc, Encoded, getVaVccBitShift(), getVaVccBitWidth());
2056 return packBits(VaSsrc, Encoded, getVaSsrcBitShift(), getVaSsrcBitWidth());
2066 return packBits(HoldCnt, Encoded, getHoldCntBitShift(),
2103 if (Val.Tgt <= Id && Id <= Val.Tgt + Val.MaxIndex) {
2104 Index = (Val.MaxIndex == 0) ? -1 : (Id - Val.Tgt);
2115 if (Val.MaxIndex == 0 && Name == Val.Name)
2118 if (Val.MaxIndex > 0 && Name.starts_with(Val.Name)) {
2119 StringRef Suffix = Name.drop_front(Val.Name.size());
2126 if (Suffix.
size() > 1 && Suffix[0] ==
'0')
2129 return Val.Tgt + Id;
2158namespace MTBUFFormat {
2184 if (Name == lookupTable[Id])
2383 return F.getFnAttributeAsParsedInteger(
"InitialPSInputAddr", 0);
2388 return F.getFnAttributeAsParsedInteger(
2389 "amdgpu-color-export",
2394 return F.getFnAttributeAsParsedInteger(
"amdgpu-depth-export", 0) != 0;
2399 F.getFnAttributeAsParsedInteger(
"amdgpu-dynamic-vgpr-block-size", 0);
2410 return STI.
hasFeature(AMDGPU::FeatureSupportsXNACK) &&
2411 !STI.
hasFeature(AMDGPU::FeatureXNACKOnOffModes);
2415 return STI.
hasFeature(AMDGPU::FeatureMIMG_R128) &&
2428 return !STI.
hasFeature(AMDGPU::FeatureUnpackedD16VMem) && !
isCI(STI) &&
2439 return Version.Minor >= 3 ? 13 : 5;
2443 return HasSampler ? 4 : 5;
2454 return STI.
hasFeature(AMDGPU::FeatureSouthernIslands);
2458 return STI.
hasFeature(AMDGPU::FeatureSeaIslands);
2462 return STI.
hasFeature(AMDGPU::FeatureVolcanicIslands);
2492 return STI.
hasFeature(AMDGPU::FeaturePopsExitingWaveID);
2496 return STI.
hasFeature(AMDGPU::FeatureApertureRegs) &&
2497 !STI.
hasFeature(AMDGPU::FeatureGloballyAddressableScratch);
2565 return STI.
hasFeature(AMDGPU::FeatureGCN3Encoding);
2569 return STI.
hasFeature(AMDGPU::FeatureGFX10_BEncoding);
2573 return STI.
hasFeature(AMDGPU::FeatureGFX10_3Insts);
2581 return STI.
hasFeature(AMDGPU::FeatureGFX90AInsts);
2585 return STI.
hasFeature(AMDGPU::FeatureGFX940Insts);
2589 return STI.
hasFeature(AMDGPU::FeatureArchitectedFlatScratch);
2593 return STI.
hasFeature(AMDGPU::FeatureMAIInsts);
2597 return STI.
hasFeature(AMDGPU::FeatureVOPDInsts);
2601 return STI.
hasFeature(AMDGPU::FeatureDPPSrc1SGPR);
2605 return STI.
hasFeature(AMDGPU::FeatureKernargPreload);
2609 int32_t ArgNumVGPR) {
2610 if (has90AInsts && ArgNumAGPR)
2611 return alignTo(ArgNumVGPR, 4) + ArgNumAGPR;
2612 return std::max(ArgNumVGPR, ArgNumAGPR);
2617 TRI->getRegClass(AMDGPU::SReg_32RegClassID);
2619 return SGPRClass.
contains(FirstSubReg != 0 ? FirstSubReg :
Reg) ||
2631#define MAP_REG2REG \
2632 using namespace AMDGPU; \
2633 switch (Reg.id()) { \
2636 CASE_CI_VI(FLAT_SCR) \
2637 CASE_CI_VI(FLAT_SCR_LO) \
2638 CASE_CI_VI(FLAT_SCR_HI) \
2639 CASE_VI_GFX9PLUS(TTMP0) \
2640 CASE_VI_GFX9PLUS(TTMP1) \
2641 CASE_VI_GFX9PLUS(TTMP2) \
2642 CASE_VI_GFX9PLUS(TTMP3) \
2643 CASE_VI_GFX9PLUS(TTMP4) \
2644 CASE_VI_GFX9PLUS(TTMP5) \
2645 CASE_VI_GFX9PLUS(TTMP6) \
2646 CASE_VI_GFX9PLUS(TTMP7) \
2647 CASE_VI_GFX9PLUS(TTMP8) \
2648 CASE_VI_GFX9PLUS(TTMP9) \
2649 CASE_VI_GFX9PLUS(TTMP10) \
2650 CASE_VI_GFX9PLUS(TTMP11) \
2651 CASE_VI_GFX9PLUS(TTMP12) \
2652 CASE_VI_GFX9PLUS(TTMP13) \
2653 CASE_VI_GFX9PLUS(TTMP14) \
2654 CASE_VI_GFX9PLUS(TTMP15) \
2655 CASE_VI_GFX9PLUS(TTMP0_TTMP1) \
2656 CASE_VI_GFX9PLUS(TTMP2_TTMP3) \
2657 CASE_VI_GFX9PLUS(TTMP4_TTMP5) \
2658 CASE_VI_GFX9PLUS(TTMP6_TTMP7) \
2659 CASE_VI_GFX9PLUS(TTMP8_TTMP9) \
2660 CASE_VI_GFX9PLUS(TTMP10_TTMP11) \
2661 CASE_VI_GFX9PLUS(TTMP12_TTMP13) \
2662 CASE_VI_GFX9PLUS(TTMP14_TTMP15) \
2663 CASE_VI_GFX9PLUS(TTMP0_TTMP1_TTMP2_TTMP3) \
2664 CASE_VI_GFX9PLUS(TTMP4_TTMP5_TTMP6_TTMP7) \
2665 CASE_VI_GFX9PLUS(TTMP8_TTMP9_TTMP10_TTMP11) \
2666 CASE_VI_GFX9PLUS(TTMP12_TTMP13_TTMP14_TTMP15) \
2667 CASE_VI_GFX9PLUS(TTMP0_TTMP1_TTMP2_TTMP3_TTMP4_TTMP5_TTMP6_TTMP7) \
2668 CASE_VI_GFX9PLUS(TTMP4_TTMP5_TTMP6_TTMP7_TTMP8_TTMP9_TTMP10_TTMP11) \
2669 CASE_VI_GFX9PLUS(TTMP8_TTMP9_TTMP10_TTMP11_TTMP12_TTMP13_TTMP14_TTMP15) \
2671 TTMP0_TTMP1_TTMP2_TTMP3_TTMP4_TTMP5_TTMP6_TTMP7_TTMP8_TTMP9_TTMP10_TTMP11_TTMP12_TTMP13_TTMP14_TTMP15) \
2672 CASE_GFXPRE11_GFX11PLUS(M0) \
2673 CASE_GFXPRE11_GFX11PLUS(SGPR_NULL) \
2674 CASE_GFXPRE11_GFX11PLUS_TO(SGPR_NULL64, SGPR_NULL) \
2677#define CASE_CI_VI(node) \
2678 assert(!isSI(STI)); \
2680 return isCI(STI) ? node##_ci : node##_vi;
2682#define CASE_VI_GFX9PLUS(node) \
2684 return isGFX9Plus(STI) ? node##_gfx9plus : node##_vi;
2686#define CASE_GFXPRE11_GFX11PLUS(node) \
2688 return isGFX11Plus(STI) ? node##_gfx11plus : node##_gfxpre11;
2690#define CASE_GFXPRE11_GFX11PLUS_TO(node, result) \
2692 return isGFX11Plus(STI) ? result##_gfx11plus : result##_gfxpre11;
2701#undef CASE_VI_GFX9PLUS
2702#undef CASE_GFXPRE11_GFX11PLUS
2703#undef CASE_GFXPRE11_GFX11PLUS_TO
2705#define CASE_CI_VI(node) \
2709#define CASE_VI_GFX9PLUS(node) \
2711 case node##_gfx9plus: \
2713#define CASE_GFXPRE11_GFX11PLUS(node) \
2714 case node##_gfx11plus: \
2715 case node##_gfxpre11: \
2717#define CASE_GFXPRE11_GFX11PLUS_TO(node, result)
2723 case AMDGPU::SRC_SHARED_BASE_LO:
2724 case AMDGPU::SRC_SHARED_BASE:
2725 case AMDGPU::SRC_SHARED_LIMIT_LO:
2726 case AMDGPU::SRC_SHARED_LIMIT:
2727 case AMDGPU::SRC_PRIVATE_BASE_LO:
2728 case AMDGPU::SRC_PRIVATE_BASE:
2729 case AMDGPU::SRC_PRIVATE_LIMIT_LO:
2730 case AMDGPU::SRC_PRIVATE_LIMIT:
2731 case AMDGPU::SRC_FLAT_SCRATCH_BASE_LO:
2732 case AMDGPU::SRC_FLAT_SCRATCH_BASE_HI:
2733 case AMDGPU::SRC_POPS_EXITING_WAVE_ID:
2735 case AMDGPU::SRC_VCCZ:
2736 case AMDGPU::SRC_EXECZ:
2737 case AMDGPU::SRC_SCC:
2739 case AMDGPU::SGPR_NULL:
2747#undef CASE_VI_GFX9PLUS
2748#undef CASE_GFXPRE11_GFX11PLUS
2749#undef CASE_GFXPRE11_GFX11PLUS_TO
2754 unsigned OpType =
Desc.operands()[OpNo].OperandType;
2761 unsigned OpType =
Desc.operands()[OpNo].OperandType;
2786 unsigned OpType =
Desc.operands()[OpNo].OperandType;
2797 case AMDGPU::VGPR_16RegClassID:
2798 case AMDGPU::VGPR_16_Lo128RegClassID:
2799 case AMDGPU::SGPR_LO16RegClassID:
2800 case AMDGPU::AGPR_LO16RegClassID:
2802 case AMDGPU::SGPR_32RegClassID:
2803 case AMDGPU::VGPR_32RegClassID:
2804 case AMDGPU::VGPR_32_Lo256RegClassID:
2805 case AMDGPU::VRegOrLds_32RegClassID:
2806 case AMDGPU::AGPR_32RegClassID:
2807 case AMDGPU::VS_32RegClassID:
2808 case AMDGPU::AV_32RegClassID:
2809 case AMDGPU::SReg_32RegClassID:
2810 case AMDGPU::SReg_32_XM0RegClassID:
2811 case AMDGPU::SRegOrLds_32RegClassID:
2813 case AMDGPU::SGPR_64RegClassID:
2814 case AMDGPU::VS_64RegClassID:
2815 case AMDGPU::SReg_64RegClassID:
2816 case AMDGPU::VReg_64RegClassID:
2817 case AMDGPU::AReg_64RegClassID:
2818 case AMDGPU::SReg_64_XEXECRegClassID:
2819 case AMDGPU::VReg_64_Align2RegClassID:
2820 case AMDGPU::AReg_64_Align2RegClassID:
2821 case AMDGPU::AV_64RegClassID:
2822 case AMDGPU::AV_64_Align2RegClassID:
2823 case AMDGPU::VReg_64_Lo256_Align2RegClassID:
2824 case AMDGPU::VS_64_Lo256RegClassID:
2826 case AMDGPU::SGPR_96RegClassID:
2827 case AMDGPU::SReg_96RegClassID:
2828 case AMDGPU::VReg_96RegClassID:
2829 case AMDGPU::AReg_96RegClassID:
2830 case AMDGPU::VReg_96_Align2RegClassID:
2831 case AMDGPU::AReg_96_Align2RegClassID:
2832 case AMDGPU::AV_96RegClassID:
2833 case AMDGPU::AV_96_Align2RegClassID:
2834 case AMDGPU::VReg_96_Lo256_Align2RegClassID:
2836 case AMDGPU::SGPR_128RegClassID:
2837 case AMDGPU::SReg_128RegClassID:
2838 case AMDGPU::VReg_128RegClassID:
2839 case AMDGPU::AReg_128RegClassID:
2840 case AMDGPU::VReg_128_Align2RegClassID:
2841 case AMDGPU::AReg_128_Align2RegClassID:
2842 case AMDGPU::AV_128RegClassID:
2843 case AMDGPU::AV_128_Align2RegClassID:
2844 case AMDGPU::SReg_128_XNULLRegClassID:
2845 case AMDGPU::VReg_128_Lo256_Align2RegClassID:
2847 case AMDGPU::SGPR_160RegClassID:
2848 case AMDGPU::SReg_160RegClassID:
2849 case AMDGPU::VReg_160RegClassID:
2850 case AMDGPU::AReg_160RegClassID:
2851 case AMDGPU::VReg_160_Align2RegClassID:
2852 case AMDGPU::AReg_160_Align2RegClassID:
2853 case AMDGPU::AV_160RegClassID:
2854 case AMDGPU::AV_160_Align2RegClassID:
2855 case AMDGPU::VReg_160_Lo256_Align2RegClassID:
2857 case AMDGPU::SGPR_192RegClassID:
2858 case AMDGPU::SReg_192RegClassID:
2859 case AMDGPU::VReg_192RegClassID:
2860 case AMDGPU::AReg_192RegClassID:
2861 case AMDGPU::VReg_192_Align2RegClassID:
2862 case AMDGPU::AReg_192_Align2RegClassID:
2863 case AMDGPU::AV_192RegClassID:
2864 case AMDGPU::AV_192_Align2RegClassID:
2865 case AMDGPU::VReg_192_Lo256_Align2RegClassID:
2867 case AMDGPU::SGPR_224RegClassID:
2868 case AMDGPU::SReg_224RegClassID:
2869 case AMDGPU::VReg_224RegClassID:
2870 case AMDGPU::AReg_224RegClassID:
2871 case AMDGPU::VReg_224_Align2RegClassID:
2872 case AMDGPU::AReg_224_Align2RegClassID:
2873 case AMDGPU::AV_224RegClassID:
2874 case AMDGPU::AV_224_Align2RegClassID:
2875 case AMDGPU::VReg_224_Lo256_Align2RegClassID:
2877 case AMDGPU::SGPR_256RegClassID:
2878 case AMDGPU::SReg_256RegClassID:
2879 case AMDGPU::VReg_256RegClassID:
2880 case AMDGPU::AReg_256RegClassID:
2881 case AMDGPU::VReg_256_Align2RegClassID:
2882 case AMDGPU::AReg_256_Align2RegClassID:
2883 case AMDGPU::AV_256RegClassID:
2884 case AMDGPU::AV_256_Align2RegClassID:
2885 case AMDGPU::SReg_256_XNULLRegClassID:
2886 case AMDGPU::VReg_256_Lo256_Align2RegClassID:
2888 case AMDGPU::SGPR_288RegClassID:
2889 case AMDGPU::SReg_288RegClassID:
2890 case AMDGPU::VReg_288RegClassID:
2891 case AMDGPU::AReg_288RegClassID:
2892 case AMDGPU::VReg_288_Align2RegClassID:
2893 case AMDGPU::AReg_288_Align2RegClassID:
2894 case AMDGPU::AV_288RegClassID:
2895 case AMDGPU::AV_288_Align2RegClassID:
2896 case AMDGPU::VReg_288_Lo256_Align2RegClassID:
2898 case AMDGPU::SGPR_320RegClassID:
2899 case AMDGPU::SReg_320RegClassID:
2900 case AMDGPU::VReg_320RegClassID:
2901 case AMDGPU::AReg_320RegClassID:
2902 case AMDGPU::VReg_320_Align2RegClassID:
2903 case AMDGPU::AReg_320_Align2RegClassID:
2904 case AMDGPU::AV_320RegClassID:
2905 case AMDGPU::AV_320_Align2RegClassID:
2906 case AMDGPU::VReg_320_Lo256_Align2RegClassID:
2908 case AMDGPU::SGPR_352RegClassID:
2909 case AMDGPU::SReg_352RegClassID:
2910 case AMDGPU::VReg_352RegClassID:
2911 case AMDGPU::AReg_352RegClassID:
2912 case AMDGPU::VReg_352_Align2RegClassID:
2913 case AMDGPU::AReg_352_Align2RegClassID:
2914 case AMDGPU::AV_352RegClassID:
2915 case AMDGPU::AV_352_Align2RegClassID:
2916 case AMDGPU::VReg_352_Lo256_Align2RegClassID:
2918 case AMDGPU::SGPR_384RegClassID:
2919 case AMDGPU::SReg_384RegClassID:
2920 case AMDGPU::VReg_384RegClassID:
2921 case AMDGPU::AReg_384RegClassID:
2922 case AMDGPU::VReg_384_Align2RegClassID:
2923 case AMDGPU::AReg_384_Align2RegClassID:
2924 case AMDGPU::AV_384RegClassID:
2925 case AMDGPU::AV_384_Align2RegClassID:
2926 case AMDGPU::VReg_384_Lo256_Align2RegClassID:
2928 case AMDGPU::SGPR_512RegClassID:
2929 case AMDGPU::SReg_512RegClassID:
2930 case AMDGPU::VReg_512RegClassID:
2931 case AMDGPU::AReg_512RegClassID:
2932 case AMDGPU::VReg_512_Align2RegClassID:
2933 case AMDGPU::AReg_512_Align2RegClassID:
2934 case AMDGPU::AV_512RegClassID:
2935 case AMDGPU::AV_512_Align2RegClassID:
2936 case AMDGPU::VReg_512_Lo256_Align2RegClassID:
2938 case AMDGPU::SGPR_1024RegClassID:
2939 case AMDGPU::SReg_1024RegClassID:
2940 case AMDGPU::VReg_1024RegClassID:
2941 case AMDGPU::AReg_1024RegClassID:
2942 case AMDGPU::VReg_1024_Align2RegClassID:
2943 case AMDGPU::AReg_1024_Align2RegClassID:
2944 case AMDGPU::AV_1024RegClassID:
2945 case AMDGPU::AV_1024_Align2RegClassID:
2946 case AMDGPU::VReg_1024_Lo256_Align2RegClassID:
2971 (Val == 0x3fc45f306dc9c882 && HasInv2Pi);
2997 (Val == 0x3e22f983 && HasInv2Pi);
3006 return Val == 0x3F00 ||
3027 return Val == 0x3C00 ||
3054 return 192 + std::abs(
Signed);
3059 case 0x3800:
return 240;
3060 case 0xB800:
return 241;
3061 case 0x3C00:
return 242;
3062 case 0xBC00:
return 243;
3063 case 0x4000:
return 244;
3064 case 0xC000:
return 245;
3065 case 0x4400:
return 246;
3066 case 0xC400:
return 247;
3067 case 0x3118:
return 248;
3074 case 0x3F000000:
return 240;
3075 case 0xBF000000:
return 241;
3076 case 0x3F800000:
return 242;
3077 case 0xBF800000:
return 243;
3078 case 0x40000000:
return 244;
3079 case 0xC0000000:
return 245;
3080 case 0x40800000:
return 246;
3081 case 0xC0800000:
return 247;
3082 case 0x3E22F983:
return 248;
3105 return 192 + std::abs(
Signed);
3109 case 0x3F00:
return 240;
3110 case 0xBF00:
return 241;
3111 case 0x3F80:
return 242;
3112 case 0xBF80:
return 243;
3113 case 0x4000:
return 244;
3114 case 0xC000:
return 245;
3115 case 0x4080:
return 246;
3116 case 0xC080:
return 247;
3117 case 0x3E22:
return 248;
3122 return std::nullopt;
3149 return 192 + std::abs(
Signed);
3155 return std::nullopt;
3216 return Imm & 0xffff;
3259 return A->hasAttribute(Attribute::InReg) ||
3260 A->hasAttribute(Attribute::ByVal);
3263 return A->hasAttribute(Attribute::InReg);
3298 int64_t EncodedOffset) {
3307 int64_t EncodedOffset,
bool IsBuffer) {
3309 if (IsBuffer && EncodedOffset < 0)
3318 return (ByteOffset & 3) == 0;
3327 return ByteOffset >> 2;
3331 int64_t ByteOffset,
bool IsBuffer,
3337 return std::nullopt;
3340 return isInt<24>(ByteOffset) ? std::optional<int64_t>(ByteOffset)
3346 return isInt<20>(ByteOffset) ? std::optional<int64_t>(ByteOffset)
3351 return std::nullopt;
3355 ? std::optional<int64_t>(EncodedOffset)
3360 int64_t ByteOffset) {
3362 return std::nullopt;
3365 return isUInt<32>(EncodedOffset) ? std::optional<int64_t>(EncodedOffset)
3370 if (ST.getFeatureBits().test(FeatureFlatOffsetBits12))
3372 if (ST.getFeatureBits().test(FeatureFlatOffsetBits24))
3379struct SourceOfDivergence {
3382const SourceOfDivergence *lookupSourceOfDivergence(
unsigned Intr);
3387const AlwaysUniform *lookupAlwaysUniform(
unsigned Intr);
3389#define GET_SourcesOfDivergence_IMPL
3390#define GET_UniformIntrinsics_IMPL
3391#define GET_Gfx9BufferFormat_IMPL
3392#define GET_Gfx10BufferFormat_IMPL
3393#define GET_Gfx11PlusBufferFormat_IMPL
3395#include "AMDGPUGenSearchableTables.inc"
3400 return lookupSourceOfDivergence(IntrID);
3404 return lookupAlwaysUniform(IntrID);
3411 return isGFX11Plus(STI) ? getGfx11PlusBufferFormatInfo(
3412 BitsPerComp, NumComponents, NumFormat)
3414 ? getGfx10BufferFormatInfo(BitsPerComp, NumComponents, NumFormat)
3415 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat);
3422 : getGfx9BufferFormatInfo(
Format);
3427 const unsigned VGPRClasses[] = {
3428 AMDGPU::VGPR_16RegClassID, AMDGPU::VGPR_32RegClassID,
3429 AMDGPU::VReg_64RegClassID, AMDGPU::VReg_96RegClassID,
3430 AMDGPU::VReg_128RegClassID, AMDGPU::VReg_160RegClassID,
3431 AMDGPU::VReg_192RegClassID, AMDGPU::VReg_224RegClassID,
3432 AMDGPU::VReg_256RegClassID, AMDGPU::VReg_288RegClassID,
3433 AMDGPU::VReg_320RegClassID, AMDGPU::VReg_352RegClassID,
3434 AMDGPU::VReg_384RegClassID, AMDGPU::VReg_512RegClassID,
3435 AMDGPU::VReg_1024RegClassID};
3437 for (
unsigned RCID : VGPRClasses) {
3464 if (RC->
getID() == AMDGPU::VGPR_16RegClassID) {
3474static std::optional<unsigned>
3476 bool HasSetregVGPRMSBFixup) {
3477 constexpr unsigned VGPRMSBShift =
3482 (!HasSetregVGPRMSBFixup && (
Offset +
Size) < VGPRMSBShift))
3485 if (!HasSetregVGPRMSBFixup)
3488 if (!HasSetregVGPRMSBFixup)
3494 bool HasSetregVGPRMSBFixup) {
3495 assert(
MI.getOpcode() == AMDGPU::S_SETREG_IMM32_B32);
3497 MI.getOperand(1).getImm(),
3498 HasSetregVGPRMSBFixup);
3502 bool HasSetregVGPRMSBFixup) {
3503 assert(
MI.getOpcode() == AMDGPU::S_SETREG_IMM32_B32_gfx12);
3505 MI.getOperand(1).getImm(),
3506 HasSetregVGPRMSBFixup);
3509std::pair<const AMDGPU::OpName *, const AMDGPU::OpName *>
3511 static const AMDGPU::OpName VOPOps[4] = {
3512 AMDGPU::OpName::src0, AMDGPU::OpName::src1, AMDGPU::OpName::src2,
3513 AMDGPU::OpName::vdst};
3514 static const AMDGPU::OpName VDSOps[4] = {
3515 AMDGPU::OpName::addr, AMDGPU::OpName::data0, AMDGPU::OpName::data1,
3516 AMDGPU::OpName::vdst};
3517 static const AMDGPU::OpName FLATOps[4] = {
3518 AMDGPU::OpName::vaddr, AMDGPU::OpName::vdata,
3519 AMDGPU::OpName::NUM_OPERAND_NAMES, AMDGPU::OpName::vdst};
3520 static const AMDGPU::OpName BUFOps[4] = {
3521 AMDGPU::OpName::vaddr, AMDGPU::OpName::NUM_OPERAND_NAMES,
3522 AMDGPU::OpName::NUM_OPERAND_NAMES, AMDGPU::OpName::vdata};
3523 static const AMDGPU::OpName VIMGOps[4] = {
3524 AMDGPU::OpName::vaddr0, AMDGPU::OpName::vaddr1, AMDGPU::OpName::vaddr2,
3525 AMDGPU::OpName::vdata};
3530 static const AMDGPU::OpName VOPDOpsX[4] = {
3531 AMDGPU::OpName::src0X, AMDGPU::OpName::vsrc1X, AMDGPU::OpName::vsrc2X,
3532 AMDGPU::OpName::vdstX};
3533 static const AMDGPU::OpName VOPDOpsY[4] = {
3534 AMDGPU::OpName::src0Y, AMDGPU::OpName::vsrc1Y, AMDGPU::OpName::vsrc2Y,
3535 AMDGPU::OpName::vdstY};
3538 static const AMDGPU::OpName VOP2MADMKOps[4] = {
3539 AMDGPU::OpName::src0, AMDGPU::OpName::NUM_OPERAND_NAMES,
3540 AMDGPU::OpName::src1, AMDGPU::OpName::vdst};
3541 static const AMDGPU::OpName VOPDFMAMKOpsX[4] = {
3542 AMDGPU::OpName::src0X, AMDGPU::OpName::NUM_OPERAND_NAMES,
3543 AMDGPU::OpName::vsrc1X, AMDGPU::OpName::vdstX};
3544 static const AMDGPU::OpName VOPDFMAMKOpsY[4] = {
3545 AMDGPU::OpName::src0Y, AMDGPU::OpName::NUM_OPERAND_NAMES,
3546 AMDGPU::OpName::vsrc1Y, AMDGPU::OpName::vdstY};
3551 switch (
Desc.getOpcode()) {
3553 case AMDGPU::V_WMMA_LD_SCALE_PAIRED_B32:
3554 case AMDGPU::V_WMMA_LD_SCALE_PAIRED_B32_gfx1250:
3555 case AMDGPU::V_WMMA_LD_SCALE16_PAIRED_B64:
3556 case AMDGPU::V_WMMA_LD_SCALE16_PAIRED_B64_gfx1250:
3558 case AMDGPU::V_FMAMK_F16:
3559 case AMDGPU::V_FMAMK_F16_t16:
3560 case AMDGPU::V_FMAMK_F16_t16_gfx12:
3561 case AMDGPU::V_FMAMK_F16_fake16:
3562 case AMDGPU::V_FMAMK_F16_fake16_gfx12:
3563 case AMDGPU::V_FMAMK_F32:
3564 case AMDGPU::V_FMAMK_F32_gfx12:
3565 case AMDGPU::V_FMAMK_F64:
3566 case AMDGPU::V_FMAMK_F64_gfx1250:
3567 return {VOP2MADMKOps,
nullptr};
3571 return {VOPOps,
nullptr};
3575 return {VDSOps,
nullptr};
3578 return {FLATOps,
nullptr};
3581 return {BUFOps,
nullptr};
3584 return {VIMGOps,
nullptr};
3588 return {(OpX == AMDGPU::V_FMAMK_F32) ? VOPDFMAMKOpsX : VOPDOpsX,
3589 (OpY == AMDGPU::V_FMAMK_F32) ? VOPDFMAMKOpsY : VOPDOpsY};
3596 " these instructions are not expected on gfx1250");
3621 for (
auto OpName : {OpName::vdst, OpName::src0, OpName::src1, OpName::src2}) {
3629 if (RegClass == AMDGPU::VReg_64RegClassID ||
3630 RegClass == AMDGPU::VReg_64_Align2RegClassID)
3639 case AMDGPU::V_MUL_LO_U32_e64:
3640 case AMDGPU::V_MUL_LO_U32_e64_dpp:
3641 case AMDGPU::V_MUL_LO_U32_e64_dpp_gfx1250:
3642 case AMDGPU::V_MUL_HI_U32_e64:
3643 case AMDGPU::V_MUL_HI_U32_e64_dpp:
3644 case AMDGPU::V_MUL_HI_U32_e64_dpp_gfx1250:
3645 case AMDGPU::V_MUL_HI_I32_e64:
3646 case AMDGPU::V_MUL_HI_I32_e64_dpp:
3647 case AMDGPU::V_MUL_HI_I32_e64_dpp_gfx1250:
3648 case AMDGPU::V_MAD_U32_e64:
3649 case AMDGPU::V_MAD_U32_e64_dpp:
3650 case AMDGPU::V_MAD_U32_e64_dpp_gfx1250:
3659 if (!ST.hasFeature(AMDGPU::FeatureDPALU_DPP))
3663 return ST.hasFeature(AMDGPU::FeatureGFX1250Insts);
3669 if (ST.getFeatureBits().test(FeatureAddressableLocalMemorySize32768))
3671 if (ST.getFeatureBits().test(FeatureAddressableLocalMemorySize65536))
3673 if (ST.getFeatureBits().test(FeatureAddressableLocalMemorySize196608))
3675 if (ST.getFeatureBits().test(FeatureAddressableLocalMemorySize163840))
3677 if (ST.getFeatureBits().test(FeatureAddressableLocalMemorySize327680))
3684 case AMDGPU::V_PK_ADD_F32_gfx1250:
3685 case AMDGPU::V_PK_ADD_F32_gfx1250_gfx12:
3686 case AMDGPU::V_PK_MUL_F32_gfx1250:
3687 case AMDGPU::V_PK_MUL_F32_gfx1250_gfx12:
3688 case AMDGPU::V_PK_FMA_F32_gfx1250:
3689 case AMDGPU::V_PK_FMA_F32_gfx1250_gfx12:
3699 case AMDGPU::V_PK_ADD_F64:
3700 case AMDGPU::V_PK_MUL_F64:
3701 case AMDGPU::V_PK_FMA_F64:
3702 case AMDGPU::V_PK_MAX_NUM_F64:
3703 case AMDGPU::V_PK_MIN_NUM_F64:
3704 case AMDGPU::V_PK_ADD_NC_U64:
3705 case AMDGPU::V_PK_SUB_NC_U64:
3706 case AMDGPU::V_PK_LSHL_ADD_U64:
3730 OS << EncoNoCluster <<
',' << EncoNoCluster <<
',' << EncoNoCluster;
3731 return Buffer.
c_str();
3734 OS << EncoVariableDims <<
',' << EncoVariableDims <<
','
3735 << EncoVariableDims;
3736 return Buffer.
c_str();
3739 OS << Dims[0] <<
',' << Dims[1] <<
',' << Dims[2];
3740 return Buffer.
c_str();
3747 std::optional<SmallVector<unsigned>> Attr =
3751 if (!Attr.has_value())
3760 A.Dims = {(*Attr)[0], (*Attr)[1], (*Attr)[2]};
3781 if (Result.isDenormal())
3786 if (!Result.isZero() && !Result.isInfinity() && !Result.isNaN() &&
3787 !Result.isOne() && !Result.isMinusOne())
3788 return std::nullopt;
3797 case (AMDGPU::TargetIDSetting::Unsupported):
3798 OS <<
"Unsupported";
3800 case (AMDGPU::TargetIDSetting::Any):
3803 case (AMDGPU::TargetIDSetting::Off):
3806 case (AMDGPU::TargetIDSetting::On):
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static llvm::cl::opt< unsigned > DefaultAMDHSACodeObjectVersion("amdhsa-code-object-version", llvm::cl::Hidden, llvm::cl::init(llvm::AMDGPU::AMDHSA_COV6), llvm::cl::desc("Set default AMDHSA Code Object Version (module flag " "or asm directive still take priority if present)"))
Provides AMDGPU specific target descriptions.
MC layer struct for AMDGPUMCKernelCodeT, provides MCExpr functionality where required.
@ AMD_CODE_PROPERTY_ENABLE_WAVEFRONT_SIZE32
This file contains the simple types necessary to represent the attributes associated with functions a...
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
This file contains the declarations for the subclasses of Constant, which represent the different fla...
Register const TargetRegisterInfo * TRI
static bool isValid(const char C)
Returns true if C is a valid mangled character: <0-9a-zA-Z_>.
#define S_00B848_MEM_ORDERED(x)
#define S_00B848_WGP_MODE(x)
#define S_00B848_FWD_PROGRESS(x)
static const int BlockSize
static ClusterDimsAttr get(const Function &F)
ClusterDimsAttr()=default
std::string to_string() const
const std::array< unsigned, 3 > & getDims() const
static TargetID createFromSubtargetFeatures(const Triple &TT, StringRef CPU, StringRef FeatureString)
Construct a TargetID for triple TT and processor CPU, taking the xnack/sramecc modes from the subtarg...
unsigned getIndexInParsedOperands(unsigned CompOprIdx) const
unsigned getIndexOfDstInParsedOperands() const
unsigned getIndexOfSrcInParsedOperands(unsigned CompSrcIdx) const
int getBitOp3OperandIdx() const
unsigned getCompParsedSrcOperandsNum() const
std::optional< unsigned > getInvalidCompOperandIndex(std::function< MCRegister(unsigned, unsigned)> GetRegIdx, const MCRegisterInfo &MRI, bool SkipSrc=false, bool AllowSameVGPR=false, bool VOPD3=false, bool HasGFX11InterlockHazard=false) const
std::array< MCRegister, Component::MAX_OPR_NUM > RegIndices
Represents the counter values to wait for in an s_waitcnt instruction.
static const fltSemantics & BFloat()
static const fltSemantics & IEEEhalf()
const fltSemantics & getSemantics() const
static APFloat getOne(const fltSemantics &Sem, bool Negative=false)
Factory for Positive and Negative One.
static APFloat getZero(const fltSemantics &Sem, bool Negative=false)
Factory for Positive and Negative Zero.
This class represents an incoming formal argument to a Function.
Functions, function parameters, and return types can have attributes to indicate how they should be t...
Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to callin...
CallingConv::ID getCallingConv() const
LLVM_ABI bool paramHasAttr(unsigned ArgNo, Attribute::AttrKind Kind) const
Determine whether the argument or parameter has the given attribute.
bool isByValArgument(unsigned ArgNo) const
Determine whether this argument is passed by value.
constexpr bool test(unsigned I) const
unsigned getAddressSpace() const
This is an important class for using LLVM in a threaded context.
Instances of this class represent a single low-level machine instruction.
Describe properties that are true of each instruction in the target description file.
unsigned getNumOperands() const
Return the number of declared MachineOperands for this MachineInstruction.
ArrayRef< MCOperandInfo > operands() const
bool mayStore() const
Return true if this instruction could possibly modify memory.
bool mayLoad() const
Return true if this instruction could possibly read memory.
unsigned getNumDefs() const
Return the number of MachineOperands that are register definitions.
int getOperandConstraint(unsigned OpNum, MCOI::OperandConstraint Constraint) const
Returns the value of the specified operand constraint if it is present.
unsigned getOpcode() const
Return the opcode number for this descriptor.
Interface to description of machine instruction set.
const MCInstrDesc & get(unsigned Opcode) const
Return the machine instruction descriptor that corresponds to the specified instruction opcode.
int16_t getOpRegClassID(const MCOperandInfo &OpInfo, unsigned HwModeId) const
Return the ID of the register class to use for OpInfo, for the active HwMode HwModeId.
This holds information about one operand of a machine instruction, indicating the register class for ...
MCRegisterClass - Base class of TargetRegisterClass.
unsigned getID() const
getID() - Return the register class ID number.
MCRegister getRegister(unsigned i) const
getRegister - Return the specified register in the class.
bool contains(MCRegister Reg) const
contains - Return true if the specified register is included in this register class.
MCRegisterInfo base class - We assume that the target defines a static array of MCRegisterDesc object...
bool regsOverlap(MCRegister RegA, MCRegister RegB) const
Returns true if the two registers are equal or alias each other.
uint16_t getEncodingValue(MCRegister Reg) const
Returns the encoding for Reg.
const MCRegisterClass & getRegClass(unsigned i) const
Returns the register class associated with the enumeration value.
MCRegister getSubReg(MCRegister Reg, unsigned Idx) const
Returns the physical register number of sub-register "Index" for physical register RegNo.
Wrapper class representing physical registers. Should be passed by value.
constexpr unsigned id() const
Generic base class for all target subtargets.
bool hasFeature(unsigned Feature) const
const Triple & getTargetTriple() const
const FeatureBitset & getFeatureBits() const
const MDOperand & getOperand(unsigned I) const
unsigned getNumOperands() const
Return number of MDNode operands.
Representation of each machine instruction.
A Module instance is used to store all the information related to an LLVM module.
SmallString - A SmallString is just a SmallVector with methods and accessors that make it work better...
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
A wrapper around a string literal that serves as a proxy for constructing global tables of StringRefs...
Represent a constant reference to a string, i.e.
std::pair< StringRef, StringRef > split(char Separator) const
Split into two substrings around the first occurrence of a separator character.
bool getAsInteger(unsigned Radix, T &Result) const
Parse the current string as an integer of the specified radix.
constexpr bool empty() const
Check if the string is empty.
constexpr size_t size() const
Get the string size.
Triple - Helper class for working with autoconf configuration names.
OSType getOS() const
Get the parsed operating system type of this triple.
ArchType getArch() const
Get the parsed architecture type of this triple.
bool isAMDGCN() const
Tests whether the target is AMDGCN.
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
The instances of the Type class are immutable: once they are created, they are never changed.
This class implements an extremely fast bulk output stream that can only output to a stream.
A raw_ostream that writes to an SmallVector or SmallString.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
@ CONSTANT_ADDRESS_32BIT
Address space for 32-bit constant memory.
@ LOCAL_ADDRESS
Address space for local memory.
@ CONSTANT_ADDRESS
Address space for constant memory (VTX2).
@ GLOBAL_ADDRESS
Address space for global memory (RAT0, VTX0).
unsigned decodeFieldVaVcc(unsigned Encoded)
unsigned encodeFieldVaVcc(unsigned Encoded, unsigned VaVcc)
unsigned decodeFieldHoldCnt(unsigned Encoded, const IsaVersion &Version)
unsigned getVaVccBitMask()
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 getVmVsrcBitMask()
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 getVaVdstBitMask()
unsigned getVaSsrcBitMask()
unsigned encodeFieldVmVsrc(unsigned Encoded, unsigned VmVsrc)
unsigned getVaSdstBitMask()
unsigned decodeFieldVaSsrc(unsigned Encoded)
int encodeDepCtr(const StringRef Name, int64_t Val, unsigned &UsedOprMask, const MCSubtargetInfo &STI)
unsigned encodeFieldSaSdst(unsigned Encoded, unsigned SaSdst)
const CustomOperandVal DepCtrInfo[]
bool isSymbolicDepCtrEncoding(unsigned Code, bool &HasNonDefaultVal, const MCSubtargetInfo &STI)
unsigned decodeFieldVaVdst(unsigned Encoded)
unsigned getSaSdstBitMask()
int getDefaultDepCtrEncoding(const MCSubtargetInfo &STI)
unsigned decodeFieldVmVsrc(unsigned Encoded)
unsigned encodeFieldVaSdst(unsigned Encoded, unsigned VaSdst)
bool isSupportedTgtId(unsigned Id, const MCSubtargetInfo &STI)
static constexpr ExpTgt ExpTgtInfo[]
bool getTgtName(unsigned Id, StringRef &Name, int &Index)
unsigned getTgtId(const StringRef Name)
@ ET_DUAL_SRC_BLEND_MAX_IDX
constexpr uint32_t VersionMinor
HSA metadata minor version.
constexpr uint32_t VersionMajor
HSA metadata major version.
@ COMPLETION_ACTION_OFFSET
@ MULTIGRID_SYNC_ARG_OFFSET
unsigned getNumWavesPerEUWithNumVGPRs(const MCSubtargetInfo &STI, unsigned NumVGPRs, unsigned DynamicVGPRBlockSize)
static unsigned getMaxHWAddressableLocalMemorySize(const MCSubtargetInfo &STI)
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...
static unsigned getPhysicalLocalMemorySize(const MCSubtargetInfo &STI)
static unsigned getSGPRTrapHandlerReserve(const MCSubtargetInfo &STI)
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)
static unsigned getSGPRBudgetPerWave(unsigned TotalNumSGPRs, unsigned WavesPerEU, unsigned TrapReserve, unsigned Granule)
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)
unsigned getLocalMemorySize(const MCSubtargetInfo &STI)
unsigned getMaxNumVGPRs(const MCSubtargetInfo &STI, unsigned WavesPerEU, unsigned DynamicVGPRBlockSize)
static unsigned getGranulatedNumRegisterBlocks(unsigned NumRegs, unsigned Granule)
unsigned getVGPRAllocGranule(const MCSubtargetInfo &STI, unsigned DynamicVGPRBlockSize, std::optional< bool > EnableWavefrontSize32)
uint64_t encodeMsg(uint64_t MsgId, uint64_t OpId, uint64_t StreamId)
@ ID_DEALLOC_VGPRS_GFX11Plus
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.
StringRef getMsgOpName(int64_t MsgId, uint64_t Encoding, const MCSubtargetInfo &STI)
Map from an encoding to the symbolic name for a sendmsg operation.
static uint64_t getMsgIdMask(const MCSubtargetInfo &STI)
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 VOPD_GFX11_VGPR_BANK_MASKS[]
bool isGCN3Encoding(const MCSubtargetInfo &STI)
bool isInlinableLiteralBF16(int16_t Literal, bool HasInv2Pi)
bool isGFX10_BEncoding(const MCSubtargetInfo &STI)
bool isInlineValue(MCRegister Reg)
bool isGFX10_GFX11(const MCSubtargetInfo &STI)
bool isInlinableLiteralV216(uint32_t Literal, uint8_t OpType)
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.
static unsigned encodeStorecnt(const IsaVersion &Version, unsigned Waitcnt, unsigned Storecnt)
MCRegister getMCReg(MCRegister Reg, const MCSubtargetInfo &STI)
If Reg is a pseudo reg, return the correct hardware register given STI otherwise return Reg.
static bool hasSMEMByteOffset(const MCSubtargetInfo &ST)
LLVM_ABI unsigned getMaxWavesPerEU(GPUKind AK)
bool isVOPCAsmOnly(unsigned Opc)
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)
static bool isSymbolicCustomOperandEncoding(const CustomOperandVal *Opr, int Size, unsigned Code, bool &HasNonDefaultVal, const MCSubtargetInfo &STI)
bool isGFX10Before1030(const MCSubtargetInfo &STI)
bool isSISrcInlinableOperand(const MCInstrDesc &Desc, unsigned OpNo)
Does this operand support only inlinable literals?
unsigned mapWMMA2AddrTo3AddrOpcode(unsigned Opc)
const int OPR_ID_UNSUPPORTED
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)
constexpr unsigned getNumWorkGroupSIMDs(bool FullSIMDMode)
bool isHi16Reg(MCRegister Reg, const MCRegisterInfo &MRI)
static int encodeCustomOperandVal(const CustomOperandVal &Op, int64_t InputVal)
unsigned getTemporalHintType(const MCInstrDesc TID)
bool isGFX10(const MCSubtargetInfo &STI)
bool isInlinableLiteralV2BF16(uint32_t Literal)
unsigned getMaxNumUserSGPRs(const MCSubtargetInfo &STI)
std::optional< unsigned > getInlineEncodingV216(bool IsFloat, uint32_t Literal)
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)
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)
const int OPR_VAL_INVALID
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.
LLVM_ABI unsigned getAddressableNumSGPRs(GPUKind AK)
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_ABI IsaVersion getIsaVersion(StringRef GPU)
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)
static unsigned getCombinedCountBitMask(const IsaVersion &Version, bool IsStore)
LLVM_ABI unsigned getTotalNumVGPRs(GPUKind AK, bool IsWave32)
CanBeVOPD getCanBeVOPD(unsigned Opc, unsigned EncodingFamily, bool VOPD3)
bool isVOPC64DPP(unsigned Opc)
int getMUBUFOpcode(unsigned BaseOpc, unsigned Elements)
bool getMAIIsGFX940XDL(unsigned Opc)
bool isSI(const MCSubtargetInfo &STI)
unsigned getDefaultAMDHSACodeObjectVersion()
LLVM_ABI unsigned getTotalNumSGPRs(GPUKind AK)
bool hasPrivateApertureRegs(const MCSubtargetInfo &STI)
bool isReadOnlySegment(const GlobalValue *GV)
Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded)
bool isArgPassedInSGPR(const Argument *A)
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 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)
static bool isDwordAligned(uint64_t ByteOffset)
unsigned getVOPDEncodingFamily(const MCSubtargetInfo &ST)
bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo)
Is this a KImm operand?
bool getHasColorExport(const Function &F)
GPUKind
GPU kinds supported by the AMDGPU target.
int getMTBUFBaseOpcode(unsigned Opc)
bool isGFX90A(const MCSubtargetInfo &STI)
unsigned getSamplecntBitMask(const IsaVersion &Version)
unsigned getDefaultQueueImplicitArgPosition(unsigned CodeObjectVersion)
int getMIMGOpcode(unsigned BaseOpcode, unsigned MIMGEncoding, unsigned VDataDwords, unsigned VAddrDwords, bool IndexedRsrc, bool IndexedSamp)
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)
bool getMUBUFHasVAddr(unsigned Opc)
bool isTrue16Inst(unsigned Opc)
LLVM_ABI unsigned getSGPRAllocGranule(GPUKind AK)
unsigned getVGPREncodingMSBs(MCRegister Reg, const MCRegisterInfo &MRI)
std::pair< unsigned, unsigned > getVOPDComponents(unsigned VOPDOpcode)
bool isInlinableLiteral32(int32_t Literal, bool HasInv2Pi)
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)
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)
unsigned getBvhcntBitMask(const IsaVersion &Version)
bool hasSMRDSignedImmOffset(const MCSubtargetInfo &ST)
bool hasMIMG_R128(const MCSubtargetInfo &STI)
LLVM_ABI GPUKind parseArchAMDGCN(StringRef CPU)
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)
static unsigned getDefaultCustomOperandEncoding(const CustomOperandVal *Opr, int Size, const MCSubtargetInfo &STI)
static unsigned encodeLoadcnt(const IsaVersion &Version, unsigned Waitcnt, unsigned Loadcnt)
bool isGFX10Plus(const MCSubtargetInfo &STI)
static bool decodeCustomOperand(const CustomOperandVal *Opr, int Size, unsigned Code, int &Idx, StringRef &Name, unsigned &Val, bool &IsDefault, const MCSubtargetInfo &STI)
static bool isValidRegPrefix(char C)
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_KIMM32
Operand with 32-bit immediate that uses the constant bus.
@ OPERAND_REG_INLINE_C_LAST
@ OPERAND_REG_INLINE_C_FP64
@ OPERAND_REG_IMM_NOINLINE_FP16
@ OPERAND_REG_INLINE_C_BF16
@ OPERAND_REG_INLINE_C_V2BF16
@ OPERAND_REG_IMM_V2INT16
@ OPERAND_REG_IMM_INT32
Operands with register, 32-bit, or 64-bit immediate.
@ OPERAND_REG_INLINE_AC_FIRST
@ OPERAND_REG_IMM_V2FP16_SPLAT
@ OPERAND_REG_IMM_NOINLINE_V2FP16
@ OPERAND_REG_INLINE_C_V2FP16
@ OPERAND_REG_INLINE_AC_INT32
Operands with an AccVGPR register or inline constant.
@ OPERAND_REG_INLINE_AC_FP32
@ OPERAND_REG_IMM_V2INT32
@ OPERAND_REG_INLINE_C_FIRST
@ OPERAND_REG_INLINE_C_FP32
@ OPERAND_REG_INLINE_AC_LAST
@ OPERAND_REG_INLINE_C_INT32
@ OPERAND_REG_INLINE_C_V2INT16
@ OPERAND_REG_INLINE_AC_FP64
@ OPERAND_REG_INLINE_C_FP16
@ OPERAND_INLINE_SPLIT_BARRIER_INT32
std::optional< unsigned > getPKFMACF16InlineEncoding(uint32_t Literal, bool IsGFX11Plus)
bool isNotGFX9Plus(const MCSubtargetInfo &STI)
bool isDPALU_DPP(const MCInstrDesc &OpDesc, const MCInstrInfo &MII, const MCSubtargetInfo &ST)
bool hasGDS(const MCSubtargetInfo &STI)
bool isLegalSMRDEncodedUnsignedOffset(const MCSubtargetInfo &ST, int64_t EncodedOffset)
bool isGFX9Plus(const MCSubtargetInfo &STI)
bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI)
const int OPR_ID_DUPLICATE
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)
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)
static int encodeCustomOperand(const CustomOperandVal *Opr, int Size, const StringRef Name, int64_t InputVal, unsigned &UsedOprMask, const MCSubtargetInfo &STI)
unsigned hasKernargPreload(const MCSubtargetInfo &STI)
bool supportsWGP(const MCSubtargetInfo &STI)
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)
unsigned decodeStorecnt(const IsaVersion &Version, unsigned Waitcnt)
bool isGFX1250Plus(const MCSubtargetInfo &STI)
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)
int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily, bool VOPD3)
static unsigned encodeDscnt(const IsaVersion &Version, unsigned Waitcnt, unsigned Dscnt)
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)
constexpr std::underlying_type_t< E > Mask()
Get a bitmask with 1s in all places up to the high-order bit of E's largest value.
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
@ 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.
@ 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.
@ ELFABIVERSION_AMDGPU_HSA_V4
@ ELFABIVERSION_AMDGPU_HSA_V5
@ ELFABIVERSION_AMDGPU_HSA_V6
constexpr bool isVOPC(const T &...O)
constexpr bool isVOP3(const T &...O)
constexpr bool isVOP1(const T &...O)
constexpr bool isVOP2(const T &...O)
constexpr bool isFLAT(const T &...O)
constexpr bool isBuffer(const T &...O)
constexpr bool isVIMAGE(const T &...O)
constexpr bool isSMRD(const T &...O)
constexpr bool isVOP3Like(const T &...O)
constexpr bool isFlatScratch(const T &...O)
constexpr bool isMIMG(const T &...O)
constexpr bool isVOPD3(const T &...O)
constexpr bool isEXP(const T &...O)
constexpr bool isVSAMPLE(const T &...O)
constexpr bool isDS(const T &...O)
constexpr bool isAtomic(const T &...O)
constexpr bool isDPP(const T &...O)
initializer< Ty > init(const Ty &Val)
std::enable_if_t< detail::IsValidPointer< X, Y >::value, X * > extract_or_null(Y &&MD)
Extract a Value from Metadata, allowing null.
std::enable_if_t< detail::IsValidPointer< X, Y >::value, X * > extract(Y &&MD)
Extract a Value from Metadata.
This is an optimization pass for GlobalISel generic memory operations.
@ Low
Lower the current thread's priority such that it does not affect foreground tasks significantly.
constexpr T rotr(T V, int R)
bool all_of(R &&range, UnaryPredicate P)
Provide wrappers to std::all_of which take ranges instead of having to pass begin/end explicitly.
constexpr bool isInt(int64_t x)
Checks if an integer fits into the given bit width.
testing::Matcher< const detail::ErrorHolder & > Failed()
constexpr T alignDown(U Value, V Align, W Skew=0)
Returns the largest unsigned integer less than or equal to Value and is Skew mod Align.
std::string utostr(uint64_t X, bool isNeg=false)
constexpr auto equal_to(T &&Arg)
Functor variant of std::equal_to that can be used as a UnaryPredicate in functional algorithms like a...
constexpr uint32_t Hi_32(uint64_t Value)
Return the high 32 bits of a 64 bit value.
LLVM_ABI void report_fatal_error(Error Err, bool gen_crash_diag=true)
constexpr uint64_t alignTo(uint64_t Size, Align A)
Returns a multiple of A needed to store Size bytes.
constexpr bool isUInt(uint64_t x)
Checks if an unsigned integer fits into the given bit width.
constexpr uint32_t Lo_32(uint64_t Value)
Return the low 32 bits of a 64 bit value.
LLVM_ATTRIBUTE_VISIBILITY_DEFAULT AnalysisKey InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key
constexpr T divideCeil(U Numerator, V Denominator)
Returns the integer ceil(Numerator / Denominator).
To bit_cast(const From &from) noexcept
DWARFExpression::Operation Op
raw_ostream & operator<<(raw_ostream &OS, const APFixedPoint &FX)
constexpr int countr_zero_constexpr(T Val)
Count number of 0's from the least significant bit to the most stopping at the first 1.
constexpr T maskTrailingOnes(unsigned N)
Create a bitmask with the N right-most bits set to 1, and all other bits set to 0.
@ AlwaysUniform
The result value is always uniform.
@ Default
The result value is uniform if and only if all operands are uniform.
AMD Kernel Code Object (amd_kernel_code_t).
uint16_t amd_machine_version_major
uint16_t amd_machine_kind
uint16_t amd_machine_version_stepping
uint8_t private_segment_alignment
int64_t kernel_code_entry_byte_offset
uint32_t amd_kernel_code_version_major
uint16_t amd_machine_version_minor
uint8_t group_segment_alignment
uint8_t kernarg_segment_alignment
uint32_t amd_kernel_code_version_minor
uint64_t compute_pgm_resource_registers
static std::tuple< typename Fields::ValueType... > decode(uint64_t Encoded)
Instruction set architecture version.