Searched refs:CompIdx (Results 1 – 4 of 4) sorted by relevance
91 for (auto CompIdx : VOPD::COMPONENTS) { in doReplace() local92 auto MCOprIdx = InstInfo[CompIdx].getIndexOfDstInMCOperands(); in doReplace()93 VOPDInst.add(MI[CompIdx]->getOperand(MCOprIdx)); in doReplace()96 for (auto CompIdx : VOPD::COMPONENTS) { in doReplace() local97 auto CompSrcOprNum = InstInfo[CompIdx].getCompSrcOperandsNum(); in doReplace()99 auto MCOprIdx = InstInfo[CompIdx].getIndexOfSrcInMCOperands(CompSrcIdx); in doReplace()100 VOPDInst.add(MI[CompIdx]->getOperand(MCOprIdx)); in doReplace()105 for (auto CompIdx : VOPD::COMPONENTS) in doReplace() local106 VOPDInst.copyImplicitOps(*MI[CompIdx]); in doReplace()111 for (auto CompIdx : VOPD::COMPONENTS) in doReplace() local[all …]
80 for (auto CompIdx : VOPD::COMPONENTS) { in checkVOPDRegConstraints() local 81 const MachineInstr &MI = (CompIdx == VOPD::X) ? FirstMI : SecondMI; in checkVOPDRegConstraints() 94 if (InstInfo[CompIdx].hasMandatoryLiteral()) { in checkVOPDRegConstraints() 95 auto CompOprIdx = InstInfo[CompIdx].getMandatoryLiteralCompOperandIndex(); in checkVOPDRegConstraints()
730 unsigned CompIdx, in getRegIndices() argument732 assert(CompIdx < COMPONENTS_NUM); in getRegIndices()734 const auto &Comp = CompInfo[CompIdx]; in getRegIndices()737 RegIndices[DST] = GetRegIdx(CompIdx, Comp.getIndexOfDstInMCOperands()); in getRegIndices()743 ? GetRegIdx(CompIdx, Comp.getIndexOfSrcInMCOperands(CompSrcIdx)) in getRegIndices()
8894 for (auto CompIdx : VOPD::COMPONENTS) { in cvtVOPD() local8895 addOp(InstInfo[CompIdx].getIndexOfDstInParsedOperands()); in cvtVOPD()8898 for (auto CompIdx : VOPD::COMPONENTS) { in cvtVOPD() local8899 const auto &CInfo = InstInfo[CompIdx]; in cvtVOPD()8900 auto CompSrcOperandsNum = InstInfo[CompIdx].getCompParsedSrcOperandsNum(); in cvtVOPD()