Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp61 enum InstCounterType { enum
76 template <> struct enum_iteration_traits<InstCounterType> {
85 auto inst_counter_types(InstCounterType MaxCounter = NUM_INST_CNTS) { in inst_counter_types()
177 static bool isNormalMode(InstCounterType MaxCounter) { in isNormalMode()
198 unsigned &getCounterRef(AMDGPU::Waitcnt &Wait, InstCounterType T) { in getCounterRef()
219 void addWait(AMDGPU::Waitcnt &Wait, InstCounterType T, unsigned Count) { in addWait()
224 void setNoWait(AMDGPU::Waitcnt &Wait, InstCounterType T) { in setNoWait()
228 unsigned getWait(AMDGPU::Waitcnt &Wait, InstCounterType T) { in getWait()
233 InstCounterType eventCounter(const unsigned *masks, WaitEventType E) { in eventCounter()
251 WaitcntBrackets(const GCNSubtarget *SubTarget, InstCounterType MaxCounter, in WaitcntBrackets()
[all …]