Searched refs:EXP_CNT (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/llvm/docs/AMDGPU/ |
H A D | gfx11_waitcnt.rst | 20 2:0 EXP_CNT: export and LDSDIR count. 0..7 35 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value. 38 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
|
H A D | gfx7_waitcnt.rst | 21 6:4 EXP_CNT: export count. 0..7 34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value. 37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
|
H A D | gfx10_waitcnt.rst | 21 \- 6:4 EXP_CNT: export count. 0..7 34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value. 37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
|
H A D | gfx9_waitcnt.rst | 21 \- 6:4 EXP_CNT: export count. 0..7 34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value. 37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
|
H A D | gfx90a_waitcnt.rst | 21 \- 6:4 EXP_CNT: export count. 0..7 34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value. 37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
|
H A D | gfx8_waitcnt.rst | 21 6:4 EXP_CNT: export count. 0..7 34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value. 37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
|
H A D | gfx940_waitcnt.rst | 21 \- 6:4 EXP_CNT: export count. 0..7 34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value. 37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
|
H A D | gfx1030_waitcnt.rst | 21 \- 6:4 EXP_CNT: export count. 0..7 34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value. 37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 165 case EXP_CNT: in addWait() 199 case EXP_CNT: in getWaitCountMax() 318 if (T != EXP_CNT) in setScoreUB() 321 if (getScoreRange(EXP_CNT) > getWaitCountMax(EXP_CNT)) in setScoreUB() 322 ScoreLBs[EXP_CNT] = ScoreUBs[EXP_CNT] - getWaitCountMax(EXP_CNT); in setScoreUB() 537 setRegScore(RegNo, EXP_CNT, Val); in setExpScore() 563 if (T == EXP_CNT) { in updateByEvent() 657 EXP_CNT, CurrScore); in updateByEvent() 719 case EXP_CNT: in print() 811 applyWaitcnt(EXP_CNT, Wait.ExpCnt); in applyWaitcnt() [all …]
|
H A D | LDSDIRInstructions.td | 46 let EXP_CNT = 1;
|
H A D | SIInstrFormats.td | 59 field bit EXP_CNT = 0; 192 let TSFlags{33} = EXP_CNT;
|
H A D | EXPInstructions.td | 20 let EXP_CNT = 1;
|
H A D | SIDefines.h | 74 EXP_CNT = UINT64_C(1) << 33, enumerator
|
H A D | BUFInstructions.td | 65 let EXP_CNT = 1; 123 let EXP_CNT = 1; 312 let EXP_CNT = 1;
|
H A D | MIMGInstructions.td | 192 let EXP_CNT = 1;
|