LLVM
20.0.0git
lib
Target
Mips
MipsMCInstLower.h
Go to the documentation of this file.
1
//===- MipsMCInstLower.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_MIPS_MIPSMCINSTLOWER_H
10
#define LLVM_LIB_TARGET_MIPS_MIPSMCINSTLOWER_H
11
12
#include "
MCTargetDesc/MipsMCExpr.h
"
13
#include "
llvm/CodeGen/MachineOperand.h
"
14
#include "
llvm/Support/Compiler.h
"
15
16
namespace
llvm
{
17
18
class
MachineBasicBlock;
19
class
MachineInstr;
20
class
MCContext;
21
class
MCInst;
22
class
MCOperand;
23
class
MipsAsmPrinter;
24
25
/// MipsMCInstLower - This class is used to lower an MachineInstr into an
26
/// MCInst.
27
class
LLVM_LIBRARY_VISIBILITY
MipsMCInstLower
{
28
using
MachineOperandType
=
MachineOperand::MachineOperandType
;
29
30
MCContext
*Ctx;
31
MipsAsmPrinter
&
AsmPrinter
;
32
33
public
:
34
MipsMCInstLower
(
MipsAsmPrinter
&asmprinter);
35
36
void
Initialize(
MCContext
*
C
);
37
void
Lower(
const
MachineInstr
*
MI
,
MCInst
&OutMI)
const
;
38
MCOperand
LowerOperand
(
const
MachineOperand
&MO, int64_t offset = 0)
const
;
39
40
private
:
41
MCOperand
LowerSymbolOperand
(
const
MachineOperand
&MO,
42
MachineOperandType
MOTy, int64_t
Offset
)
const
;
43
MCOperand
createSub(
MachineBasicBlock
*BB1,
MachineBasicBlock
*BB2,
44
MipsMCExpr::MipsExprKind
Kind)
const
;
45
void
lowerLongBranchLUi(
const
MachineInstr
*
MI
,
MCInst
&OutMI)
const
;
46
void
lowerLongBranchADDiu(
const
MachineInstr
*
MI
,
MCInst
&OutMI,
47
int
Opcode)
const
;
48
bool
lowerLongBranch(
const
MachineInstr
*
MI
,
MCInst
&OutMI)
const
;
49
};
50
51
}
// end namespace llvm
52
53
#endif
// LLVM_LIB_TARGET_MIPS_MIPSMCINSTLOWER_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:131
Offset
uint64_t Offset
Definition:
ELF_riscv.cpp:478
MI
IRTranslator LLVM IR MI
Definition:
IRTranslator.cpp:113
MachineOperand.h
MipsMCExpr.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::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::MachineBasicBlock
Definition:
MachineBasicBlock.h:124
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::MipsAsmPrinter
Definition:
MipsAsmPrinter.h:42
llvm::MipsMCExpr::MipsExprKind
MipsExprKind
Definition:
MipsMCExpr.h:19
llvm::MipsMCInstLower
MipsMCInstLower - This class is used to lower an MachineInstr into an MCInst.
Definition:
MipsMCInstLower.h:27
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Mon Nov 4 2024 15:26:58 for LLVM by
1.9.6