Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h664 MAX_SRC_NUM = 3, enumerator
665 MAX_OPR_NUM = DST_NUM + MAX_SRC_NUM
712 assert(CompSrcIdx < Component::MAX_SRC_NUM); in hasRegSrcOperand()
733 assert(CompSrcIdx < Component::MAX_SRC_NUM); in hasMandatoryLiteralAt()
829 assert(CompSrcIdx < Component::MAX_SRC_NUM); in getIndexOfSrcInMCOperands()
850 assert(CompSrcIdx < Component::MAX_SRC_NUM); in getIndexOfSrcInParsedOperands()
H A DAMDGPUBaseInfo.cpp813 assert(SrcOperandsNum <= Component::MAX_SRC_NUM); in ComponentProps()