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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCInstLower.h 1 //===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------------------==//
26 /// MipsMCInstLower - This class is used to lower an MachineInstr into an
28 class LLVM_LIBRARY_VISIBILITY MipsMCInstLower {
34 MipsMCInstLower(Mangler *mang, const MachineFunction &MF,
MipsMCInstLower.cpp 1 //===-- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ---------===//
15 #include "MipsMCInstLower.h"
27 MipsMCInstLower::MipsMCInstLower(Mangler *mang, const MachineFunction &mf,
31 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
91 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand& MO) const {
116 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
MipsAsmPrinter.cpp 20 #include "MipsMCInstLower.h"
63 MipsMCInstLower MCInstLowering(Mang, *MF, *this);
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 1 //===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------*- C++ -*--===//
24 /// MipsMCInstLower - This class is used to lower an MachineInstr into an
26 class LLVM_LIBRARY_VISIBILITY MipsMCInstLower {
31 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,
178 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
205 MCOperand MipsMCInstLower::createSub(MachineBasicBlock *BB1,
215 void MipsMCInstLower::
228 void MipsMCInstLower::lowerLongBranchADDiu
    [all...]
MipsAsmPrinter.h 18 #include "MipsMCInstLower.h"
99 MipsMCInstLower MCInstLowering;

Completed in 308 milliseconds