Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsRegisterBankInfo.cpp666 InstListTy NewInstrs; in applyMappingImpl() local
672 InstManager NewInstrObserver(NewInstrs); in applyMappingImpl()
685 while (!NewInstrs.empty()) { in applyMappingImpl()
686 MachineInstr *NewMI = NewInstrs.pop_back_val(); in applyMappingImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp218 std::unique_ptr<MachineInstr *[]> NewInstrs( in repairReg() local
229 NewInstrs[Idx++] = CurMI; in repairReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp2856 SmallVector<const MachineInstr*,4> NewInstrs; in rewriteHexConstDefs() local
2888 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()