Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp684 if (!ST->hasExtendedWaitCounts() || SIInstrInfo::isFLAT(Inst)) in getVmemWaitEventType()
966 OS << " " << (ST->hasExtendedWaitCounts() ? "LOAD" : "VM") << "_CNT(" in print()
970 OS << " " << (ST->hasExtendedWaitCounts() ? "DS" : "LGKM") << "_CNT(" in print()
977 OS << " " << (ST->hasExtendedWaitCounts() ? "STORE" : "VS") << "_CNT(" in print()
1617 AMDGPU::Waitcnt::allZeroExceptVsCnt(ST->hasExtendedWaitCounts())); in generateWaitcntInstBefore()
1838 AMDGPU::Waitcnt::allZero(ST->hasExtendedWaitCounts(), ST->hasVscnt())); in generateWaitcntInstBefore()
1854 Wait = AMDGPU::Waitcnt::allZeroExceptVsCnt(ST->hasExtendedWaitCounts()); in generateWaitcntInstBefore()
2092 AMDGPU::Waitcnt::allZeroExceptVsCnt(ST->hasExtendedWaitCounts())); in updateEventWaitcntAfter()
2452 if (ST->hasExtendedWaitCounts()) { in runOnMachineFunction()
2474 if (ST->hasExtendedWaitCounts()) { in runOnMachineFunction()
[all …]
H A DGCNHazardRecognizer.cpp1147 assert(!ST.hasExtendedWaitCounts()); in fixVMEMtoScalarWriteHazards()
1194 assert(!ST.hasExtendedWaitCounts()); in fixSMEMtoVectorWriteHazards()
1281 assert(!ST.hasExtendedWaitCounts()); in fixVcmpxExecWARHazard()
1353 assert(!ST.hasExtendedWaitCounts()); in fixLdsBranchVmemWARHazard()
1492 assert(!ST.hasExtendedWaitCounts()); in fixVALUPartialForwardingHazard()
1641 assert(!ST.hasExtendedWaitCounts()); in fixVALUTransUseHazard()
1795 assert(!ST.hasExtendedWaitCounts()); in fixShift64HighRegBug()
1925 assert(!ST.hasExtendedWaitCounts()); in checkFPAtomicToDenormModeHazard()
2753 assert(!ST.hasExtendedWaitCounts()); in fixVALUMaskWriteHazard()
H A DGCNSubtarget.h1203 bool hasExtendedWaitCounts() const { return getGeneration() >= GFX12; } in hasExtendedWaitCounts() function