Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1341 MachineInstr *WaitInstrs[NUM_EXTENDED_INST_CNTS] = {}; in applyPreexistingWaitcnt() local
1385 UpdatableInstr = &WaitInstrs[CT.value()]; in applyPreexistingWaitcnt()
1469 WaitsToErase.push_back(&WaitInstrs[LOAD_CNT]); in applyPreexistingWaitcnt()
1470 WaitsToErase.push_back(&WaitInstrs[DS_CNT]); in applyPreexistingWaitcnt()
1472 WaitsToErase.push_back(&WaitInstrs[STORE_CNT]); in applyPreexistingWaitcnt()
1473 WaitsToErase.push_back(&WaitInstrs[DS_CNT]); in applyPreexistingWaitcnt()
1487 if (!WaitInstrs[CT]) in applyPreexistingWaitcnt()
1492 Modified |= updateOperandIfDifferent(*WaitInstrs[CT], in applyPreexistingWaitcnt()
1494 Modified |= promoteSoftWaitCnt(WaitInstrs[CT]); in applyPreexistingWaitcnt()
1501 << "New Instr at block end: " << *WaitInstrs[CT] in applyPreexistingWaitcnt()
[all …]