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.cpp314 unsigned LastImm = Op.getImm(); in emitDelayAlu() local
315 assert((LastImm & ~0xf) == 0 && in emitDelayAlu()
317 LastImm |= Imm << 7 | Skip << 4; in emitDelayAlu()
318 Op.setImm(LastImm); in emitDelayAlu()