LLVM
20.0.0git
lib
Target
ARC
ARCMCInstLower.h
Go to the documentation of this file.
1
//===- ARCMCInstLower.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_ARC_ARCMCINSTLOWER_H
10
#define LLVM_LIB_TARGET_ARC_ARCMCINSTLOWER_H
11
12
#include "
llvm/CodeGen/MachineOperand.h
"
13
#include "
llvm/Support/Compiler.h
"
14
15
namespace
llvm
{
16
17
class
MCContext;
18
class
MCInst;
19
class
MCOperand;
20
class
MachineInstr;
21
class
MachineFunction;
22
class
Mangler;
23
class
AsmPrinter;
24
25
/// This class is used to lower an MachineInstr into an MCInst.
26
class
LLVM_LIBRARY_VISIBILITY
ARCMCInstLower
{
27
using
MachineOperandType
=
MachineOperand::MachineOperandType
;
28
MCContext
*Ctx;
29
AsmPrinter
&
Printer
;
30
31
public
:
32
ARCMCInstLower
(
MCContext
*
C
,
AsmPrinter
&asmprinter);
33
void
Lower(
const
MachineInstr
*
MI
,
MCInst
&OutMI)
const
;
34
MCOperand
LowerOperand
(
const
MachineOperand
&MO,
unsigned
offset = 0)
const
;
35
36
private
:
37
MCOperand
LowerSymbolOperand
(
const
MachineOperand
&MO,
38
MachineOperandType
MOTy,
unsigned
Offset
)
const
;
39
};
40
41
}
// end namespace llvm
42
43
#endif
// LLVM_LIB_TARGET_ARC_ARCMCINSTLOWER_H
C
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
Compiler.h
LLVM_LIBRARY_VISIBILITY
#define LLVM_LIBRARY_VISIBILITY
Definition:
Compiler.h:127
Printer
dxil pretty DXIL Metadata Pretty Printer
Definition:
DXILPrettyPrinter.cpp:54
Offset
uint64_t Offset
Definition:
ELF_riscv.cpp:478
MI
IRTranslator LLVM IR MI
Definition:
IRTranslator.cpp:113
MachineOperand.h
LowerSymbolOperand
static MCOperand LowerSymbolOperand(const MachineInstr *MI, const MachineOperand &MO, AsmPrinter &AP)
Definition:
SparcMCInstLower.cpp:29
LowerOperand
static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, AsmPrinter &AP)
Definition:
SparcMCInstLower.cpp:67
llvm::ARCMCInstLower
This class is used to lower an MachineInstr into an MCInst.
Definition:
ARCMCInstLower.h:26
llvm::AsmPrinter
This class is intended to be used as a driving class for all asm writers.
Definition:
AsmPrinter.h:86
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::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::MachineOperand::MachineOperandType
MachineOperandType
Definition:
MachineOperand.h:50
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Tue Nov 12 2024 15:57:08 for LLVM by
1.9.6