Searched refs:hasGFX940Insts (Results 1 – 6 of 6) sorted by relevance
644 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
132 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 …]
1892 Predicate<"Subtarget->hasGFX90AInsts() && !Subtarget->hasGFX940Insts()">,1896 Predicate<"Subtarget->hasMAIInsts() && !Subtarget->hasGFX940Insts()">,1900 Predicate<"Subtarget->hasGFX940Insts()">,1904 Predicate<"!Subtarget->hasGFX940Insts() &&"
968 if (ST.hasGFX940Insts()) in create()
9269 if (ST.hasGFX940Insts()) in pseudoToMCOpcode()
16185 if (Subtarget->hasGFX940Insts() && (Ty->isFloatTy() || Ty->isDoubleTy())) in shouldExpandAtomicRMWInIR()