Home
last modified time | relevance | path

Searched refs:NewInstrs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp718 InstListTy NewInstrs; in applyMappingImpl() local
723 InstManager NewInstrObserver(Builder, NewInstrs); in applyMappingImpl()
735 while (!NewInstrs.empty()) { in applyMappingImpl()
736 MachineInstr *NewMI = NewInstrs.pop_back_val(); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp218 std::unique_ptr<MachineInstr *[]> NewInstrs( in repairReg() local
229 NewInstrs[Idx++] = CurMI; in repairReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2857 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()