Searched refs:X86MCInstLower (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86MCInstLower.h1 //===-- X86MCInstLower.h - Lower MachineInstr to MCInst -------------------===//
29 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
30 class LLVM_LIBRARY_VISIBILITY X86MCInstLower { class in namespace:llvm
38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
H A DAndroid.mk25 X86MCInstLower.cpp \
H A DX86MCInstLower.cpp1 //===-- X86MCInstLower.cpp - Convert X86 MachineInstr to an MCInst --------===//
16 #include "X86MCInstLower.h"
32 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf, function in class:X86MCInstLower
37 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const {
44 MCSymbol *X86MCInstLower::
132 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO,
301 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
534 X86MCInstLower &MCInstLowering,
597 X86MCInstLower MCInstLowerin
[all...]

Completed in 149 milliseconds