Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1691 bool IsDefaultExpcnt = Expcnt == getExpcntBitMask(ISA); in printSWaitCnt() local
1693 bool PrintAll = IsDefaultVmcnt && IsDefaultExpcnt && IsDefaultLgkmcnt; in printSWaitCnt()
1702 if (!IsDefaultExpcnt || PrintAll) { in printSWaitCnt()