Searched refs:NewInstrs (Results 1 – 3 of 3) sorted by relevance
666 InstListTy NewInstrs; in applyMappingImpl() local672 InstManager NewInstrObserver(NewInstrs); in applyMappingImpl()685 while (!NewInstrs.empty()) { in applyMappingImpl()686 MachineInstr *NewMI = NewInstrs.pop_back_val(); in applyMappingImpl()
218 std::unique_ptr<MachineInstr *[]> NewInstrs( in repairReg() local229 NewInstrs[Idx++] = CurMI; in repairReg()
2856 SmallVector<const MachineInstr*,4> NewInstrs; in rewriteHexConstDefs() local2888 NewInstrs.push_back(&*MIB); in rewriteHexConstDefs()2935 NewInstrs.push_back(NewMI); in rewriteHexConstDefs()2943 if (!NewInstrs.empty()) { in rewriteHexConstDefs()2946 dbgs() << "Rewrite: for " << MI << " created " << *NewInstrs[0]; in rewriteHexConstDefs()2947 for (unsigned i = 1; i < NewInstrs.size(); ++i) in rewriteHexConstDefs()2948 dbgs() << " " << *NewInstrs[i]; in rewriteHexConstDefs()