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

  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 1 //===-- SystemZMCInstLower.h - Lower MachineInstr to MCInst ----*- C++ -*--===//
25 class LLVM_LIBRARY_VISIBILITY SystemZMCInstLower {
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
SystemZMCInstLower.cpp 1 //===-- SystemZMCInstLower.cpp - Lower MachineInstr to MCInst -------------===//
10 #include "SystemZMCInstLower.h"
32 SystemZMCInstLower::SystemZMCInstLower(MCContext &ctx,
37 SystemZMCInstLower::getExpr(const MachineOperand &MO,
80 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const {
95 void SystemZMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const {
SystemZAsmPrinter.cpp 18 #include "SystemZMCInstLower.h"
105 SystemZMCInstLower Lower(MF->getContext(), *this);
306 SystemZMCInstLower Lower(MF->getContext(), *this);

Completed in 49 milliseconds