Lines Matching refs:InsInstrs
1080 SmallVectorImpl<MachineInstr *> &InsInstrs, MachineFunction &MF, in reduceAccumulatorTree() argument
1104 InstrIdxForVirtReg.insert(std::make_pair(Dest, InsInstrs.size())); in reduceAccumulatorTree()
1114 InsInstrs.push_back(MIB); in reduceAccumulatorTree()
1315 SmallVectorImpl<MachineInstr *> &InsInstrs, in reassociateOps() argument
1462 InsInstrs.push_back(MIB1); in reassociateOps()
1463 InsInstrs.push_back(MIB2); in reassociateOps()
1481 SmallVectorImpl<MachineInstr *> &InsInstrs, in genAlternativeCodeSequence() argument
1505 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, OperandIndices, in genAlternativeCodeSequence()
1558 InstIdxForVirtReg.insert(std::make_pair(AccReg, InsInstrs.size())); in genAlternativeCodeSequence()
1559 InsInstrs.push_back(MIB); in genAlternativeCodeSequence()
1564 for (unsigned i = (InsInstrs.size() - MaxWidth); i < InsInstrs.size(); in genAlternativeCodeSequence()
1566 auto Reg = InsInstrs[i]->getOperand(0).getReg(); in genAlternativeCodeSequence()
1571 reduceAccumulatorTree(RegistersToReduce, InsInstrs, MF, Root, MRI, in genAlternativeCodeSequence()