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.cpp3714 unsigned ConstantBusUseCount = 0; in validateConstantBusLimitations() local
3737 ++ConstantBusUseCount; in validateConstantBusLimitations()
3757 ++ConstantBusUseCount; in validateConstantBusLimitations()
3786 ConstantBusUseCount += NumLiterals; in validateConstantBusLimitations()
3788 if (ConstantBusUseCount <= getConstantBusLimit(Opcode)) in validateConstantBusLimitations()