Searched refs:DST_NUM (Results 1 – 3 of 3) sorted by relevance
663 DST_NUM = 1, enumerator665 MAX_OPR_NUM = DST_NUM + MAX_SRC_NUM734 return MandatoryLiteralIdx == Component::DST_NUM + CompSrcIdx; in hasMandatoryLiteralAt()
799 assert(OpDesc.getNumDefs() == Component::DST_NUM); in ComponentProps()854 auto CompSrcIdx = CompOprIdx - Component::DST_NUM; in getIndexInParsedOperands()900 if (SkipSrc && CompOprIdx >= Component::DST_NUM) in getInvalidCompOperandIndex()903 if (CompOprIdx < Component::DST_NUM) { in getInvalidCompOperandIndex()913 (!AllowSameVGPR || CompOprIdx < Component::DST_NUM || in getInvalidCompOperandIndex()940 unsigned CompSrcIdx = CompOprIdx - DST_NUM; in getRegIndices()
4024 auto CompSrcIdx = CompOprIdx - VOPD::Component::DST_NUM; in validateVOPD()