Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUExportClustering.cpp36 return Imm >= AMDGPU::Exp::ET_POS0 && Imm <= AMDGPU::Exp::ET_POS_LAST; in isPositionExport()
DSIDefines.h866 ET_POS_LAST = ET_POS4, // Highest pos used on any subtarget enumerator
DSIInsertWaitcnts.cpp1453 else if (Imm >= AMDGPU::Exp::ET_POS0 && Imm <= AMDGPU::Exp::ET_POS_LAST) in updateEventWaitcntAfter()