Searched refs:WaitEventMaskForInst (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 249 const unsigned *WaitEventMaskForInst, in WaitcntBrackets() argument 252 Encoding(Encoding), WaitEventMaskForInst(WaitEventMaskForInst), in WaitcntBrackets() 320 unsigned HasPending = PendingEvents & WaitEventMaskForInst[T]; in hasPendingEvent() 357 PendingEvents |= WaitEventMaskForInst[STORE_CNT]; in setStateOnFunctionEntryOrReturn() 412 const unsigned *WaitEventMaskForInst; member in __anon954e14670211::WaitcntBrackets 768 InstCounterType T = eventCounter(WaitEventMaskForInst, E); in updateByEvent() 1095 PendingEvents &= ~WaitEventMaskForInst[T]; in applyWaitcnt() 2466 const unsigned *WaitEventMaskForInst = WCG->getWaitEventMask(); in runOnMachineFunction() local 2468 SmemAccessCounter = eventCounter(WaitEventMaskForInst, SMEM_ACCESS); in runOnMachineFunction() 2533 ST, MaxCounter, Limits, Encoding, WaitEventMaskForInst, in runOnMachineFunction() [all …]
|