Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInsertWaits.cpp83 InstType LastOpcodeType; member in __anon364952ee0111::SIInsertWaits
266 LastOpcodeType = OTHER; in pushInstruction()
281 if ((LastOpcodeType == SMEM && TII->isSMRD(*I)) || in pushInstruction()
282 (LastOpcodeType == VMEM && Increment.Named.VM)) { in pushInstruction()
290 LastOpcodeType = SMEM; in pushInstruction()
292 LastOpcodeType = VMEM; in pushInstruction()
379 LastOpcodeType = OTHER; in insertWait()
466 LastOpcodeType = OTHER; in runOnMachineFunction()