Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp329 unsigned LastImm = Op.getImm(); in emitDelayAlu() local
330 assert((LastImm & ~0xf) == 0 && in emitDelayAlu()
332 LastImm |= Imm << 7 | Skip << 4; in emitDelayAlu()
333 Op.setImm(LastImm); in emitDelayAlu()