Home
last modified time | relevance | path

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

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