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

  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.h 1 //===-- MBlazeMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*-===//
26 /// MBlazeMCInstLower - This class is used to lower an MachineInstr
28 class LLVM_LIBRARY_VISIBILITY MBlazeMCInstLower {
34 MBlazeMCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer)
MBlazeMCInstLower.cpp 1 //===-- MBlazeMCInstLower.cpp - Convert MBlaze MachineInstr to an MCInst---===//
15 #include "MBlazeMCInstLower.h"
32 MCSymbol *MBlazeMCInstLower::
42 MCSymbol *MBlazeMCInstLower::
52 MCSymbol *MBlazeMCInstLower::
67 MCSymbol *MBlazeMCInstLower::
85 MCSymbol *MBlazeMCInstLower::
95 MCOperand MBlazeMCInstLower::
115 void MBlazeMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
MBlazeAsmPrinter.cpp 22 #include "MBlazeMCInstLower.h"
190 MBlazeMCInstLower MCInstLowering(OutContext, *Mang, *this);

Completed in 651 milliseconds