Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3854 unsigned ConstantBusUseCount = 0; in validateConstantBusLimitations() local
3877 ++ConstantBusUseCount; in validateConstantBusLimitations()
3897 ++ConstantBusUseCount; in validateConstantBusLimitations()
3926 ConstantBusUseCount += NumLiterals; in validateConstantBusLimitations()
3928 if (ConstantBusUseCount <= getConstantBusLimit(Opcode)) in validateConstantBusLimitations()