35#define DEBUG_TYPE "gcn-subtarget"
37#define GET_SUBTARGETINFO_TARGET_DESC
38#define GET_SUBTARGETINFO_CTOR
39#define AMDGPUSubtarget GCNSubtarget
40#include "AMDGPUGenSubtargetInfo.inc"
44 "amdgpu-vgpr-index-mode",
45 cl::desc(
"Use GPR indexing mode instead of movrel for vector indexing"),
49 cl::desc(
"Enable the use of AA during codegen."),
54 cl::desc(
"Number of addresses from which to enable MIMG NSA."),
113 FullFS +=
"+flat-for-global,+unaligned-access-mode,+trap-handler,";
115 FullFS +=
"+enable-prt-strict-null,";
118 if (FS.contains_insensitive(
"+wavefrontsize")) {
119 if (!FS.contains_insensitive(
"wavefrontsize16"))
120 FullFS +=
"-wavefrontsize16,";
121 if (!FS.contains_insensitive(
"wavefrontsize32"))
122 FullFS +=
"-wavefrontsize32,";
123 if (!FS.contains_insensitive(
"wavefrontsize64"))
124 FullFS +=
"-wavefrontsize64,";
140 }
else if (!
hasFeature(AMDGPU::FeatureWavefrontSize32) &&
141 !
hasFeature(AMDGPU::FeatureWavefrontSize64)) {
145 ToggleFeature(AMDGPU::FeatureWavefrontSize32);
160 if (!
hasAddr64() && !FS.contains(
"flat-for-global") && !UseFlatForGlobal) {
161 ToggleFeature(AMDGPU::FeatureUseFlatForGlobal);
162 UseFlatForGlobal =
true;
166 if (!
hasFlat() && !FS.contains(
"flat-for-global") && UseFlatForGlobal) {
167 ToggleFeature(AMDGPU::FeatureUseFlatForGlobal);
168 UseFlatForGlobal =
false;
201 "InstCacheLineSize must be a power of 2");
208 if (
hasFeature(AMDGPU::FeatureWavefrontSize32) &&
211 F,
"must specify exactly one of wavefrontsize32 and wavefrontsize64"));
240 if (hasXNACKOnOffModes())
244 if (supportsSRAMECC())
248 <<
TargetID.getXnackSetting() <<
'\n');
250 <<
TargetID.getSramEccSetting() <<
'\n');
255 TSInfo = std::make_unique<AMDGPUSelectionDAGInfo>();
258 InlineAsmLoweringInfo =
260 Legalizer = std::make_unique<AMDGPULegalizerInfo>(*
this, TM);
261 RegBankInfo = std::make_unique<AMDGPURegisterBankInfo>(*
this);
263 std::make_unique<AMDGPUInstructionSelector>(*
this, *RegBankInfo);
275 case AMDGPU::V_LSHLREV_B64_e64:
276 case AMDGPU::V_LSHLREV_B64_gfx10:
277 case AMDGPU::V_LSHLREV_B64_e64_gfx11:
278 case AMDGPU::V_LSHLREV_B64_e32_gfx12:
279 case AMDGPU::V_LSHLREV_B64_e64_gfx12:
280 case AMDGPU::V_LSHL_B64_e64:
281 case AMDGPU::V_LSHRREV_B64_e64:
282 case AMDGPU::V_LSHRREV_B64_gfx10:
283 case AMDGPU::V_LSHRREV_B64_e64_gfx11:
284 case AMDGPU::V_LSHRREV_B64_e64_gfx12:
285 case AMDGPU::V_LSHR_B64_e64:
286 case AMDGPU::V_ASHRREV_I64_e64:
287 case AMDGPU::V_ASHRREV_I64_gfx10:
288 case AMDGPU::V_ASHRREV_I64_e64_gfx11:
289 case AMDGPU::V_ASHRREV_I64_e64_gfx12:
290 case AMDGPU::V_ASHR_I64_e64:
300 case AMDGPU::V_CVT_F16_F32_e32:
301 case AMDGPU::V_CVT_F16_F32_e64:
302 case AMDGPU::V_CVT_F16_U16_e32:
303 case AMDGPU::V_CVT_F16_U16_e64:
304 case AMDGPU::V_CVT_F16_I16_e32:
305 case AMDGPU::V_CVT_F16_I16_e64:
306 case AMDGPU::V_RCP_F16_e64:
307 case AMDGPU::V_RCP_F16_e32:
308 case AMDGPU::V_RSQ_F16_e64:
309 case AMDGPU::V_RSQ_F16_e32:
310 case AMDGPU::V_SQRT_F16_e64:
311 case AMDGPU::V_SQRT_F16_e32:
312 case AMDGPU::V_LOG_F16_e64:
313 case AMDGPU::V_LOG_F16_e32:
314 case AMDGPU::V_EXP_F16_e64:
315 case AMDGPU::V_EXP_F16_e32:
316 case AMDGPU::V_SIN_F16_e64:
317 case AMDGPU::V_SIN_F16_e32:
318 case AMDGPU::V_COS_F16_e64:
319 case AMDGPU::V_COS_F16_e32:
320 case AMDGPU::V_FLOOR_F16_e64:
321 case AMDGPU::V_FLOOR_F16_e32:
322 case AMDGPU::V_CEIL_F16_e64:
323 case AMDGPU::V_CEIL_F16_e32:
324 case AMDGPU::V_TRUNC_F16_e64:
325 case AMDGPU::V_TRUNC_F16_e32:
326 case AMDGPU::V_RNDNE_F16_e64:
327 case AMDGPU::V_RNDNE_F16_e32:
328 case AMDGPU::V_FRACT_F16_e64:
329 case AMDGPU::V_FRACT_F16_e32:
330 case AMDGPU::V_FREXP_MANT_F16_e64:
331 case AMDGPU::V_FREXP_MANT_F16_e32:
332 case AMDGPU::V_FREXP_EXP_I16_F16_e64:
333 case AMDGPU::V_FREXP_EXP_I16_F16_e32:
334 case AMDGPU::V_LDEXP_F16_e64:
335 case AMDGPU::V_LDEXP_F16_e32:
336 case AMDGPU::V_LSHLREV_B16_e64:
337 case AMDGPU::V_LSHLREV_B16_e32:
338 case AMDGPU::V_LSHRREV_B16_e64:
339 case AMDGPU::V_LSHRREV_B16_e32:
340 case AMDGPU::V_ASHRREV_I16_e64:
341 case AMDGPU::V_ASHRREV_I16_e32:
342 case AMDGPU::V_ADD_U16_e64:
343 case AMDGPU::V_ADD_U16_e32:
344 case AMDGPU::V_SUB_U16_e64:
345 case AMDGPU::V_SUB_U16_e32:
346 case AMDGPU::V_SUBREV_U16_e64:
347 case AMDGPU::V_SUBREV_U16_e32:
348 case AMDGPU::V_MUL_LO_U16_e64:
349 case AMDGPU::V_MUL_LO_U16_e32:
350 case AMDGPU::V_ADD_F16_e64:
351 case AMDGPU::V_ADD_F16_e32:
352 case AMDGPU::V_SUB_F16_e64:
353 case AMDGPU::V_SUB_F16_e32:
354 case AMDGPU::V_SUBREV_F16_e64:
355 case AMDGPU::V_SUBREV_F16_e32:
356 case AMDGPU::V_MUL_F16_e64:
357 case AMDGPU::V_MUL_F16_e32:
358 case AMDGPU::V_MAX_F16_e64:
359 case AMDGPU::V_MAX_F16_e32:
360 case AMDGPU::V_MIN_F16_e64:
361 case AMDGPU::V_MIN_F16_e32:
362 case AMDGPU::V_MAX_U16_e64:
363 case AMDGPU::V_MAX_U16_e32:
364 case AMDGPU::V_MIN_U16_e64:
365 case AMDGPU::V_MIN_U16_e32:
366 case AMDGPU::V_MAX_I16_e64:
367 case AMDGPU::V_MAX_I16_e32:
368 case AMDGPU::V_MIN_I16_e64:
369 case AMDGPU::V_MIN_I16_e32:
370 case AMDGPU::V_MAD_F16_e64:
371 case AMDGPU::V_MAD_U16_e64:
372 case AMDGPU::V_MAD_I16_e64:
373 case AMDGPU::V_FMA_F16_e64:
374 case AMDGPU::V_DIV_FIXUP_F16_e64:
377 case AMDGPU::V_MADAK_F16:
378 case AMDGPU::V_MADMK_F16:
379 case AMDGPU::V_MAC_F16_e64:
380 case AMDGPU::V_MAC_F16_e32:
381 case AMDGPU::V_FMAMK_F16:
382 case AMDGPU::V_FMAAK_F16:
383 case AMDGPU::V_FMAC_F16_e64:
384 case AMDGPU::V_FMAC_F16_e32:
389 case AMDGPU::V_MAD_MIXLO_F16:
390 case AMDGPU::V_MAD_MIXHI_F16:
416 if (!enableSIScheduler())
423 Attribute PostRADirectionAttr =
F.getFnAttribute(
"amdgpu-post-ra-direction");
424 if (!PostRADirectionAttr.
isValid())
428 if (PostRADirectionStr ==
"topdown") {
431 }
else if (PostRADirectionStr ==
"bottomup") {
434 }
else if (PostRADirectionStr ==
"bidirectional") {
439 F,
F.getSubprogram(),
"invalid value for postRA direction attribute");
440 F.getContext().diagnose(Diag);
444 const char *DirStr =
"default";
450 DirStr =
"bidirectional";
452 dbgs() <<
"Post-MI-sched direction (" <<
F.getName() <<
"): " << DirStr
466 for (
auto &
MBB : MF) {
468 InstrInfo.fixImplicitOperands(
MI);
474 return InstrInfo.pseudoToMCOpcode(AMDGPU::V_MAD_F16_e64) != -1;
489 unsigned DynamicVGPRBlockSize)
const {
491 DynamicVGPRBlockSize);
499 if (HasFlatScratch || HasArchitectedFlatScratch) {
520 const bool KernelUsesFlatScratch = hasFlatAddressSpace();
524std::pair<unsigned, unsigned>
526 unsigned NumSGPRs,
unsigned NumVGPRs)
const {
533 MaxOcc = std::min({MaxOcc, SGPROcc, VGPROcc});
534 return {std::min(MinOcc, MaxOcc), MaxOcc};
538 const Function &
F, std::pair<unsigned, unsigned> WavesPerEU,
539 unsigned PreloadedSGPRs,
unsigned ReservedNumSGPRs)
const {
543 unsigned MaxAddressableNumSGPRs =
getMaxNumSGPRs(WavesPerEU.first,
true);
548 F.getFnAttributeAsParsedInteger(
"amdgpu-num-sgpr", MaxNumSGPRs);
550 if (Requested != MaxNumSGPRs) {
552 if (Requested && (Requested <= ReservedNumSGPRs))
562 unsigned InputNumSGPRs = PreloadedSGPRs;
563 if (Requested && Requested < InputNumSGPRs)
564 Requested = InputNumSGPRs;
568 if (Requested && Requested >
getMaxNumSGPRs(WavesPerEU.first,
false))
570 if (WavesPerEU.second && Requested &&
575 MaxNumSGPRs = Requested;
578 if (hasSGPRInitBug())
581 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs);
594 const unsigned MaxUserSGPRs =
595 USI::getNumUserSGPRForField(USI::PrivateSegmentBufferID) +
596 USI::getNumUserSGPRForField(USI::DispatchPtrID) +
597 USI::getNumUserSGPRForField(USI::QueuePtrID) +
598 USI::getNumUserSGPRForField(USI::KernargSegmentPtrID) +
599 USI::getNumUserSGPRForField(USI::DispatchIdID) +
600 USI::getNumUserSGPRForField(USI::FlatScratchInitID) +
601 USI::getNumUserSGPRForField(USI::ImplicitBufferPtrID);
604 const unsigned MaxSystemSGPRs = 1 +
611 const unsigned SyntheticSGPRs = 1;
613 return MaxUserSGPRs + MaxSystemSGPRs + SyntheticSGPRs;
622 const Function &
F, std::pair<unsigned, unsigned> NumVGPRBounds)
const {
623 const auto [Min, Max] = NumVGPRBounds;
628 unsigned Requested =
F.getFnAttributeAsParsedInteger(
"amdgpu-num-vgpr", Max);
629 if (Requested != Max && hasGFX90AInsts())
633 return std::clamp(Requested, Min, Max);
648std::pair<unsigned, unsigned>
652 unsigned MaxNumVGPRs = MaxVectorRegs;
653 unsigned MaxNumAGPRs = 0;
664 if (hasGFX90AInsts()) {
665 unsigned MinNumAGPRs = 0;
666 const unsigned TotalNumAGPRs = AMDGPU::AGPR_32RegClass.getNumRegs();
668 const std::pair<unsigned, unsigned> DefaultNumAGPR = {~0u, ~0u};
672 std::tie(MinNumAGPRs, MaxNumAGPRs) =
676 if (MinNumAGPRs == DefaultNumAGPR.first) {
678 MinNumAGPRs = MaxNumAGPRs = MaxVectorRegs / 2;
681 MinNumAGPRs =
alignTo(MinNumAGPRs, 4);
683 MinNumAGPRs = std::min(MinNumAGPRs, TotalNumAGPRs);
688 MaxNumAGPRs = std::min(std::max(MinNumAGPRs, MaxNumAGPRs), MaxVectorRegs);
689 MinNumAGPRs = std::min({MinNumAGPRs, TotalNumAGPRs, MaxNumAGPRs});
691 MaxNumVGPRs = std::min(MaxVectorRegs - MinNumAGPRs, NumArchVGPRs);
692 MaxNumAGPRs = std::min(MaxVectorRegs - MaxNumVGPRs, MaxNumAGPRs);
694 assert(MaxNumVGPRs + MaxNumAGPRs <= MaxVectorRegs &&
695 MaxNumAGPRs <= TotalNumAGPRs && MaxNumVGPRs <= NumArchVGPRs &&
696 "invalid register counts");
697 }
else if (hasMAIInsts()) {
699 MaxNumAGPRs = MaxNumVGPRs = MaxVectorRegs;
702 return std::pair(MaxNumVGPRs, MaxNumAGPRs);
712 AMDGPU::OpName UseName =
713 AMDGPU::getOperandIdxName(UseI.
getOpcode(), UseOpIdx);
715 case AMDGPU::OpName::src0:
716 return InstrInfo.getNamedOperand(UseI, AMDGPU::OpName::src0_modifiers);
717 case AMDGPU::OpName::src1:
718 return InstrInfo.getNamedOperand(UseI, AMDGPU::OpName::src1_modifiers);
719 case AMDGPU::OpName::src2:
720 return InstrInfo.getNamedOperand(UseI, AMDGPU::OpName::src2_modifiers);
733 if (!InstrInfo.isVOP3P(
I) || InstrInfo.isWMMA(
I) || InstrInfo.isSWMMAC(
I))
734 return AMDGPU::NoSubRegister;
739 return AMDGPU::NoSubRegister;
758 if ((!InstrInfo.isVOP3PMix(
I) && (!OpSel || !OpSelHi) &&
759 (OpSel || OpSelHi)) ||
760 (InstrInfo.isVOP3PMix(
I) && !OpSelHi))
761 return AMDGPU::NoSubRegister;
766 if (
unsigned SubRegIdx = OpSel ? AMDGPU::sub1 : AMDGPU::sub0;
767 TRI.getSubClassWithSubReg(RC, SubRegIdx) == RC)
769 if (
unsigned SubRegIdx = OpSel ? AMDGPU::hi16 : AMDGPU::lo16;
770 TRI.getSubClassWithSubReg(RC, SubRegIdx) == RC)
773 return AMDGPU::NoSubRegister;
779 int UseOpIdx)
const {
781 const MachineOperand &DefOp = DefI.
getOperand(DefOpIdx);
782 const MachineOperand &UseOp = UseI.
getOperand(UseOpIdx);
791 unsigned DefSubRegIdx = DefOp.
getSubReg();
792 if (DefReg.
isVirtual() && DefSubRegIdx == AMDGPU::NoSubRegister)
798 if (!
TRI->checkSubRegInterference(DefReg, DefSubRegIdx,
UseReg, UseSubRegIdx))
806 MCRegister DefMCReg =
807 DefSubRegIdx ?
TRI->getSubReg(DefReg, DefSubRegIdx) : DefReg.
asMCReg();
808 MCRegister UseMCReg =
810 return TRI->isSubRegisterEq(DefMCReg, UseMCReg) ? UseMCReg : DefMCReg;
824 if (Dep.
getReg() == AMDGPU::TENSORcnt || Dep.
getReg() == AMDGPU::ASYNCcnt) {
828 InstrInfo.isLDSDMA(*DefI) &&
829 (UseOp == AMDGPU::S_WAIT_TENSORCNT || UseOp == AMDGPU::S_WAIT_ASYNCCNT);
830 if (!IsBarrierCase) {
836 if (
Register Reg = getRealSchedDependency(*DefI, DefOpIdx, *UseI, UseOpIdx)) {
849 for (++
I;
I != E &&
I->isBundledWithPred(); ++
I) {
850 if (
I->isMetaInstruction())
852 if (
I->modifiesRegister(Reg,
TRI))
864 for (++
I;
I != E &&
I->isBundledWithPred() && Lat; ++
I) {
865 if (
I->isMetaInstruction())
867 if (
I->readsRegister(Reg,
TRI))
877 Dep.
setLatency(InstrInfo.getSchedModel().computeOperandLatency(
878 DefI, DefOpIdx, UseI, UseOpIdx));
890 "amdgpu-nsa-threshold", -1);
892 return std::max(
Value, 2);
901 const bool IsKernel =
904 if (IsKernel && (!
F.arg_empty() || ST.getImplicitArgNumBytes(
F) != 0))
905 KernargSegmentPtr =
true;
907 bool IsAmdHsaOrMesa = ST.isAmdHsaOrMesa(
F);
908 if (IsAmdHsaOrMesa && !ST.hasFlatScratchEnabled())
909 PrivateSegmentBuffer =
true;
910 else if (ST.isMesaGfxShader(
F))
911 ImplicitBufferPtr =
true;
914 if (!
F.hasFnAttribute(
"amdgpu-no-dispatch-ptr"))
918 if (!
F.hasFnAttribute(
"amdgpu-no-queue-ptr"))
921 if (!
F.hasFnAttribute(
"amdgpu-no-dispatch-id"))
926 (IsAmdHsaOrMesa || ST.hasFlatScratchEnabled()) &&
929 (ST.hasFlatScratchEnabled() ||
931 !
F.hasFnAttribute(
"amdgpu-no-flat-scratch-init"))) &&
932 !ST.hasArchitectedFlatScratch()) {
933 FlatScratchInit = true;
963 NumKernargPreloadSGPRs += NumSGPRs;
964 NumUsedUserSGPRs += NumSGPRs;
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static cl::opt< bool > UseAA("aarch64-use-aa", cl::init(true), cl::desc("Enable the use of AA during codegen."))
This file describes how to lower LLVM calls to machine code calls.
This file declares the targeting of the InstructionSelector class for AMDGPU.
This file declares the targeting of the Machinelegalizer class for AMDGPU.
This file declares the targeting of the RegisterBankInfo class for AMDGPU.
static cl::opt< bool > SramEccSetting("amdgpu-sramecc", cl::desc("Force amdgpu.sramecc for testing"), cl::ReallyHidden)
static cl::opt< bool > XnackSetting("amdgpu-xnack", cl::desc("Force amdgpu.xnack value for testing"), cl::ReallyHidden)
The AMDGPU TargetMachine interface definition for hw codegen targets.
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
static AMDGPUSubtarget::Generation computeDefaultGeneration(const Triple &TT)
static cl::opt< unsigned > NSAThreshold("amdgpu-nsa-threshold", cl::desc("Number of addresses from which to enable MIMG NSA."), cl::init(2), cl::Hidden)
static cl::opt< bool > EnableVGPRIndexMode("amdgpu-vgpr-index-mode", cl::desc("Use GPR indexing mode instead of movrel for vector indexing"), cl::init(false))
static cl::opt< bool > UseAA("amdgpu-use-aa-in-codegen", cl::desc("Enable the use of AA during codegen."), cl::init(true))
static const MachineOperand * getVOP3PSourceModifierFromOpIdx(const MachineInstr &UseI, int UseOpIdx, const SIInstrInfo &InstrInfo)
static unsigned getEffectiveSubRegIdx(const SIRegisterInfo &TRI, const SIInstrInfo &InstrInfo, const MachineInstr &I, const MachineOperand &Op)
AMD GCN specific subclass of TargetSubtarget.
static Register UseReg(const MachineOperand &MO)
This file describes how to lower LLVM inline asm to machine code INLINEASM.
static bool hasFeature(StringRef Feature, const FeatureBitset &FeatureBits, ArrayRef< SubtargetFeatureKV > ProcFeatures)
Register const TargetRegisterInfo * TRI
Promote Memory to Register
This file defines the SmallString class.
unsigned FlatOffsetBitWidth
std::pair< unsigned, unsigned > getWavesPerEU(const Function &F) const
std::pair< unsigned, unsigned > getOccupancyWithWorkGroupSizes(uint32_t LDSBytes, const Function &F) const
Subtarget's minimum/maximum occupancy, in number of waves per EU, that can be achieved when the only ...
unsigned getWavefrontSizeLog2() const
AMDGPUSubtarget(const Triple &TT)
unsigned AddressableLocalMemorySize
unsigned NumWorkGroupSIMDs
unsigned LDSAllocationGranularity
Functions, function parameters, and return types can have attributes to indicate how they should be t...
LLVM_ABI StringRef getValueAsString() const
Return the attribute's value as a string.
bool isValid() const
Return true if the attribute is any kind of attribute.
Diagnostic information for optimization failures.
Diagnostic information for unsupported feature in backend.
uint64_t getFnAttributeAsParsedInteger(StringRef Kind, uint64_t Default=0) const
For a string attribute Kind, parse attribute as an integer.
InstrItineraryData InstrItins
bool useVGPRIndexMode() const
void mirFileLoaded(MachineFunction &MF) const override
unsigned MaxPrivateElementSize
unsigned getAddressableNumArchVGPRs() const
unsigned getMinNumSGPRs(unsigned WavesPerEU) const
void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS)
void overridePipelinerPolicy(MachinePipelinerPolicy &Policy) const override
unsigned getConstantBusLimit(unsigned Opcode) const
const InstrItineraryData * getInstrItineraryData() const override
void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, const TargetSchedModel *SchedModel) const override
void overridePostRASchedPolicy(MachineSchedPolicy &Policy, const SchedRegion &Region) const override
Align getStackAlignment() const
const bool BufferOOBRelaxed
unsigned getMinNumVGPRs(unsigned WavesPerEU, unsigned DynamicVGPRBlockSize) const
const SIRegisterInfo * getRegisterInfo() const override
unsigned getBaseMaxNumVGPRs(const Function &F, std::pair< unsigned, unsigned > NumVGPRBounds) const
bool zeroesHigh16BitsOfDest(unsigned Opcode) const
Returns if the result of this instruction with a 16-bit result returned in a 32-bit register implicit...
unsigned getBaseMaxNumSGPRs(const Function &F, std::pair< unsigned, unsigned > WavesPerEU, unsigned PreloadedSGPRs, unsigned ReservedNumSGPRs) const
unsigned getMaxNumPreloadedSGPRs() const
GCNSubtarget & initializeSubtargetDependencies(const Triple &TT, StringRef GPU, StringRef FS)
void overrideSchedPolicy(MachineSchedPolicy &Policy, const SchedRegion &Region) const override
std::pair< unsigned, unsigned > computeOccupancy(const Function &F, unsigned LDSSize=0, unsigned NumSGPRs=0, unsigned NumVGPRs=0) const
Subtarget's minimum/maximum occupancy, in number of waves per EU, that can be achieved when the only ...
unsigned getMaxNumVGPRs(unsigned WavesPerEU, unsigned DynamicVGPRBlockSize) const
AMDGPU::TargetID TargetID
const SITargetLowering * getTargetLowering() const override
unsigned getNSAThreshold(const MachineFunction &MF) const
GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS, const GCNTargetMachine &TM, bool BufferOOBRelaxed=false, bool TBufferOOBRelaxed=false, AMDGPU::TargetIDSetting XnackSetting=AMDGPU::TargetIDSetting::Any, AMDGPU::TargetIDSetting SramEccSetting=AMDGPU::TargetIDSetting::Any)
unsigned getReservedNumSGPRs(const MachineFunction &MF) const
const bool TBufferOOBRelaxed
bool useAA() const override
unsigned getOccupancyWithNumVGPRs(unsigned VGPRs, unsigned DynamicVGPRBlockSize) const
Return the maximum number of waves per SIMD for kernels using VGPRs VGPRs.
unsigned InstCacheLineSize
unsigned getOccupancyWithNumSGPRs(unsigned SGPRs) const
Return the maximum number of waves per SIMD for kernels using SGPRs SGPRs.
Generation getGeneration() const
unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const
std::pair< unsigned, unsigned > getMaxNumVectorRegs(const Function &F) const
Return a pair of maximum numbers of VGPRs and AGPRs that meet the number of waves per execution unit ...
bool isXNACKEnabled() const
unsigned getBaseReservedNumSGPRs(const bool HasFlatScratch) const
void checkSubtargetFeatures(const Function &F) const
Diagnose inconsistent subtarget features before attempting to codegen function F.
const SelectionDAGTargetInfo * getSelectionDAGInfo() const override
static unsigned getNumUserSGPRForField(UserSGPRID ID)
bool hasKernargSegmentPtr() const
void allocKernargPreloadSGPRs(unsigned NumSGPRs)
bool hasDispatchID() const
bool hasPrivateSegmentBuffer() const
unsigned getNumFreeUserSGPRs()
bool hasImplicitBufferPtr() const
bool hasPrivateSegmentSize() const
bool hasDispatchPtr() const
GCNUserSGPRUsageInfo(const Function &F, const GCNSubtarget &ST)
bool hasFlatScratchInit() const
This is an important class for using LLVM in a threaded context.
instr_iterator instr_end()
Instructions::const_iterator const_instr_iterator
Function & getFunction()
Return the LLVM function that this machine code represents.
Ty * getInfo()
getInfo - Keep track of various per-function pieces of information for backends that would like to do...
Representation of each machine instruction.
unsigned getOpcode() const
Returns the opcode of this MachineInstr.
const MachineBasicBlock * getParent() const
const MachineOperand & getOperand(unsigned i) const
MachineOperand class - Representation of each machine instruction operand.
unsigned getSubReg() const
Register getReg() const
getReg - Returns the register number.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
Wrapper class representing virtual and physical registers.
MCRegister asMCReg() const
Utility to check-convert this value to a MCRegister.
constexpr bool isVirtual() const
Return true if the specified register number is in the virtual register namespace.
Kind getKind() const
Returns an enum value representing the kind of the dependence.
@ Data
Regular data dependence (aka true-dependence).
void setLatency(unsigned Lat)
Sets the latency for this edge.
@ Artificial
Arbitrary strong DAG edge (no real dependence).
unsigned getLatency() const
Returns the latency value for this edge, which roughly means the minimum number of cycles that must e...
Register getReg() const
Returns the register associated with this edge.
void setReg(Register Reg)
Assigns the associated register for this edge.
This class keeps track of the SPI_SP_INPUT_ADDR config register, which tells the hardware which inter...
unsigned getNumPreloadedSGPRs() const
std::pair< unsigned, unsigned > getWavesPerEU() const
GCNUserSGPRUsageInfo & getUserSGPRInfo()
Scheduling unit. This is a node in the scheduling DAG.
Targets can subclass this to parameterize the SelectionDAG lowering and instruction selection process...
SmallString - A SmallString is just a SmallVector with methods and accessors that make it work better...
Represent a constant reference to a string, i.e.
Information about stack frame layout on the target.
Provide an instruction scheduling machine model to CodeGen passes.
Triple - Helper class for working with autoconf configuration names.
A Use represents the edge between a Value definition and its users.
LLVM Value Representation.
self_iterator getIterator()
unsigned getNumWavesPerEUWithNumVGPRs(const MCSubtargetInfo &STI, unsigned NumVGPRs, unsigned DynamicVGPRBlockSize)
@ FIXED_NUM_SGPRS_FOR_INIT_BUG
unsigned getAddressableLocalMemorySize(const MCSubtargetInfo &STI)
unsigned getOccupancyWithNumSGPRs(unsigned SGPRs, unsigned MaxWaves, unsigned TotalNumSGPRs, unsigned Granule, unsigned TrapReserve)
unsigned getLocalMemorySize(const MCSubtargetInfo &STI)
StringRef getSchedStrategy(const Function &F)
constexpr unsigned getNumWorkGroupSIMDs(bool FullSIMDMode)
unsigned getMaxNumUserSGPRs(const MCSubtargetInfo &STI)
bool isFullSIMDMode(const MCSubtargetInfo &STI)
unsigned getLdsDwGranularity(const MCSubtargetInfo &ST)
LLVM_READNONE constexpr bool isEntryFunctionCC(CallingConv::ID CC)
unsigned getDynamicVGPRBlockSize(const Function &F)
LLVM_ABI Triple::SubArchType getMajorSubArch(Triple::SubArchType SubArch)
std::pair< unsigned, unsigned > getIntegerPairAttribute(const Function &F, StringRef Name, std::pair< unsigned, unsigned > Default, bool OnlyFirstRequired)
LLVM_READNONE constexpr bool isGraphics(CallingConv::ID CC)
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
@ AMDGPU_KERNEL
Used for AMDGPU code object kernels.
@ SPIR_KERNEL
Used for SPIR kernel functions.
initializer< Ty > init(const Ty &Val)
This is an optimization pass for GlobalISel generic memory operations.
constexpr bool isPowerOf2_32(uint32_t Value)
Return true if the argument is a power of two > 0.
LLVM_ABI raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.
constexpr uint64_t alignTo(uint64_t Size, Align A)
Returns a multiple of A needed to store Size bytes.
DWARFExpression::Operation Op
MCRegisterClass TargetRegisterClass
LLVM_ABI void reportFatalUsageError(Error Err)
Report a fatal error that does not indicate a bug in LLVM.
This struct is a compact representation of a valid (non-zero power of two) alignment.
Software pipelining policy for a loop, which a target can customize by implementing TargetSubtargetIn...
bool ShouldLimitRegPressure
Limit the register pressure of the scheduled loop, retrying at a higher II when a schedule needs too ...
Define a generic scheduling policy for targets that don't provide their own MachineSchedStrategy.
bool ShouldTrackLaneMasks
Track LaneMasks to allow reordering of independent subregister writes of the same vreg.
A region of an MBB for scheduling.