LLVM
20.0.0git
lib
Target
WebAssembly
WebAssemblyMCInstLower.h
Go to the documentation of this file.
1
//===-- WebAssemblyMCInstLower.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
/// \file
10
/// This file declares the class to lower WebAssembly MachineInstrs to
11
/// their corresponding MCInst records.
12
///
13
//===----------------------------------------------------------------------===//
14
15
#ifndef LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYMCINSTLOWER_H
16
#define LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYMCINSTLOWER_H
17
18
#include "
llvm/BinaryFormat/Wasm.h
"
19
#include "
llvm/MC/MCInst.h
"
20
#include "
llvm/Support/Compiler.h
"
21
22
namespace
llvm
{
23
class
WebAssemblyAsmPrinter;
24
class
MCContext;
25
class
MCSymbol
;
26
class
MachineInstr;
27
class
MachineOperand;
28
29
/// This class is used to lower an MachineInstr into an MCInst.
30
class
LLVM_LIBRARY_VISIBILITY
WebAssemblyMCInstLower
{
31
MCContext
&Ctx;
32
WebAssemblyAsmPrinter
&
Printer
;
33
34
MCSymbol
*GetGlobalAddressSymbol(
const
MachineOperand
&MO)
const
;
35
MCSymbol
*GetExternalSymbolSymbol(
const
MachineOperand
&MO)
const
;
36
MCOperand
lowerSymbolOperand
(
const
MachineOperand
&MO,
MCSymbol
*
Sym
)
const
;
37
MCOperand
lowerTypeIndexOperand(
SmallVectorImpl<wasm::ValType>
&&,
38
SmallVectorImpl<wasm::ValType>
&&)
const
;
39
40
public
:
41
WebAssemblyMCInstLower
(
MCContext
&ctx,
WebAssemblyAsmPrinter
&
printer
)
42
: Ctx(ctx),
Printer
(
printer
) {}
43
void
lower(
const
MachineInstr
*
MI
,
MCInst
&OutMI)
const
;
44
};
45
}
// end namespace llvm
46
47
#endif
Wasm.h
Compiler.h
LLVM_LIBRARY_VISIBILITY
#define LLVM_LIBRARY_VISIBILITY
Definition:
Compiler.h:127
printer
dxil pretty printer
Definition:
DXILPrettyPrinter.cpp:53
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 MachineOperand &MO, MCSymbol *Sym, const AsmPrinter &AP)
Definition:
LoongArchMCInstLower.cpp:27
MCInst.h
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::SmallVectorImpl
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
Definition:
SmallVector.h:586
llvm::WebAssemblyAsmPrinter
Definition:
WebAssemblyAsmPrinter.h:21
llvm::WebAssemblyMCInstLower
This class is used to lower an MachineInstr into an MCInst.
Definition:
WebAssemblyMCInstLower.h:30
llvm::WebAssemblyMCInstLower::WebAssemblyMCInstLower
WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer)
Definition:
WebAssemblyMCInstLower.h:41
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 17:08:06 for LLVM by
1.9.6