Searched refs:NewInstrs (Results 1 – 3 of 3) sorted by relevance
718 InstListTy NewInstrs; in applyMappingImpl() local723 InstManager NewInstrObserver(Builder, NewInstrs); in applyMappingImpl()735 while (!NewInstrs.empty()) { in applyMappingImpl()736 MachineInstr *NewMI = NewInstrs.pop_back_val(); in applyMappingImpl()
218 std::unique_ptr<MachineInstr *[]> NewInstrs( in repairReg() local229 NewInstrs[Idx++] = CurMI; in repairReg()
2857 SmallVector<const MachineInstr*,4> NewInstrs; in rewriteHexConstDefs() local 2888 NewInstrs.push_back(&*MIB); in rewriteHexConstDefs() 2937 NewInstrs.push_back(NewMI); in rewriteHexConstDefs() 2945 if (!NewInstrs.empty()) { in rewriteHexConstDefs() 2948 dbgs() << "Rewrite: for " << MI << " created " << *NewInstrs[0]; in rewriteHexConstDefs() 2949 for (unsigned i = 1; i < NewInstrs.size(); ++i) in rewriteHexConstDefs() 2950 dbgs() << " " << *NewInstrs[i]; in rewriteHexConstDefs()