HomeSort by relevance Sort by last modified time
    Searched refs:X86MCInstLower (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/
X86MCInstLower.h 1 //===-- X86MCInstLower.h - Lower MachineInstr to MCInst ---------*- C++ -*-===//
29 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
30 class LLVM_LIBRARY_VISIBILITY X86MCInstLower {
38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
Android.mk 26 X86MCInstLower.cpp \
X86MCInstLower.cpp 1 //===-- X86MCInstLower.cpp - Convert X86 MachineInstr to an MCInst --------===//
15 #include "X86MCInstLower.h"
32 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf,
37 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const {
44 MCSymbol *X86MCInstLower::
132 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO,
307 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
549 X86MCInstLower &MCInstLowering,
639 X86MCInstLower MCInstLowering(Mang, *MF, *this)
    [all...]

Completed in 421 milliseconds