OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemZMCInstLower
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h
1
//===--
SystemZMCInstLower
.h - Lower MachineInstr to MCInst ----*- C++ -*--===//
26
class LLVM_LIBRARY_VISIBILITY
SystemZMCInstLower
{
32
SystemZMCInstLower
(Mangler *mang, MCContext &ctx,
SystemZMCInstLower.cpp
1
//===--
SystemZMCInstLower
.cpp - Lower MachineInstr to MCInst -------------===//
10
#include "
SystemZMCInstLower
.h"
38
SystemZMCInstLower
::
SystemZMCInstLower
(Mangler *mang, MCContext &ctx,
42
MCOperand
SystemZMCInstLower
::lowerSymbolOperand(const MachineOperand &MO,
54
MCOperand
SystemZMCInstLower
::lowerOperand(const MachineOperand &MO) const {
95
void
SystemZMCInstLower
::lower(const MachineInstr *MI, MCInst &OutMI) const {
Completed in 329 milliseconds