Lines Matching refs:DelInstrs
2219 SmallVectorImpl<MachineInstr *> &DelInstrs) {
2254 DelInstrs.push_back(&Prev);
2255 DelInstrs.push_back(&Root);
2264 SmallVectorImpl<MachineInstr *> &DelInstrs,
2315 DelInstrs.push_back(ShiftMI);
2316 DelInstrs.push_back(AddMI);
2317 DelInstrs.push_back(&Root);
2323 SmallVectorImpl<MachineInstr *> &DelInstrs,
2329 DelInstrs, InstrIdxForVirtReg);
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);