Searched refs:CompOprIdx (Results 1 – 4 of 4) sorted by relevance
617 unsigned CompOprIdx; in ComponentProps() local618 for (CompOprIdx = Component::SRC1; CompOprIdx < OperandsNum; ++CompOprIdx) { in ComponentProps()620 MandatoryLiteralIdx = CompOprIdx; in ComponentProps()627 assert(CompOprIdx < Component::MAX_OPR_NUM); in getIndexInParsedOperands()629 if (CompOprIdx == Component::DST) in getIndexInParsedOperands()648 unsigned CompOprIdx; in getInvalidCompOperandIndex() local649 for (CompOprIdx = 0; CompOprIdx < CompOprNum; ++CompOprIdx) { in getInvalidCompOperandIndex()651 if (OpXRegs[CompOprIdx] && OpYRegs[CompOprIdx] && in getInvalidCompOperandIndex()653 (OpYRegs[CompOprIdx] & BanksMasks))) in getInvalidCompOperandIndex()654 return CompOprIdx; in getInvalidCompOperandIndex()[all …]
724 unsigned getIndexInParsedOperands(unsigned CompOprIdx) const;
95 auto CompOprIdx = InstInfo[CompIdx].getMandatoryLiteralCompOperandIndex(); in checkVOPDRegConstraints() local96 addLiteral(MI.getOperand(CompOprIdx)); in checkVOPDRegConstraints()
3654 auto CompOprIdx = *InvalidCompOprIdx; in validateVOPDRegBankConstraints() local3656 std::max(InstInfo[VOPD::X].getIndexInParsedOperands(CompOprIdx), in validateVOPDRegBankConstraints()3657 InstInfo[VOPD::Y].getIndexInParsedOperands(CompOprIdx)); in validateVOPDRegBankConstraints()3661 if (CompOprIdx == VOPD::Component::DST) { in validateVOPDRegBankConstraints()3664 auto CompSrcIdx = CompOprIdx - VOPD::Component::DST_NUM; in validateVOPDRegBankConstraints()