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

/macosx-10.9.5/llvmCore-3425.0.33/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...]
H A DX86MCInstLower.h41 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARM.h47 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);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPC.h38 void LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
H A DPPCMCInstLower.cpp144 void llvm::LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
146 OutMI.setOpcode(MI->getOpcode());
185 OutMI.addOperand(MCOp);
/macosx-10.9.5/llvmCore-3425.0.33/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.h34 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeMCInstLower.h34 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);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsMCInstLower.h35 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
H A DMipsMCInstLower.cpp151 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
152 OutMI.setOpcode(MI->getOpcode());
159 OutMI.addOperand(MCOp);

Completed in 140 milliseconds