Home
last modified time | relevance | path

Searched refs:hasGFX940Insts (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h644 return hasFlatScratchInsts() && (hasGFX10_3Insts() || hasGFX940Insts()); in hasFlatScratchSTMode()
667 return !hasGFX940Insts(); in hasExportInsts()
1055 return getGeneration() >= GFX10 || hasGFX940Insts(); in hasFmaakFmamkF32Insts()
1277 bool hasGFX940Insts() const { return GFX940Insts; } in hasGFX940Insts() function
H A DGCNHazardRecognizer.cpp132 if (!ST.hasGFX940Insts()) in isXDL()
868 const int VALUWaitStates = ST.hasGFX940Insts() ? 2 : 1; in checkVALUHazardsHelper()
2250 if (!isDGEMM(Opc) && (!ST.hasGFX940Insts() && isDGEMM(Opc1))) { in checkMAIHazards90A()
2258 else if (ST.hasGFX940Insts() && in checkMAIHazards90A()
2277 if (ST.hasGFX940Insts()) { in checkMAIHazards90A()
2328 if (ST.hasGFX940Insts()) { in checkMAIHazards90A()
2544 if (IsMem && ST.hasGFX90AInsts() && !ST.hasGFX940Insts()) { in checkMAIVALUHazards()
2581 } else if (ST.hasGFX940Insts()) { in checkMAIVALUHazards()
2667 } else if (ST.hasGFX940Insts()) { in checkMAIVALUHazards()
2700 if (ST.hasGFX940Insts() && !isXDL(ST, MI)) in checkMAIVALUHazards()
[all …]
H A DAMDGPU.td1892 Predicate<"Subtarget->hasGFX90AInsts() && !Subtarget->hasGFX940Insts()">,
1896 Predicate<"Subtarget->hasMAIInsts() && !Subtarget->hasGFX940Insts()">,
1900 Predicate<"Subtarget->hasGFX940Insts()">,
1904 Predicate<"!Subtarget->hasGFX940Insts() &&"
H A DSIMemoryLegalizer.cpp968 if (ST.hasGFX940Insts()) in create()
H A DSIInstrInfo.cpp9269 if (ST.hasGFX940Insts()) in pseudoToMCOpcode()
H A DSIISelLowering.cpp16185 if (Subtarget->hasGFX940Insts() && (Ty->isFloatTy() || Ty->isDoubleTy())) in shouldExpandAtomicRMWInIR()