Searched refs:NewInstrs (Results 1 – 3 of 3) sorted by relevance
689 InstListTy NewInstrs; in applyMappingImpl() local694 InstManager NewInstrObserver(Builder, NewInstrs); in applyMappingImpl()706 while (!NewInstrs.empty()) { in applyMappingImpl()707 MachineInstr *NewMI = NewInstrs.pop_back_val(); in applyMappingImpl()
218 std::unique_ptr<MachineInstr *[]> NewInstrs( in repairReg() local229 NewInstrs[Idx++] = CurMI; in repairReg()
2861 SmallVector<const MachineInstr*,4> NewInstrs; in rewriteHexConstDefs() local2892 NewInstrs.push_back(&*MIB); in rewriteHexConstDefs()2941 NewInstrs.push_back(NewMI); in rewriteHexConstDefs()2949 if (!NewInstrs.empty()) { in rewriteHexConstDefs()2952 dbgs() << "Rewrite: for " << MI << " created " << *NewInstrs[0]; in rewriteHexConstDefs()2953 for (unsigned i = 1; i < NewInstrs.size(); ++i) in rewriteHexConstDefs()2954 dbgs() << " " << *NewInstrs[i]; in rewriteHexConstDefs()