Home
last modified time | relevance | path

Searched refs:hasExtendedWaitCounts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1150 assert(!ST.hasExtendedWaitCounts()); in fixVMEMtoScalarWriteHazards()
1197 assert(!ST.hasExtendedWaitCounts()); in fixSMEMtoVectorWriteHazards()
1284 assert(!ST.hasExtendedWaitCounts()); in fixVcmpxExecWARHazard()
1356 assert(!ST.hasExtendedWaitCounts()); in fixLdsBranchVmemWARHazard()
1495 assert(!ST.hasExtendedWaitCounts()); in fixVALUPartialForwardingHazard()
1644 assert(!ST.hasExtendedWaitCounts()); in fixVALUTransUseHazard()
1778 assert(!ST.hasExtendedWaitCounts()); in fixShift64HighRegBug()
1908 assert(!ST.hasExtendedWaitCounts()); in checkFPAtomicToDenormModeHazard()
2767 assert(!ST.hasExtendedWaitCounts()); in fixVALUMaskWriteHazard()
H A DSIInsertWaitcnts.cpp710 if (!ST->hasExtendedWaitCounts() || SIInstrInfo::isFLAT(Inst)) in getVmemWaitEventType()
977 OS << " " << (ST->hasExtendedWaitCounts() ? "LOAD" : "VM") << "_CNT(" in print()
981 OS << " " << (ST->hasExtendedWaitCounts() ? "DS" : "LGKM") << "_CNT(" in print()
988 OS << " " << (ST->hasExtendedWaitCounts() ? "STORE" : "VS") << "_CNT(" in print()
2409 if (ST->hasExtendedWaitCounts()) { in runOnMachineFunction()
2428 if (ST->hasExtendedWaitCounts()) { in runOnMachineFunction()
2471 if (ST->hasExtendedWaitCounts()) { in runOnMachineFunction()
H A DGCNSubtarget.h1293 bool hasExtendedWaitCounts() const { return getGeneration() >= GFX12; } in hasExtendedWaitCounts() function