34#define DEBUG_TYPE "gcn-subtarget"
36#define GET_SUBTARGETINFO_TARGET_DESC
37#define GET_SUBTARGETINFO_CTOR
38#define AMDGPUSubtarget GCNSubtarget
39#include "AMDGPUGenSubtargetInfo.inc"
43 "amdgpu-vgpr-index-mode",
44 cl::desc(
"Use GPR indexing mode instead of movrel for vector indexing"),
48 cl::desc(
"Enable the use of AA during codegen."),
53 cl::desc(
"Number of addresses from which to enable MIMG NSA."),
111 FullFS +=
"+flat-for-global,+unaligned-access-mode,+trap-handler,";
113 FullFS +=
"+enable-prt-strict-null,";
116 if (FS.contains_insensitive(
"+wavefrontsize")) {
117 if (!FS.contains_insensitive(
"wavefrontsize16"))
118 FullFS +=
"-wavefrontsize16,";
119 if (!FS.contains_insensitive(
"wavefrontsize32"))
120 FullFS +=
"-wavefrontsize32,";
121 if (!FS.contains_insensitive(
"wavefrontsize64"))
122 FullFS +=
"-wavefrontsize64,";
138 }
else if (!
hasFeature(AMDGPU::FeatureWavefrontSize32) &&
139 !
hasFeature(AMDGPU::FeatureWavefrontSize64)) {
143 ToggleFeature(AMDGPU::FeatureWavefrontSize32);
158 if (!
hasAddr64() && !FS.contains(
"flat-for-global") && !UseFlatForGlobal) {
159 ToggleFeature(AMDGPU::FeatureUseFlatForGlobal);
160 UseFlatForGlobal =
true;
164 if (!
hasFlat() && !FS.contains(
"flat-for-global") && UseFlatForGlobal) {
165 ToggleFeature(AMDGPU::FeatureUseFlatForGlobal);
166 UseFlatForGlobal =
false;
197 "InstCacheLineSize must be a power of 2");
200 <<
TargetID.getXnackSetting() <<
'\n');
202 <<
TargetID.getSramEccSetting() <<
'\n');
209 if (
hasFeature(AMDGPU::FeatureWavefrontSize32) &&
212 F,
"must specify exactly one of wavefrontsize32 and wavefrontsize64"));
238 TSInfo = std::make_unique<AMDGPUSelectionDAGInfo>();
241 InlineAsmLoweringInfo =
243 Legalizer = std::make_unique<AMDGPULegalizerInfo>(*
this, TM);
244 RegBankInfo = std::make_unique<AMDGPURegisterBankInfo>(*
this);
246 std::make_unique<AMDGPUInstructionSelector>(*
this, *RegBankInfo);
258 case AMDGPU::V_LSHLREV_B64_e64:
259 case AMDGPU::V_LSHLREV_B64_gfx10:
260 case AMDGPU::V_LSHLREV_B64_e64_gfx11:
261 case AMDGPU::V_LSHLREV_B64_e32_gfx12:
262 case AMDGPU::V_LSHLREV_B64_e64_gfx12:
263 case AMDGPU::V_LSHL_B64_e64:
264 case AMDGPU::V_LSHRREV_B64_e64:
265 case AMDGPU::V_LSHRREV_B64_gfx10:
266 case AMDGPU::V_LSHRREV_B64_e64_gfx11:
267 case AMDGPU::V_LSHRREV_B64_e64_gfx12:
268 case AMDGPU::V_LSHR_B64_e64:
269 case AMDGPU::V_ASHRREV_I64_e64:
270 case AMDGPU::V_ASHRREV_I64_gfx10:
271 case AMDGPU::V_ASHRREV_I64_e64_gfx11:
272 case AMDGPU::V_ASHRREV_I64_e64_gfx12:
273 case AMDGPU::V_ASHR_I64_e64:
283 case AMDGPU::V_CVT_F16_F32_e32:
284 case AMDGPU::V_CVT_F16_F32_e64:
285 case AMDGPU::V_CVT_F16_U16_e32:
286 case AMDGPU::V_CVT_F16_U16_e64:
287 case AMDGPU::V_CVT_F16_I16_e32:
288 case AMDGPU::V_CVT_F16_I16_e64:
289 case AMDGPU::V_RCP_F16_e64:
290 case AMDGPU::V_RCP_F16_e32:
291 case AMDGPU::V_RSQ_F16_e64:
292 case AMDGPU::V_RSQ_F16_e32:
293 case AMDGPU::V_SQRT_F16_e64:
294 case AMDGPU::V_SQRT_F16_e32:
295 case AMDGPU::V_LOG_F16_e64:
296 case AMDGPU::V_LOG_F16_e32:
297 case AMDGPU::V_EXP_F16_e64:
298 case AMDGPU::V_EXP_F16_e32:
299 case AMDGPU::V_SIN_F16_e64:
300 case AMDGPU::V_SIN_F16_e32:
301 case AMDGPU::V_COS_F16_e64:
302 case AMDGPU::V_COS_F16_e32:
303 case AMDGPU::V_FLOOR_F16_e64:
304 case AMDGPU::V_FLOOR_F16_e32:
305 case AMDGPU::V_CEIL_F16_e64:
306 case AMDGPU::V_CEIL_F16_e32:
307 case AMDGPU::V_TRUNC_F16_e64:
308 case AMDGPU::V_TRUNC_F16_e32:
309 case AMDGPU::V_RNDNE_F16_e64:
310 case AMDGPU::V_RNDNE_F16_e32:
311 case AMDGPU::V_FRACT_F16_e64:
312 case AMDGPU::V_FRACT_F16_e32:
313 case AMDGPU::V_FREXP_MANT_F16_e64:
314 case AMDGPU::V_FREXP_MANT_F16_e32:
315 case AMDGPU::V_FREXP_EXP_I16_F16_e64:
316 case AMDGPU::V_FREXP_EXP_I16_F16_e32:
317 case AMDGPU::V_LDEXP_F16_e64:
318 case AMDGPU::V_LDEXP_F16_e32:
319 case AMDGPU::V_LSHLREV_B16_e64:
320 case AMDGPU::V_LSHLREV_B16_e32:
321 case AMDGPU::V_LSHRREV_B16_e64:
322 case AMDGPU::V_LSHRREV_B16_e32:
323 case AMDGPU::V_ASHRREV_I16_e64:
324 case AMDGPU::V_ASHRREV_I16_e32:
325 case AMDGPU::V_ADD_U16_e64:
326 case AMDGPU::V_ADD_U16_e32:
327 case AMDGPU::V_SUB_U16_e64:
328 case AMDGPU::V_SUB_U16_e32:
329 case AMDGPU::V_SUBREV_U16_e64:
330 case AMDGPU::V_SUBREV_U16_e32:
331 case AMDGPU::V_MUL_LO_U16_e64:
332 case AMDGPU::V_MUL_LO_U16_e32:
333 case AMDGPU::V_ADD_F16_e64:
334 case AMDGPU::V_ADD_F16_e32:
335 case AMDGPU::V_SUB_F16_e64:
336 case AMDGPU::V_SUB_F16_e32:
337 case AMDGPU::V_SUBREV_F16_e64:
338 case AMDGPU::V_SUBREV_F16_e32:
339 case AMDGPU::V_MUL_F16_e64:
340 case AMDGPU::V_MUL_F16_e32:
341 case AMDGPU::V_MAX_F16_e64:
342 case AMDGPU::V_MAX_F16_e32:
343 case AMDGPU::V_MIN_F16_e64:
344 case AMDGPU::V_MIN_F16_e32:
345 case AMDGPU::V_MAX_U16_e64:
346 case AMDGPU::V_MAX_U16_e32:
347 case AMDGPU::V_MIN_U16_e64:
348 case AMDGPU::V_MIN_U16_e32:
349 case AMDGPU::V_MAX_I16_e64:
350 case AMDGPU::V_MAX_I16_e32:
351 case AMDGPU::V_MIN_I16_e64:
352 case AMDGPU::V_MIN_I16_e32:
353 case AMDGPU::V_MAD_F16_e64:
354 case AMDGPU::V_MAD_U16_e64:
355 case AMDGPU::V_MAD_I16_e64:
356 case AMDGPU::V_FMA_F16_e64:
357 case AMDGPU::V_DIV_FIXUP_F16_e64:
360 case AMDGPU::V_MADAK_F16:
361 case AMDGPU::V_MADMK_F16:
362 case AMDGPU::V_MAC_F16_e64:
363 case AMDGPU::V_MAC_F16_e32:
364 case AMDGPU::V_FMAMK_F16:
365 case AMDGPU::V_FMAAK_F16:
366 case AMDGPU::V_FMAC_F16_e64:
367 case AMDGPU::V_FMAC_F16_e32:
372 case AMDGPU::V_MAD_MIXLO_F16:
373 case AMDGPU::V_MAD_MIXHI_F16:
399 if (!enableSIScheduler())
406 Attribute PostRADirectionAttr =
F.getFnAttribute(
"amdgpu-post-ra-direction");
407 if (!PostRADirectionAttr.
isValid())
411 if (PostRADirectionStr ==
"topdown") {
414 }
else if (PostRADirectionStr ==
"bottomup") {
417 }
else if (PostRADirectionStr ==
"bidirectional") {
422 F,
F.getSubprogram(),
"invalid value for postRA direction attribute");
423 F.getContext().diagnose(Diag);
427 const char *DirStr =
"default";
433 DirStr =
"bidirectional";
435 dbgs() <<
"Post-MI-sched direction (" <<
F.getName() <<
"): " << DirStr
444 for (
auto &
MBB : MF) {
446 InstrInfo.fixImplicitOperands(
MI);
452 return InstrInfo.pseudoToMCOpcode(AMDGPU::V_MAD_F16_e64) != -1;
467 unsigned DynamicVGPRBlockSize)
const {
469 DynamicVGPRBlockSize);
477 if (HasFlatScratch || HasArchitectedFlatScratch) {
498 const bool KernelUsesFlatScratch = hasFlatAddressSpace();
502std::pair<unsigned, unsigned>
504 unsigned NumSGPRs,
unsigned NumVGPRs)
const {
516 MaxOcc = std::min({MaxOcc, SGPROcc, VGPROcc});
517 return {std::min(MinOcc, MaxOcc), MaxOcc};
521 const Function &
F, std::pair<unsigned, unsigned> WavesPerEU,
522 unsigned PreloadedSGPRs,
unsigned ReservedNumSGPRs)
const {
526 unsigned MaxAddressableNumSGPRs =
getMaxNumSGPRs(WavesPerEU.first,
true);
531 F.getFnAttributeAsParsedInteger(
"amdgpu-num-sgpr", MaxNumSGPRs);
533 if (Requested != MaxNumSGPRs) {
535 if (Requested && (Requested <= ReservedNumSGPRs))
545 unsigned InputNumSGPRs = PreloadedSGPRs;
546 if (Requested && Requested < InputNumSGPRs)
547 Requested = InputNumSGPRs;
551 if (Requested && Requested >
getMaxNumSGPRs(WavesPerEU.first,
false))
553 if (WavesPerEU.second && Requested &&
558 MaxNumSGPRs = Requested;
561 if (hasSGPRInitBug())
564 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs);
577 const unsigned MaxUserSGPRs =
578 USI::getNumUserSGPRForField(USI::PrivateSegmentBufferID) +
579 USI::getNumUserSGPRForField(USI::DispatchPtrID) +
580 USI::getNumUserSGPRForField(USI::QueuePtrID) +
581 USI::getNumUserSGPRForField(USI::KernargSegmentPtrID) +
582 USI::getNumUserSGPRForField(USI::DispatchIdID) +
583 USI::getNumUserSGPRForField(USI::FlatScratchInitID) +
584 USI::getNumUserSGPRForField(USI::ImplicitBufferPtrID);
587 const unsigned MaxSystemSGPRs = 1 +
594 const unsigned SyntheticSGPRs = 1;
596 return MaxUserSGPRs + MaxSystemSGPRs + SyntheticSGPRs;
605 const Function &
F, std::pair<unsigned, unsigned> NumVGPRBounds)
const {
606 const auto [Min, Max] = NumVGPRBounds;
611 unsigned Requested =
F.getFnAttributeAsParsedInteger(
"amdgpu-num-vgpr", Max);
612 if (Requested != Max && hasGFX90AInsts())
616 return std::clamp(Requested, Min, Max);
636std::pair<unsigned, unsigned>
640 unsigned MaxNumVGPRs = MaxVectorRegs;
641 unsigned MaxNumAGPRs = 0;
652 if (hasGFX90AInsts()) {
653 unsigned MinNumAGPRs = 0;
654 const unsigned TotalNumAGPRs = AMDGPU::AGPR_32RegClass.getNumRegs();
656 const std::pair<unsigned, unsigned> DefaultNumAGPR = {~0u, ~0u};
660 std::tie(MinNumAGPRs, MaxNumAGPRs) =
664 if (MinNumAGPRs == DefaultNumAGPR.first) {
666 MinNumAGPRs = MaxNumAGPRs = MaxVectorRegs / 2;
669 MinNumAGPRs =
alignTo(MinNumAGPRs, 4);
671 MinNumAGPRs = std::min(MinNumAGPRs, TotalNumAGPRs);
676 MaxNumAGPRs = std::min(std::max(MinNumAGPRs, MaxNumAGPRs), MaxVectorRegs);
677 MinNumAGPRs = std::min({MinNumAGPRs, TotalNumAGPRs, MaxNumAGPRs});
679 MaxNumVGPRs = std::min(MaxVectorRegs - MinNumAGPRs, NumArchVGPRs);
680 MaxNumAGPRs = std::min(MaxVectorRegs - MaxNumVGPRs, MaxNumAGPRs);
682 assert(MaxNumVGPRs + MaxNumAGPRs <= MaxVectorRegs &&
683 MaxNumAGPRs <= TotalNumAGPRs && MaxNumVGPRs <= NumArchVGPRs &&
684 "invalid register counts");
685 }
else if (hasMAIInsts()) {
687 MaxNumAGPRs = MaxNumVGPRs = MaxVectorRegs;
690 return std::pair(MaxNumVGPRs, MaxNumAGPRs);
700 AMDGPU::OpName UseName =
701 AMDGPU::getOperandIdxName(UseI.
getOpcode(), UseOpIdx);
703 case AMDGPU::OpName::src0:
704 return InstrInfo.getNamedOperand(UseI, AMDGPU::OpName::src0_modifiers);
705 case AMDGPU::OpName::src1:
706 return InstrInfo.getNamedOperand(UseI, AMDGPU::OpName::src1_modifiers);
707 case AMDGPU::OpName::src2:
708 return InstrInfo.getNamedOperand(UseI, AMDGPU::OpName::src2_modifiers);
721 if (!InstrInfo.isVOP3P(
I) || InstrInfo.isWMMA(
I) || InstrInfo.isSWMMAC(
I))
722 return AMDGPU::NoSubRegister;
727 return AMDGPU::NoSubRegister;
746 if ((!InstrInfo.isVOP3PMix(
I) && (!OpSel || !OpSelHi) &&
747 (OpSel || OpSelHi)) ||
748 (InstrInfo.isVOP3PMix(
I) && !OpSelHi))
749 return AMDGPU::NoSubRegister;
754 if (
unsigned SubRegIdx = OpSel ? AMDGPU::sub1 : AMDGPU::sub0;
755 TRI.getSubClassWithSubReg(RC, SubRegIdx) == RC)
757 if (
unsigned SubRegIdx = OpSel ? AMDGPU::hi16 : AMDGPU::lo16;
758 TRI.getSubClassWithSubReg(RC, SubRegIdx) == RC)
761 return AMDGPU::NoSubRegister;
767 int UseOpIdx)
const {
769 const MachineOperand &DefOp = DefI.
getOperand(DefOpIdx);
770 const MachineOperand &UseOp = UseI.
getOperand(UseOpIdx);
779 unsigned DefSubRegIdx = DefOp.
getSubReg();
780 if (DefReg.
isVirtual() && DefSubRegIdx == AMDGPU::NoSubRegister)
786 if (!
TRI->checkSubRegInterference(DefReg, DefSubRegIdx,
UseReg, UseSubRegIdx))
794 MCRegister DefMCReg =
795 DefSubRegIdx ?
TRI->getSubReg(DefReg, DefSubRegIdx) : DefReg.
asMCReg();
796 MCRegister UseMCReg =
798 return TRI->isSubRegisterEq(DefMCReg, UseMCReg) ? UseMCReg : DefMCReg;
812 if (Dep.
getReg() == AMDGPU::TENSORcnt || Dep.
getReg() == AMDGPU::ASYNCcnt) {
816 InstrInfo.isLDSDMA(*DefI) &&
817 (UseOp == AMDGPU::S_WAIT_TENSORCNT || UseOp == AMDGPU::S_WAIT_ASYNCCNT);
818 if (!IsBarrierCase) {
824 if (
Register Reg = getRealSchedDependency(*DefI, DefOpIdx, *UseI, UseOpIdx)) {
837 for (++
I;
I != E &&
I->isBundledWithPred(); ++
I) {
838 if (
I->isMetaInstruction())
840 if (
I->modifiesRegister(Reg,
TRI))
852 for (++
I;
I != E &&
I->isBundledWithPred() && Lat; ++
I) {
853 if (
I->isMetaInstruction())
855 if (
I->readsRegister(Reg,
TRI))
865 Dep.
setLatency(InstrInfo.getSchedModel().computeOperandLatency(
866 DefI, DefOpIdx, UseI, UseOpIdx));
878 "amdgpu-nsa-threshold", -1);
880 return std::max(
Value, 2);
889 const bool IsKernel =
892 if (IsKernel && (!
F.arg_empty() || ST.getImplicitArgNumBytes(
F) != 0))
893 KernargSegmentPtr =
true;
895 bool IsAmdHsaOrMesa = ST.isAmdHsaOrMesa(
F);
896 if (IsAmdHsaOrMesa && !ST.hasFlatScratchEnabled())
897 PrivateSegmentBuffer =
true;
898 else if (ST.isMesaGfxShader(
F))
899 ImplicitBufferPtr =
true;
902 if (!
F.hasFnAttribute(
"amdgpu-no-dispatch-ptr"))
906 if (!
F.hasFnAttribute(
"amdgpu-no-queue-ptr"))
909 if (!
F.hasFnAttribute(
"amdgpu-no-dispatch-id"))
914 (IsAmdHsaOrMesa || ST.hasFlatScratchEnabled()) &&
917 (ST.hasFlatScratchEnabled() ||
919 !
F.hasFnAttribute(
"amdgpu-no-flat-scratch-init"))) &&
920 !ST.hasArchitectedFlatScratch()) {
921 FlatScratchInit = true;
951 NumKernargPreloadSGPRs += NumSGPRs;
952 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.
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 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)
GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS, const GCNTargetMachine &TM, bool BufferOOBRelaxed=false, bool TBufferOOBRelaxed=false)
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
bool isDynamicVGPREnabled() 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
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
unsigned getDynamicVGPRBlockSize() 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 getEUsPerCU(const MCSubtargetInfo &STI)
unsigned getOccupancyWithNumSGPRs(unsigned SGPRs, unsigned MaxWaves, unsigned TotalNumSGPRs, unsigned Granule, unsigned TrapReserve)
unsigned getMaxWavesPerEU(const MCSubtargetInfo &STI)
unsigned getLocalMemorySize(const MCSubtargetInfo &STI)
StringRef getSchedStrategy(const Function &F)
unsigned getMaxNumUserSGPRs(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.
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.