LLVM
20.0.0git
lib
Target
Lanai
LanaiMCInstLower.h
Go to the documentation of this file.
1
//===-- LanaiMCInstLower.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_LANAI_LANAIMCINSTLOWER_H
10
#define LLVM_LIB_TARGET_LANAI_LANAIMCINSTLOWER_H
11
12
#include "
llvm/Support/Compiler.h
"
13
14
namespace
llvm
{
15
class
AsmPrinter;
16
class
MCContext;
17
class
MCInst;
18
class
MCOperand;
19
class
MCSymbol
;
20
class
MachineInstr;
21
class
MachineOperand;
22
23
// LanaiMCInstLower - This class is used to lower an MachineInstr
24
// into an MCInst.
25
class
LLVM_LIBRARY_VISIBILITY
LanaiMCInstLower
{
26
MCContext
&Ctx;
27
28
AsmPrinter
&
Printer
;
29
30
public
:
31
LanaiMCInstLower
(
MCContext
&CTX,
AsmPrinter
&AP) : Ctx(CTX),
Printer
(AP) {}
32
void
Lower(
const
MachineInstr
*
MI
,
MCInst
&OutMI)
const
;
33
34
MCOperand
LowerSymbolOperand
(
const
MachineOperand
&MO,
MCSymbol
*
Sym
)
const
;
35
36
MCSymbol
*GetGlobalAddressSymbol(
const
MachineOperand
&MO)
const
;
37
MCSymbol
*GetBlockAddressSymbol(
const
MachineOperand
&MO)
const
;
38
MCSymbol
*GetExternalSymbolSymbol(
const
MachineOperand
&MO)
const
;
39
MCSymbol
*GetJumpTableSymbol(
const
MachineOperand
&MO)
const
;
40
MCSymbol
*GetConstantPoolIndexSymbol(
const
MachineOperand
&MO)
const
;
41
};
42
}
// namespace llvm
43
44
#endif
// LLVM_LIB_TARGET_LANAI_LANAIMCINSTLOWER_H
Compiler.h
LLVM_LIBRARY_VISIBILITY
#define LLVM_LIBRARY_VISIBILITY
Definition:
Compiler.h:127
Printer
dxil pretty DXIL Metadata Pretty Printer
Definition:
DXILPrettyPrinter.cpp:54
Sym
Symbol * Sym
Definition:
ELF_riscv.cpp:479
MI
IRTranslator LLVM IR MI
Definition:
IRTranslator.cpp:113
LowerSymbolOperand
static MCOperand LowerSymbolOperand(const MachineInstr *MI, const MachineOperand &MO, AsmPrinter &AP)
Definition:
SparcMCInstLower.cpp:29
llvm::AsmPrinter
This class is intended to be used as a driving class for all asm writers.
Definition:
AsmPrinter.h:86
llvm::LanaiMCInstLower
Definition:
LanaiMCInstLower.h:25
llvm::LanaiMCInstLower::LanaiMCInstLower
LanaiMCInstLower(MCContext &CTX, AsmPrinter &AP)
Definition:
LanaiMCInstLower.h:31
llvm::MCContext
Context object for machine code objects.
Definition:
MCContext.h:83
llvm::MCInst
Instances of this class represent a single low-level machine instruction.
Definition:
MCInst.h:184
llvm::MCOperand
Instances of this class represent operands of the MCInst class.
Definition:
MCInst.h:36
llvm::MCSymbol
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
Definition:
MCSymbol.h:41
llvm::MachineInstr
Representation of each machine instruction.
Definition:
MachineInstr.h:69
llvm::MachineOperand
MachineOperand class - Representation of each machine instruction operand.
Definition:
MachineOperand.h:48
llvm::ISD::MCSymbol
@ MCSymbol
Definition:
ISDOpcodes.h:178
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Tue Nov 12 2024 16:33:13 for LLVM by
1.9.6