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

/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.cpp144 void llvm::LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
146 OutMI.setOpcode(MI->getOpcode());
185 OutMI.addOperand(MCOp);
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp223 static void LowerSubReg32_Op0(MCInst &OutMI, unsigned NewOpc) { argument
224 OutMI.setOpcode(NewOpc);
225 lower_subreg32(&OutMI, 0);
228 static void LowerUnaryToTwoAddr(MCInst &OutMI, unsigned NewOpc) { argument
229 OutMI.setOpcode(NewOpc);
230 OutMI.addOperand(OutMI.getOperand(0));
231 OutMI.addOperand(OutMI.getOperand(0));
307 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) cons
[all...]

Completed in 103 milliseconds