Searched refs:NewInstrs (Results 1 – 3 of 3) sorted by relevance
730 InstListTy NewInstrs; in applyMappingImpl() local735 InstManager NewInstrObserver(NewInstrs); in applyMappingImpl()748 while (!NewInstrs.empty()) { in applyMappingImpl()749 MachineInstr *NewMI = NewInstrs.pop_back_val(); in applyMappingImpl()
218 std::unique_ptr<MachineInstr *[]> NewInstrs( in repairReg() local229 NewInstrs[Idx++] = CurMI; in repairReg()
2864 SmallVector<const MachineInstr*,4> NewInstrs; in rewriteHexConstDefs() local2896 NewInstrs.push_back(&*MIB); in rewriteHexConstDefs()2945 NewInstrs.push_back(NewMI); in rewriteHexConstDefs()2953 if (!NewInstrs.empty()) { in rewriteHexConstDefs()2956 dbgs() << "Rewrite: for " << MI << " created " << *NewInstrs[0]; in rewriteHexConstDefs()2957 for (unsigned i = 1; i < NewInstrs.size(); ++i) in rewriteHexConstDefs()2958 dbgs() << " " << *NewInstrs[i]; in rewriteHexConstDefs()