Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp62 enum InstCounterType { VM_CNT = 0, LGKM_CNT, EXP_CNT, VS_CNT, NUM_INST_CNTS }; enum
66 template <> struct enum_iteration_traits<InstCounterType> {
160 void addWait(AMDGPU::Waitcnt &Wait, InstCounterType T, unsigned Count) { in addWait()
193 unsigned getWaitCountMax(InstCounterType T) const { in getWaitCountMax()
209 unsigned getScoreLB(InstCounterType T) const { in getScoreLB()
214 unsigned getScoreUB(InstCounterType T) const { in getScoreUB()
219 unsigned getScoreRange(InstCounterType T) const { in getScoreRange()
224 InstCounterType eventCounter(WaitEventType E) const { in eventCounter()
232 unsigned getRegScore(int GprNo, InstCounterType T) const { in getRegScore()
246 bool counterOutOfOrder(InstCounterType T) const;
[all …]