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

  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 1 //===-- XCoreMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*--===//
25 class LLVM_LIBRARY_VISIBILITY XCoreMCInstLower {
31 XCoreMCInstLower(class AsmPrinter &asmprinter);
XCoreMCInstLower.cpp 1 //===-- XCoreMCInstLower.cpp - Convert XCore MachineInstr to MCInst -------===//
15 #include "XCoreMCInstLower.h"
27 XCoreMCInstLower::XCoreMCInstLower(class AsmPrinter &asmprinter)
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 {
XCoreAsmPrinter.cpp 18 #include "XCoreMCInstLower.h"
53 XCoreMCInstLower MCInstLowering;

Completed in 50 milliseconds