Searched refs:WaitEventMaskForInst (Results 1 – 1 of 1) sorted by relevance
253 const unsigned *WaitEventMaskForInst, in WaitcntBrackets() argument256 Encoding(Encoding), WaitEventMaskForInst(WaitEventMaskForInst), in WaitcntBrackets()324 unsigned HasPending = PendingEvents & WaitEventMaskForInst[T]; in hasPendingEvent()361 PendingEvents |= WaitEventMaskForInst[STORE_CNT]; in setStateOnFunctionEntryOrReturn()416 const unsigned *WaitEventMaskForInst; member in __anond28503310211::WaitcntBrackets791 InstCounterType T = eventCounter(WaitEventMaskForInst, E); in updateByEvent()1106 PendingEvents &= ~WaitEventMaskForInst[T]; in applyWaitcnt()2101 const unsigned OldEvents = PendingEvents & WaitEventMaskForInst[T]; in merge()2102 const unsigned OtherEvents = Other.PendingEvents & WaitEventMaskForInst[T]; in merge()2423 const unsigned *WaitEventMaskForInst = WCG->getWaitEventMask(); in runOnMachineFunction() local[all …]