Searched refs:OutMI (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/PTX/
H A DPTXMCInstLower.cpp23 void llvm::LowerPTXMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
25 OutMI.setOpcode(MI->getOpcode());
29 OutMI.addOperand(AP.lowerOperand(MO));
H A DPTX.h38 void LowerPTXMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp219 static void LowerSubReg32_Op0(MCInst &OutMI, unsigned NewOpc) { argument
220 OutMI.setOpcode(NewOpc);
221 lower_subreg32(&OutMI, 0);
224 static void LowerUnaryToTwoAddr(MCInst &OutMI, unsigned NewOpc) { argument
225 OutMI.setOpcode(NewOpc);
226 OutMI.addOperand(OutMI.getOperand(0));
227 OutMI.addOperand(OutMI.getOperand(0));
303 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) cons
[all...]
H A DX86MCInstLower.h41 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
/external/llvm/lib/Target/ARM/
H A DARM.h46 void LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
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 DPPC.h37 void LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
H A DPPCMCInstLower.cpp132 void llvm::LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
134 OutMI.setOpcode(MI->getOpcode());
173 OutMI.addOperand(MCOp);
/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp109 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
110 OutMI.setOpcode(MI->getOpcode());
151 OutMI.addOperand(MCOp);
H A DMSP430MCInstLower.h36 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
/external/llvm/lib/Target/MBlaze/
H A DMBlazeMCInstLower.h36 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
H A DMBlazeMCInstLower.cpp115 void MBlazeMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
116 OutMI.setOpcode(MI->getOpcode());
165 OutMI.addOperand(MCOp);
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h35 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
H A DMipsMCInstLower.cpp196 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
197 OutMI.setOpcode(MI->getOpcode());
204 OutMI.addOperand(MCOp);

Completed in 146 milliseconds