Searched refs:SystemZMCInstLower (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h1 //===-- SystemZMCInstLower.h - Lower MachineInstr to MCInst ----*- C++ -*--===//
25 class LLVM_LIBRARY_VISIBILITY SystemZMCInstLower { class in namespace:llvm
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
H A DSystemZMCInstLower.cpp1 //===-- SystemZMCInstLower.cpp - Lower MachineInstr to MCInst -------------===//
10 #include "SystemZMCInstLower.h"
29 SystemZMCInstLower::SystemZMCInstLower(MCContext &ctx, function in class:SystemZMCInstLower
34 SystemZMCInstLower::getExpr(const MachineOperand &MO,
77 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const {
92 void SystemZMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const {
H A DSystemZAsmPrinter.cpp18 #include "SystemZMCInstLower.h"
70 SystemZMCInstLower Lower(MF->getContext(), *this);
203 SystemZMCInstLower Lower(MF->getContext(), *this);

Completed in 408 milliseconds