Thanks to visit codestin.com
Credit goes to llvm.org
LLVM
22.0.0git
lib
Target
SystemZ
SystemZMCInstLower.h
Go to the documentation of this file.
1
//===-- SystemZMCInstLower.h - Lower MachineInstr to MCInst ----*- C++ -*--===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef LLVM_LIB_TARGET_SYSTEMZ_SYSTEMZMCINSTLOWER_H
10
#define LLVM_LIB_TARGET_SYSTEMZ_SYSTEMZMCINSTLOWER_H
11
12
#include "
MCTargetDesc/SystemZMCAsmInfo.h
"
13
#include "
llvm/MC/MCExpr.h
"
14
#include "
llvm/Support/Compiler.h
"
15
#include "
llvm/Support/DataTypes.h
"
16
17
namespace
llvm
{
18
class
MCInst
;
19
class
MCOperand
;
20
class
MachineInstr
;
21
class
MachineOperand
;
22
class
SystemZAsmPrinter
;
23
24
class
LLVM_LIBRARY_VISIBILITY
SystemZMCInstLower
{
25
MCContext
&Ctx;
26
SystemZAsmPrinter
&AsmPrinter;
27
28
public
:
29
SystemZMCInstLower
(
MCContext
&ctx,
SystemZAsmPrinter
&asmPrinter);
30
31
// Lower MachineInstr MI to MCInst OutMI.
32
void
lower
(
const
MachineInstr
*
MI
,
MCInst
&OutMI)
const
;
33
34
// Return an MCOperand for MO.
35
MCOperand
lowerOperand
(
const
MachineOperand
& MO)
const
;
36
37
// Return an MCExpr for symbolic operand MO with variant kind Kind.
38
const
MCExpr
*
getExpr
(
const
MachineOperand
&MO,
SystemZ::Specifier
)
const
;
39
};
40
}
// end namespace llvm
41
42
#endif
Compiler.h
LLVM_LIBRARY_VISIBILITY
#define LLVM_LIBRARY_VISIBILITY
Definition
Compiler.h:137
MI
IRTranslator LLVM IR MI
Definition
IRTranslator.cpp:110
MCExpr.h
SystemZMCAsmInfo.h
llvm::MCContext
Context object for machine code objects.
Definition
MCContext.h:83
llvm::MCExpr
Base class for the full range of assembler expressions which are needed for parsing.
Definition
MCExpr.h:34
llvm::MCInst
Instances of this class represent a single low-level machine instruction.
Definition
MCInst.h:188
llvm::MCOperand
Instances of this class represent operands of the MCInst class.
Definition
MCInst.h:40
llvm::MachineInstr
Representation of each machine instruction.
Definition
MachineInstr.h:72
llvm::MachineOperand
MachineOperand class - Representation of each machine instruction operand.
Definition
MachineOperand.h:48
llvm::SystemZAsmPrinter
Definition
SystemZAsmPrinter.h:26
llvm::SystemZMCInstLower::getExpr
const MCExpr * getExpr(const MachineOperand &MO, SystemZ::Specifier) const
Definition
SystemZMCInstLower.cpp:36
llvm::SystemZMCInstLower::lowerOperand
MCOperand lowerOperand(const MachineOperand &MO) const
Definition
SystemZMCInstLower.cpp:79
llvm::SystemZMCInstLower::SystemZMCInstLower
SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter)
Definition
SystemZMCInstLower.cpp:32
llvm::SystemZMCInstLower::lower
void lower(const MachineInstr *MI, MCInst &OutMI) const
Definition
SystemZMCInstLower.cpp:94
DataTypes.h
llvm::SystemZ::Specifier
uint16_t Specifier
Definition
SystemZMCAsmInfo.h:36
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
AddressRanges.h:18
Generated on
for LLVM by
1.14.0