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.cpp67 enum InstCounterType { enum
83 template <> struct enum_iteration_traits<InstCounterType> {
92 auto inst_counter_types(InstCounterType MaxCounter = NUM_INST_CNTS) { in inst_counter_types()
193 static bool isNormalMode(InstCounterType MaxCounter) { in isNormalMode()
218 unsigned &getCounterRef(AMDGPU::Waitcnt &Wait, InstCounterType T) { in getCounterRef()
241 void addWait(AMDGPU::Waitcnt &Wait, InstCounterType T, unsigned Count) { in addWait()
246 void setNoWait(AMDGPU::Waitcnt &Wait, InstCounterType T) { in setNoWait()
250 unsigned getWait(AMDGPU::Waitcnt &Wait, InstCounterType T) { in getWait()
255 InstCounterType eventCounter(const unsigned *masks, WaitEventType E) { in eventCounter()
273 WaitcntBrackets(const GCNSubtarget *SubTarget, InstCounterType MaxCounter, in WaitcntBrackets()
[all …]