Searched defs:XCoreMCInstLower (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h1 //===-- XCoreMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*--===//
25 class LLVM_LIBRARY_VISIBILITY XCoreMCInstLower { class in namespace:llvm
31 XCoreMCInstLower(class AsmPrinter &asmprinter);
H A DXCoreMCInstLower.cpp1 //===-- XCoreMCInstLower.cpp - Convert XCore MachineInstr to MCInst -------===//
15 #include "XCoreMCInstLower.h"
27 XCoreMCInstLower::XCoreMCInstLower(class AsmPrinter &asmprinter) function in class:XCoreMCInstLower
30 void XCoreMCInstLower::Initialize(Mangler *M, MCContext *C) {
35 MCOperand XCoreMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
81 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO,
107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {

Completed in 65 milliseconds