Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1320 MachineInstr *WaitInstrs[NUM_EXTENDED_INST_CNTS] = {}; in applyPreexistingWaitcnt() local
1359 UpdatableInstr = &WaitInstrs[CT.value()]; in applyPreexistingWaitcnt()
1443 WaitsToErase.push_back(&WaitInstrs[LOAD_CNT]); in applyPreexistingWaitcnt()
1444 WaitsToErase.push_back(&WaitInstrs[DS_CNT]); in applyPreexistingWaitcnt()
1446 WaitsToErase.push_back(&WaitInstrs[STORE_CNT]); in applyPreexistingWaitcnt()
1447 WaitsToErase.push_back(&WaitInstrs[DS_CNT]); in applyPreexistingWaitcnt()
1461 if (!WaitInstrs[CT]) in applyPreexistingWaitcnt()
1466 Modified |= updateOperandIfDifferent(*WaitInstrs[CT], in applyPreexistingWaitcnt()
1468 Modified |= promoteSoftWaitCnt(WaitInstrs[CT]); in applyPreexistingWaitcnt()
1479 << "New Instr: " << *WaitInstrs[CT] << '\n'); in applyPreexistingWaitcnt()
[all …]