Searched refs:RegOps (Results 1 – 3 of 3) sorted by relevance
346 unsigned RegOps = OpNum + 1; in PrintAsmOperand() local347 while (MI->getOperand(RegOps).isReg()) { in PrintAsmOperand()349 << ARMInstPrinter::getRegisterName(MI->getOperand(RegOps).getReg()); in PrintAsmOperand()350 RegOps++; in PrintAsmOperand()
2095 for (auto &RegOps : MIUnits) in tryToSinkCopy() local2096 SeenDbgInstrs[RegOps.first].emplace_back(&MI, in tryToSinkCopy()2097 std::move(RegOps.second)); in tryToSinkCopy()
1879 std::vector<std::pair<MachineInstr*,unsigned>> RegOps; in replaceInstr() local1883 RegOps.push_back({&UI, getOperandIndex(UI, Op)}); in replaceInstr()1896 for (std::pair<MachineInstr*,unsigned> P : RegOps) { in replaceInstr()