Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineSink.cpp1752 for (auto RegOps : MIUnits) in tryToSinkCopy() local
1753 SeenDbgInstrs[RegOps.first].push_back({MI, RegOps.second}); in tryToSinkCopy()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp332 unsigned RegOps = OpNum + 1; in PrintAsmOperand() local
333 while (MI->getOperand(RegOps).isReg()) { in PrintAsmOperand()
335 << ARMInstPrinter::getRegisterName(MI->getOperand(RegOps).getReg()); in PrintAsmOperand()
336 RegOps++; in PrintAsmOperand()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1874 std::vector<std::pair<MachineInstr*,unsigned>> RegOps; in replaceInstr() local
1878 RegOps.push_back({&UI, getOperandIndex(UI, Op)}); in replaceInstr()
1891 for (std::pair<MachineInstr*,unsigned> P : RegOps) { in replaceInstr()