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

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 1 //===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------*- C++ -*--===//
25 /// MipsMCInstLower - This class is used to lower an MachineInstr into an
27 class LLVM_LIBRARY_VISIBILITY MipsMCInstLower {
32 MipsMCInstLower(MipsAsmPrinter &asmprinter);
MipsMCInstLower.cpp 1 //===-- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ---------===//
14 #include "MipsMCInstLower.h"
29 MipsMCInstLower::MipsMCInstLower(MipsAsmPrinter &asmprinter)
32 void MipsMCInstLower::Initialize(MCContext *C) {
36 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
134 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
161 MCOperand MipsMCInstLower::createSub(MachineBasicBlock *BB1,
171 void MipsMCInstLower::
184 void MipsMCInstLower:
    [all...]
Android.mk 35 MipsMCInstLower.cpp \
MipsAsmPrinter.h 18 #include "MipsMCInstLower.h"
99 MipsMCInstLower MCInstLowering;

Completed in 526 milliseconds