Searched refs:RegOps (Results 1 – 3 of 3) sorted by relevance
349 unsigned RegOps = OpNum + 1; in PrintAsmOperand() local350 while (MI->getOperand(RegOps).isReg()) { in PrintAsmOperand()352 << ARMInstPrinter::getRegisterName(MI->getOperand(RegOps).getReg()); in PrintAsmOperand()353 RegOps++; in PrintAsmOperand()
2286 for (auto &RegOps : MIUnits) in tryToSinkCopy() local2287 SeenDbgInstrs[RegOps.first].emplace_back(&MI, in tryToSinkCopy()2288 std::move(RegOps.second)); in tryToSinkCopy()
1860 std::vector<std::pair<MachineInstr*,unsigned>> RegOps; in replaceInstr() local1864 RegOps.push_back({&UI, getOperandIndex(UI, Op)}); in replaceInstr()1877 for (std::pair<MachineInstr*,unsigned> P : RegOps) { in replaceInstr()