Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp268 MachineInstr *LastDelayAlu) { in emitDelayAlu() argument
300 return LastDelayAlu; in emitDelayAlu()
304 if (!(Imm & 0x780) && LastDelayAlu) { in emitDelayAlu()
306 for (auto I = MachineBasicBlock::instr_iterator(LastDelayAlu), in emitDelayAlu()
313 MachineOperand &Op = LastDelayAlu->getOperand(0); in emitDelayAlu()
341 MachineInstr *LastDelayAlu = nullptr; in runOnMachineBasicBlock() local
383 LastDelayAlu = emitDelayAlu(MI, Delay, LastDelayAlu); in runOnMachineBasicBlock()