Searched refs:hasExtendedWaitCounts (Results 1 – 3 of 3) sorted by relevance
1242 assert(!ST.hasExtendedWaitCounts()); in fixVMEMtoScalarWriteHazards()1288 assert(!ST.hasExtendedWaitCounts()); in fixSMEMtoVectorWriteHazards()1375 assert(!ST.hasExtendedWaitCounts()); in fixVcmpxExecWARHazard()1447 assert(!ST.hasExtendedWaitCounts()); in fixLdsBranchVmemWARHazard()1586 assert(!ST.hasExtendedWaitCounts()); in fixVALUPartialForwardingHazard()1735 assert(!ST.hasExtendedWaitCounts()); in fixVALUTransUseHazard()1869 assert(!ST.hasExtendedWaitCounts()); in fixShift64HighRegBug()1999 assert(!ST.hasExtendedWaitCounts()); in checkFPAtomicToDenormModeHazard()2966 assert(!ST.hasExtendedWaitCounts()); in fixVALUMaskWriteHazard()
765 if (!ST->hasExtendedWaitCounts() || SIInstrInfo::isFLAT(Inst)) in getVmemWaitEventType()1089 OS << " " << (ST->hasExtendedWaitCounts() ? "LOAD" : "VM") << "_CNT(" in print()1093 OS << " " << (ST->hasExtendedWaitCounts() ? "DS" : "LGKM") << "_CNT(" in print()1100 OS << " " << (ST->hasExtendedWaitCounts() ? "STORE" : "VS") << "_CNT(" in print()2736 if (ST->hasExtendedWaitCounts()) { in run()2754 if (ST->hasExtendedWaitCounts()) { in run()2791 if (ST->hasExtendedWaitCounts()) { in run()
1355 bool hasExtendedWaitCounts() const { return getGeneration() >= GFX12; } in hasExtendedWaitCounts() function