Lines Matching defs:InsInstrs
1594 SmallVectorImpl<MachineInstr *> &InsInstrs) const {
1598 assert(all_of(InsInstrs,
1610 for (auto *NewMI : InsInstrs) {
2218 SmallVectorImpl<MachineInstr *> &InsInstrs,
2252 InsInstrs.push_back(MIB);
2263 SmallVectorImpl<MachineInstr *> &InsInstrs,
2313 InsInstrs.push_back(MIB1);
2314 InsInstrs.push_back(MIB2);
2322 SmallVectorImpl<MachineInstr *> &InsInstrs,
2328 TargetInstrInfo::genAlternativeCodeSequence(Root, Pattern, InsInstrs,
2334 combineFPFusedMultiply(Root, Prev, Pattern, InsInstrs, DelInstrs);
2340 combineFPFusedMultiply(Root, Prev, Pattern, InsInstrs, DelInstrs);
2344 genShXAddAddShift(Root, 1, InsInstrs, DelInstrs, InstrIdxForVirtReg);
2347 genShXAddAddShift(Root, 2, InsInstrs, DelInstrs, InstrIdxForVirtReg);