29#include "llvm/IR/IntrinsicsAMDGPU.h"
30#include "llvm/IR/IntrinsicsR600.h"
37#define DEBUG_TYPE "amdgpu-subtarget"
39#define GET_SUBTARGETINFO_TARGET_DESC
40#define GET_SUBTARGETINFO_CTOR
41#define AMDGPUSubtarget GCNSubtarget
42#include "AMDGPUGenSubtargetInfo.inc"
46 "amdgpu-enable-power-sched",
47 cl::desc(
"Enable scheduling to minimize mAI power bursts"),
51 "amdgpu-vgpr-index-mode",
52 cl::desc(
"Use GPR indexing mode instead of movrel for vector indexing"),
56 cl::desc(
"Enable the use of AA during codegen."),
60 cl::desc(
"Number of addresses from which to enable MIMG NSA."),
81 FullFS +=
"+flat-for-global,+unaligned-access-mode,+trap-handler,";
83 FullFS +=
"+enable-prt-strict-null,";
86 if (FS.contains_insensitive(
"+wavefrontsize")) {
87 if (!FS.contains_insensitive(
"wavefrontsize16"))
88 FullFS +=
"-wavefrontsize16,";
89 if (!FS.contains_insensitive(
"wavefrontsize32"))
90 FullFS +=
"-wavefrontsize32,";
91 if (!FS.contains_insensitive(
"wavefrontsize64"))
92 FullFS +=
"-wavefrontsize64,";
108 if (!hasFeature(AMDGPU::FeatureWavefrontSize32) &&
109 !hasFeature(AMDGPU::FeatureWavefrontSize64)) {
113 ToggleFeature(AMDGPU::FeatureWavefrontSize32);
128 ToggleFeature(AMDGPU::FeatureFlatForGlobal);
134 ToggleFeature(AMDGPU::FeatureFlatForGlobal);
157 !getFeatureBits().
test(AMDGPU::FeatureCuMode))
179 if (hasFeature(AMDGPU::FeatureWavefrontSize32) ==
180 hasFeature(AMDGPU::FeatureWavefrontSize64)) {
182 F,
"must specify exactly one of wavefrontsize32 and wavefrontsize64"));
199 InstrItins(getInstrItineraryForCPU(GPU)),
200 InstrInfo(initializeSubtargetDependencies(TT, GPU, FS)),
207 InlineAsmLoweringInfo =
209 Legalizer = std::make_unique<AMDGPULegalizerInfo>(*
this, TM);
210 RegBankInfo = std::make_unique<AMDGPURegisterBankInfo>(*
this);
212 std::make_unique<AMDGPUInstructionSelector>(*
this, *RegBankInfo, TM);
220 case AMDGPU::V_LSHLREV_B64_e64:
221 case AMDGPU::V_LSHLREV_B64_gfx10:
222 case AMDGPU::V_LSHLREV_B64_e64_gfx11:
223 case AMDGPU::V_LSHLREV_B64_e32_gfx12:
224 case AMDGPU::V_LSHLREV_B64_e64_gfx12:
225 case AMDGPU::V_LSHL_B64_e64:
226 case AMDGPU::V_LSHRREV_B64_e64:
227 case AMDGPU::V_LSHRREV_B64_gfx10:
228 case AMDGPU::V_LSHRREV_B64_e64_gfx11:
229 case AMDGPU::V_LSHRREV_B64_e64_gfx12:
230 case AMDGPU::V_LSHR_B64_e64:
231 case AMDGPU::V_ASHRREV_I64_e64:
232 case AMDGPU::V_ASHRREV_I64_gfx10:
233 case AMDGPU::V_ASHRREV_I64_e64_gfx11:
234 case AMDGPU::V_ASHRREV_I64_e64_gfx12:
235 case AMDGPU::V_ASHR_I64_e64:
245 case AMDGPU::V_CVT_F16_F32_e32:
246 case AMDGPU::V_CVT_F16_F32_e64:
247 case AMDGPU::V_CVT_F16_U16_e32:
248 case AMDGPU::V_CVT_F16_U16_e64:
249 case AMDGPU::V_CVT_F16_I16_e32:
250 case AMDGPU::V_CVT_F16_I16_e64:
251 case AMDGPU::V_RCP_F16_e64:
252 case AMDGPU::V_RCP_F16_e32:
253 case AMDGPU::V_RSQ_F16_e64:
254 case AMDGPU::V_RSQ_F16_e32:
255 case AMDGPU::V_SQRT_F16_e64:
256 case AMDGPU::V_SQRT_F16_e32:
257 case AMDGPU::V_LOG_F16_e64:
258 case AMDGPU::V_LOG_F16_e32:
259 case AMDGPU::V_EXP_F16_e64:
260 case AMDGPU::V_EXP_F16_e32:
261 case AMDGPU::V_SIN_F16_e64:
262 case AMDGPU::V_SIN_F16_e32:
263 case AMDGPU::V_COS_F16_e64:
264 case AMDGPU::V_COS_F16_e32:
265 case AMDGPU::V_FLOOR_F16_e64:
266 case AMDGPU::V_FLOOR_F16_e32:
267 case AMDGPU::V_CEIL_F16_e64:
268 case AMDGPU::V_CEIL_F16_e32:
269 case AMDGPU::V_TRUNC_F16_e64:
270 case AMDGPU::V_TRUNC_F16_e32:
271 case AMDGPU::V_RNDNE_F16_e64:
272 case AMDGPU::V_RNDNE_F16_e32:
273 case AMDGPU::V_FRACT_F16_e64:
274 case AMDGPU::V_FRACT_F16_e32:
275 case AMDGPU::V_FREXP_MANT_F16_e64:
276 case AMDGPU::V_FREXP_MANT_F16_e32:
277 case AMDGPU::V_FREXP_EXP_I16_F16_e64:
278 case AMDGPU::V_FREXP_EXP_I16_F16_e32:
279 case AMDGPU::V_LDEXP_F16_e64:
280 case AMDGPU::V_LDEXP_F16_e32:
281 case AMDGPU::V_LSHLREV_B16_e64:
282 case AMDGPU::V_LSHLREV_B16_e32:
283 case AMDGPU::V_LSHRREV_B16_e64:
284 case AMDGPU::V_LSHRREV_B16_e32:
285 case AMDGPU::V_ASHRREV_I16_e64:
286 case AMDGPU::V_ASHRREV_I16_e32:
287 case AMDGPU::V_ADD_U16_e64:
288 case AMDGPU::V_ADD_U16_e32:
289 case AMDGPU::V_SUB_U16_e64:
290 case AMDGPU::V_SUB_U16_e32:
291 case AMDGPU::V_SUBREV_U16_e64:
292 case AMDGPU::V_SUBREV_U16_e32:
293 case AMDGPU::V_MUL_LO_U16_e64:
294 case AMDGPU::V_MUL_LO_U16_e32:
295 case AMDGPU::V_ADD_F16_e64:
296 case AMDGPU::V_ADD_F16_e32:
297 case AMDGPU::V_SUB_F16_e64:
298 case AMDGPU::V_SUB_F16_e32:
299 case AMDGPU::V_SUBREV_F16_e64:
300 case AMDGPU::V_SUBREV_F16_e32:
301 case AMDGPU::V_MUL_F16_e64:
302 case AMDGPU::V_MUL_F16_e32:
303 case AMDGPU::V_MAX_F16_e64:
304 case AMDGPU::V_MAX_F16_e32:
305 case AMDGPU::V_MIN_F16_e64:
306 case AMDGPU::V_MIN_F16_e32:
307 case AMDGPU::V_MAX_U16_e64:
308 case AMDGPU::V_MAX_U16_e32:
309 case AMDGPU::V_MIN_U16_e64:
310 case AMDGPU::V_MIN_U16_e32:
311 case AMDGPU::V_MAX_I16_e64:
312 case AMDGPU::V_MAX_I16_e32:
313 case AMDGPU::V_MIN_I16_e64:
314 case AMDGPU::V_MIN_I16_e32:
315 case AMDGPU::V_MAD_F16_e64:
316 case AMDGPU::V_MAD_U16_e64:
317 case AMDGPU::V_MAD_I16_e64:
318 case AMDGPU::V_FMA_F16_e64:
319 case AMDGPU::V_DIV_FIXUP_F16_e64:
322 case AMDGPU::V_MADAK_F16:
323 case AMDGPU::V_MADMK_F16:
324 case AMDGPU::V_MAC_F16_e64:
325 case AMDGPU::V_MAC_F16_e32:
326 case AMDGPU::V_FMAMK_F16:
327 case AMDGPU::V_FMAAK_F16:
328 case AMDGPU::V_FMAC_F16_e64:
329 case AMDGPU::V_FMAC_F16_e32:
334 case AMDGPU::V_MAD_MIXLO_F16:
335 case AMDGPU::V_MAD_MIXHI_F16:
349 const unsigned WavesPerWorkgroup =
350 std::max(1u, (WorkGroupSize + WaveSize - 1) / WaveSize);
352 const unsigned WorkGroupsPerCU =
353 std::max(1u, (NWaves *
getEUsPerCU()) / WavesPerWorkgroup);
368 if (!MaxWorkGroupsPerCu)
383 NumGroups = std::min(MaxWorkGroupsPerCu, NumGroups);
386 const unsigned MaxGroupNumWaves =
divideCeil(MaxWorkGroupSize, WaveSize);
387 unsigned MaxWaves = NumGroups * MaxGroupNumWaves;
399 "computed invalid occupancy");
409std::pair<unsigned, unsigned>
427 std::pair<unsigned, unsigned>
Default =
432 F,
"amdgpu-flat-work-group-size",
Default);
435 if (Requested.first > Requested.second)
448 std::pair<unsigned, unsigned> Requested,
449 std::pair<unsigned, unsigned> FlatWorkGroupSizes)
const {
457 unsigned MinImpliedByFlatWorkGroupSize =
459 Default.first = MinImpliedByFlatWorkGroupSize;
462 if (Requested.second && Requested.first > Requested.second)
472 if (Requested.first < MinImpliedByFlatWorkGroupSize)
479 const Function &
F, std::pair<unsigned, unsigned> FlatWorkGroupSizes)
const {
484 std::pair<unsigned, unsigned> Requested =
491 if (
Node &&
Node->getNumOperands() == 3)
492 return mdconst::extract<ConstantInt>(
Node->getOperand(Dim))->getZExtValue();
493 return std::numeric_limits<unsigned>::max();
501 unsigned Dimension)
const {
503 if (ReqdSize != std::numeric_limits<unsigned>::max())
509 for (
int I = 0;
I < 3; ++
I) {
518 Function *Kernel =
I->getParent()->getParent();
519 unsigned MinSize = 0;
521 bool IdQuery =
false;
524 if (
auto *CI = dyn_cast<CallInst>(
I)) {
525 const Function *
F = CI->getCalledFunction();
527 unsigned Dim = UINT_MAX;
528 switch (
F->getIntrinsicID()) {
529 case Intrinsic::amdgcn_workitem_id_x:
530 case Intrinsic::r600_read_tidig_x:
533 case Intrinsic::r600_read_local_size_x:
536 case Intrinsic::amdgcn_workitem_id_y:
537 case Intrinsic::r600_read_tidig_y:
540 case Intrinsic::r600_read_local_size_y:
543 case Intrinsic::amdgcn_workitem_id_z:
544 case Intrinsic::r600_read_tidig_z:
547 case Intrinsic::r600_read_local_size_z:
556 if (ReqdSize != std::numeric_limits<unsigned>::max())
557 MinSize = MaxSize = ReqdSize;
574 if (
auto *CI = dyn_cast<CallBase>(
I)) {
576 CI->addRangeRetAttr(
Range);
580 I->setMetadata(LLVMContext::MD_range, MaxWorkGroupSizeRange);
590 if (
F.hasFnAttribute(
"amdgpu-no-implicitarg-ptr"))
597 const Module *M =
F.getParent();
600 return F.getFnAttributeAsParsedInteger(
"amdgpu-implicitarg-num-bytes",
605 Align &MaxAlign)
const {
614 const bool IsByRef = Arg.hasByRefAttr();
615 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType();
616 Align Alignment =
DL.getValueOrABITypeAlignment(
617 IsByRef ? Arg.getParamAlign() : std::nullopt, ArgTy);
618 uint64_t AllocSize =
DL.getTypeAllocSize(ArgTy);
619 ExplicitArgBytes =
alignTo(ExplicitArgBytes, Alignment) + AllocSize;
620 MaxAlign = std::max(MaxAlign, Alignment);
623 return ExplicitArgBytes;
627 Align &MaxAlign)
const {
636 uint64_t TotalSize = ExplicitOffset + ExplicitArgBytes;
638 if (ImplicitBytes != 0) {
640 TotalSize =
alignTo(ExplicitArgBytes, Alignment) + ImplicitBytes;
641 MaxAlign = std::max(MaxAlign, Alignment);
654 unsigned NumRegionInstrs)
const {
674 for (
auto &
MBB : MF) {
732 unsigned NumVGPRs)
const {
744 const Function &
F, std::pair<unsigned, unsigned> WavesPerEU,
745 unsigned PreloadedSGPRs,
unsigned ReservedNumSGPRs)
const {
749 unsigned MaxAddressableNumSGPRs =
getMaxNumSGPRs(WavesPerEU.first,
true);
753 if (
F.hasFnAttribute(
"amdgpu-num-sgpr")) {
755 F.getFnAttributeAsParsedInteger(
"amdgpu-num-sgpr", MaxNumSGPRs);
758 if (Requested && (Requested <= ReservedNumSGPRs))
768 unsigned InputNumSGPRs = PreloadedSGPRs;
769 if (Requested && Requested < InputNumSGPRs)
770 Requested = InputNumSGPRs;
774 if (Requested && Requested >
getMaxNumSGPRs(WavesPerEU.first,
false))
776 if (WavesPerEU.second &&
781 MaxNumSGPRs = Requested;
787 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs);
800 const unsigned MaxUserSGPRs =
801 USI::getNumUserSGPRForField(USI::PrivateSegmentBufferID) +
802 USI::getNumUserSGPRForField(USI::DispatchPtrID) +
803 USI::getNumUserSGPRForField(USI::QueuePtrID) +
804 USI::getNumUserSGPRForField(USI::KernargSegmentPtrID) +
805 USI::getNumUserSGPRForField(USI::DispatchIdID) +
806 USI::getNumUserSGPRForField(USI::FlatScratchInitID) +
807 USI::getNumUserSGPRForField(USI::ImplicitBufferPtrID);
810 const unsigned MaxSystemSGPRs = 1 +
817 const unsigned SyntheticSGPRs = 1;
819 return MaxUserSGPRs + MaxSystemSGPRs + SyntheticSGPRs;
828 const Function &
F, std::pair<unsigned, unsigned> WavesPerEU)
const {
835 if (
F.hasFnAttribute(
"amdgpu-num-vgpr")) {
837 F.getFnAttributeAsParsedInteger(
"amdgpu-num-vgpr", MaxNumVGPRs);
846 if (WavesPerEU.second &&
851 MaxNumVGPRs = Requested;
871 !Def->isInstr() || !
Use->isInstr())
883 for (++
I;
I != E &&
I->isBundledWithPred(); ++
I) {
884 if (
I->modifiesRegister(Reg,
TRI))
896 for (++
I;
I != E &&
I->isBundledWithPred() && Lat; ++
I) {
897 if (
I->readsRegister(Reg,
TRI))
908 DefI, DefOpIdx, UseI, UseOpIdx));
920 bool isSALU(
const SUnit *SU)
const {
922 return MI &&
TII->isSALU(*
MI) && !
MI->isTerminator();
925 bool isVALU(
const SUnit *SU)
const {
937 while (!Worklist.empty() && MaxChain-- > 0) {
938 SUnit *SU = Worklist.pop_back_val();
939 if (!Visited.
insert(SU).second)
951 if (SUv !=
From && SU != &DAG->
ExitSU && isVALU(SUv) &&
958 if (Succ != SU && isSALU(Succ))
959 Worklist.push_back(Succ);
968 if (!
ST.hasMAIInsts())
972 if (!TSchedModel || DAG->
SUnits.empty())
979 auto LastSALU = DAG->
SUnits.begin();
984 if (!
TII->isMAI(MAI) ||
985 MAI.
getOpcode() == AMDGPU::V_ACCVGPR_WRITE_B32_e64 ||
986 MAI.
getOpcode() == AMDGPU::V_ACCVGPR_READ_B32_e64)
989 unsigned Lat = TSchedModel->computeInstrLatency(&MAI) - 1;
992 dbgs() <<
"Need " << Lat
993 <<
" instructions to cover latency.\n");
997 for ( ; Lat && LastSALU !=
E; ++LastSALU) {
998 if (Visited.
count(&*LastSALU))
1001 if (&SU == &DAG->
ExitSU || &SU == &*LastSALU || !isSALU(&*LastSALU) ||
1005 Lat -= linkSALUChain(&SU, &*LastSALU, Lat, Visited);
1013 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
const {
1014 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo));
1017std::unique_ptr<ScheduleDAGMutation>
1019 return EnablePowerSched ? std::make_unique<FillMFMAShadowMutation>(&InstrInfo)
1031 "amdgpu-nsa-threshold", -1);
1033 return std::max(
Value, 2);
1055 const bool IsKernel =
1059 const bool HasCalls =
F.hasFnAttribute(
"amdgpu-calls");
1062 const bool HasStackObjects =
F.hasFnAttribute(
"amdgpu-stack-objects");
1064 if (IsKernel && (!
F.arg_empty() || ST.getImplicitArgNumBytes(
F) != 0))
1065 KernargSegmentPtr =
true;
1067 bool IsAmdHsaOrMesa = ST.isAmdHsaOrMesa(
F);
1068 if (IsAmdHsaOrMesa && !ST.enableFlatScratch())
1069 PrivateSegmentBuffer =
true;
1070 else if (ST.isMesaGfxShader(
F))
1071 ImplicitBufferPtr =
true;
1074 if (!
F.hasFnAttribute(
"amdgpu-no-dispatch-ptr"))
1078 if (!
F.hasFnAttribute(
"amdgpu-no-queue-ptr"))
1081 if (!
F.hasFnAttribute(
"amdgpu-no-dispatch-id"))
1089 (IsAmdHsaOrMesa || ST.enableFlatScratch()) &&
1090 (
HasCalls || HasStackObjects || ST.enableFlatScratch()) &&
1091 !ST.flatScratchIsArchitected()) {
1092 FlatScratchInit =
true;
1122 NumKernargPreloadSGPRs += NumSGPRs;
1123 NumUsedUserSGPRs += NumSGPRs;
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 > EnableVGPRIndexMode("amdgpu-vgpr-index-mode", cl::desc("Use GPR indexing mode instead of movrel for vector indexing"), cl::init(false))
static cl::opt< unsigned > NSAThreshold("amdgpu-nsa-threshold", cl::desc("Number of addresses from which to enable MIMG NSA."), cl::init(3), cl::Hidden)
static cl::opt< bool > EnablePowerSched("amdgpu-enable-power-sched", cl::desc("Enable scheduling to minimize mAI power bursts"), cl::init(false))
static unsigned getMaxNumPreloadedSGPRs()
static cl::opt< bool > UseAA("amdgpu-use-aa-in-codegen", cl::desc("Enable the use of AA during codegen."), cl::init(true))
static unsigned getReqdWorkGroupSize(const Function &Kernel, unsigned Dim)
Base class for AMDGPU specific classes of TargetSubtarget.
The AMDGPU TargetMachine interface definition for hw codegen targets.
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
BlockVerifier::State From
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
AMD GCN specific subclass of TargetSubtarget.
const HexagonInstrInfo * TII
This file describes how to lower LLVM inline asm to machine code INLINEASM.
unsigned const TargetRegisterInfo * TRI
ConstantRange Range(APInt(BitWidth, Low), APInt(BitWidth, High))
AMDGPU R600 specific subclass of TargetSubtarget.
assert(ImpDefSCC.getReg()==AMDGPU::SCC &&ImpDefSCC.isDef())
This file defines the SmallString class.
unsigned getOccupancyWithLocalMemSize(uint32_t Bytes, const Function &) const
Inverse of getMaxLocalMemWithWaveCount.
std::pair< unsigned, unsigned > getDefaultFlatWorkGroupSize(CallingConv::ID CC) const
bool EnableRealTrue16Insts
Align getAlignmentForImplicitArgPtr() const
unsigned getEUsPerCU() const
Number of SIMDs/EUs (execution units) per "CU" ("compute unit"), where the "CU" is the unit onto whic...
bool isMesaKernel(const Function &F) const
std::pair< unsigned, unsigned > getWavesPerEU(const Function &F) const
bool useRealTrue16Insts() const
Return true if real (non-fake) variants of True16 instructions using 16-bit registers should be code-...
virtual unsigned getMinWavesPerEU() const =0
std::pair< unsigned, unsigned > getFlatWorkGroupSizes(const Function &F) const
bool makeLIDRangeMetadata(Instruction *I) const
Creates value range metadata on an workitemid.* intrinsic call or load.
unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const
Return the maximum workitem ID value in the function, for the given (0, 1, 2) dimension.
unsigned getImplicitArgNumBytes(const Function &F) const
unsigned getLocalMemorySize() const
SmallVector< unsigned > getMaxNumWorkGroups(const Function &F) const
Return the number of work groups for the function.
virtual unsigned getWavesPerEUForWorkGroup(unsigned FlatWorkGroupSize) const =0
virtual unsigned getMaxWorkGroupsPerCU(unsigned FlatWorkGroupSize) const =0
unsigned getKernArgSegmentSize(const Function &F, Align &MaxAlign) const
bool hasTrue16BitInsts() const
Return true if the subtarget supports True16 instructions.
AMDGPUDwarfFlavour getAMDGPUDwarfFlavour() const
unsigned getMaxLocalMemSizeWithWaveCount(unsigned WaveCount, const Function &) const
Return the amount of LDS that can be used that will not restrict the occupancy lower than WaveCount.
virtual unsigned getMaxFlatWorkGroupSize() const =0
AMDGPUSubtarget(Triple TT)
unsigned getExplicitKernelArgOffset() const
Returns the offset in bytes from the start of the input buffer of the first explicit kernel argument.
unsigned getMaxWavesPerEU() const
uint64_t getExplicitKernArgSize(const Function &F, Align &MaxAlign) const
unsigned AddressableLocalMemorySize
std::pair< unsigned, unsigned > getEffectiveWavesPerEU(std::pair< unsigned, unsigned > WavesPerEU, std::pair< unsigned, unsigned > FlatWorkGroupSizes) const
bool isSingleLaneExecution(const Function &Kernel) const
Return true if only a single workitem can be active in a wave.
static const AMDGPUSubtarget & get(const MachineFunction &MF)
unsigned getWavefrontSize() const
virtual unsigned getMinFlatWorkGroupSize() const =0
void setTargetIDFromFeaturesString(StringRef FS)
TargetIDSetting getXnackSetting() const
TargetIDSetting getSramEccSetting() const
Class for arbitrary precision integers.
This class represents an incoming formal argument to a Function.
This class represents a range of values.
A parsed version of the target data layout string in and methods for querying it.
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.
bool useVGPRIndexMode() const
void mirFileLoaded(MachineFunction &MF) const override
unsigned MaxPrivateElementSize
unsigned getMinNumSGPRs(unsigned WavesPerEU) const
void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS)
bool hasGFX90AInsts() const
unsigned computeOccupancy(const Function &F, unsigned LDSSize=0, unsigned NumSGPRs=0, unsigned NumVGPRs=0) const
Return occupancy for the given function.
unsigned getBaseMaxNumVGPRs(const Function &F, std::pair< unsigned, unsigned > WavesPerEU) const
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
bool hasSGPRInitBug() const
const SIRegisterInfo * getRegisterInfo() const override
unsigned getMaxNumVGPRs(unsigned WavesPerEU) const
unsigned getMinNumVGPRs(unsigned WavesPerEU) 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
GCNSubtarget & initializeSubtargetDependencies(const Triple &TT, StringRef GPU, StringRef FS)
const SITargetLowering * getTargetLowering() const override
unsigned getNSAThreshold(const MachineFunction &MF) const
bool hasFlatAddressSpace() const
unsigned getReservedNumSGPRs(const MachineFunction &MF) const
bool useAA() const override
bool hasVGPRIndexMode() const
unsigned getOccupancyWithNumVGPRs(unsigned VGPRs) const
Return the maximum number of waves per SIMD for kernels using VGPRs VGPRs.
bool HasArchitectedFlatScratch
std::unique_ptr< ScheduleDAGMutation > createFillMFMAShadowMutation(const TargetInstrInfo *TII) const
unsigned getOccupancyWithNumSGPRs(unsigned SGPRs) const
Return the maximum number of waves per SIMD for kernels using SGPRs SGPRs.
unsigned getMaxWavesPerEU() const
Generation getGeneration() const
GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS, const GCNTargetMachine &TM)
unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const
bool isXNACKEnabled() const
unsigned getBaseReservedNumSGPRs(const bool HasFlatScratch) const
bool enableSIScheduler() const
void overrideSchedPolicy(MachineSchedPolicy &Policy, unsigned NumRegionInstrs) const override
void getPostRAMutations(std::vector< std::unique_ptr< ScheduleDAGMutation > > &Mutations) const override
void checkSubtargetFeatures(const Function &F) const
Diagnose inconsistent subtarget features before attempting to codegen function F.
AMDGPU::IsaInfo::AMDGPUTargetID TargetID
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
MDNode * getMetadata(unsigned KindID) const
Get the current metadata attachments for the given kind, if any.
This is an important class for using LLVM in a threaded context.
void diagnose(const DiagnosticInfo &DI)
Report a message to the currently installed diagnostic handler.
MDNode * createRange(const APInt &Lo, const APInt &Hi)
Return metadata describing the range [Lo, Hi).
instr_iterator instr_end()
Instructions::const_iterator const_instr_iterator
const TargetSubtargetInfo & getSubtarget() const
getSubtarget - Return the subtarget for which this machine code is being compiled.
Function & getFunction()
Return the LLVM function that this machine code represents.
const LLVMTargetMachine & getTarget() const
getTarget - Return the target machine this machine code is compiled with
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
A Module instance is used to store all the information related to an LLVM module.
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...
unsigned getReg() const
Returns the register associated with this edge.
const TargetSchedModel & getSchedModel() const
unsigned getInstrLatency(const InstrItineraryData *ItinData, const MachineInstr &MI, unsigned *PredCost=nullptr) const override
void fixImplicitOperands(MachineInstr &MI) const
int pseudoToMCOpcode(int Opcode) const
Return a target-specific opcode if Opcode is a pseudo instruction.
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.
SmallVector< SDep, 4 > Succs
All sunit successors.
MachineInstr * getInstr() const
Returns the representative MachineInstr for this SUnit.
A ScheduleDAG for scheduling lists of MachineInstr.
const TargetSchedModel * getSchedModel() const
Gets the machine model for instruction scheduling.
bool addEdge(SUnit *SuccSU, const SDep &PredDep)
Add a DAG edge to the given SU with the given predecessor dependence data.
void dumpNode(const SUnit &SU) const override
bool canAddEdge(SUnit *SuccSU, SUnit *PredSU)
True if an edge can be added from PredSU to SuccSU without creating a cycle.
ScheduleDAGMI is an implementation of ScheduleDAGInstrs that simply schedules machine instructions ac...
Mutate the DAG as a postpass after normal DAG building.
std::vector< SUnit > SUnits
The scheduling units.
MachineFunction & MF
Machine function.
SUnit ExitSU
Special node for the region exit.
A templated base class for SmallPtrSet which provides the typesafe interface that is common across al...
size_type count(ConstPtrType Ptr) const
count - Return 1 if the specified pointer is in the set, 0 otherwise.
std::pair< iterator, bool > insert(PtrType Ptr)
Inserts Ptr if and only if there is no element in the container equal to Ptr.
SmallPtrSet - This class implements a set which is optimized for holding SmallSize or less elements.
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.
StringRef - Represent a constant reference to a string, i.e.
Information about stack frame layout on the target.
TargetInstrInfo - Interface to description of machine instruction set.
Primary interface to the complete machine description for the target machine.
const Triple & getTargetTriple() const
Provide an instruction scheduling machine model to CodeGen passes.
unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx, const MachineInstr *UseMI, unsigned UseOperIdx) const
Compute operand latency based on the available machine model.
Triple - Helper class for working with autoconf configuration names.
ArchType getArch() const
Get the parsed architecture type of this triple.
The instances of the Type class are immutable: once they are created, they are never changed.
A Use represents the edge between a Value definition and its users.
LLVM Value Representation.
self_iterator getIterator()
unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI)
unsigned getEUsPerCU(const MCSubtargetInfo *STI)
unsigned getNumWavesPerEUWithNumVGPRs(const MCSubtargetInfo *STI, unsigned NumVGPRs)
unsigned getOccupancyWithNumSGPRs(unsigned SGPRs, unsigned MaxWaves, AMDGPUSubtarget::Generation Gen)
@ FIXED_NUM_SGPRS_FOR_INIT_BUG
SmallVector< unsigned > getIntegerVecAttribute(const Function &F, StringRef Name, unsigned Size)
unsigned getMaxNumUserSGPRs(const MCSubtargetInfo &STI)
bool isEntryFunctionCC(CallingConv::ID CC)
LLVM_READNONE bool isKernel(CallingConv::ID CC)
unsigned getAMDHSACodeObjectVersion(const Module &M)
bool isShader(CallingConv::ID cc)
bool isGFX10Plus(const MCSubtargetInfo &STI)
std::pair< unsigned, unsigned > getIntegerPairAttribute(const Function &F, StringRef Name, std::pair< unsigned, unsigned > Default, bool OnlyFirstRequired)
bool isGraphics(CallingConv::ID cc)
@ 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_HS
Used for Mesa/AMDPAL hull shaders (= tessellation control shaders).
@ AMDGPU_GS
Used for Mesa/AMDPAL geometry shaders.
@ 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.
void apply(Opt *O, const Mod &M, const Mods &... Ms)
initializer< Ty > init(const Ty &Val)
This is an optimization pass for GlobalISel generic memory operations.
raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.
constexpr T divideCeil(U Numerator, V Denominator)
Returns the integer ceil(Numerator / Denominator).
uint64_t alignTo(uint64_t Size, Align A)
Returns a multiple of A needed to store Size bytes.
OutputIt move(R &&Range, OutputIt Out)
Provide wrappers to std::move which take ranges instead of having to pass begin/end explicitly.
@ Default
The result values are uniform if and only if all operands are uniform.
Implement std::hash so that hash_code can be used in STL containers.
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.