Searched defs:OutMI (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp146 MCInst &OutMI,
148 OutMI.setOpcode(MI->getOpcode());
155 OutMI.addOperand(MCOp);
145 LowerAArch64MachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, AArch64AsmPrinter &AP) argument
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp114 void llvm::LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
116 OutMI.setOpcode(MI->getOpcode());
123 OutMI.addOperand(MCOp);
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp163 void llvm::LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
165 OutMI.setOpcode(MI->getOpcode());
204 OutMI.addOperand(MCOp);
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp46 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
229 static void LowerUnaryToTwoAddr(MCInst &OutMI, unsigned NewOpc) { argument
230 OutMI.setOpcode(NewOpc);
231 OutMI.addOperand(OutMI.getOperand(0));
232 OutMI.addOperand(OutMI.getOperand(0));
336 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
337 OutMI.setOpcode(MI->getOpcode());
375 OutMI
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp317 void NVPTXAsmPrinter::lowerToMCInst(const MachineInstr *MI, MCInst &OutMI) { argument
318 OutMI.setOpcode(MI->getOpcode());
325 OutMI.addOperand(MCOp);

Completed in 133 milliseconds