Searched refs:LanaiMCInstLower (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp1 //=-- LanaiMCInstLower.cpp - Convert Lanai MachineInstr to an MCInst --------=//
14 #include "LanaiMCInstLower.h"
33 LanaiMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
38 LanaiMCInstLower::GetBlockAddressSymbol(const MachineOperand &MO) const {
43 LanaiMCInstLower::GetExternalSymbolSymbol(const MachineOperand &MO) const {
47 MCSymbol *LanaiMCInstLower::GetJumpTableSymbol(const MachineOperand &MO) const {
57 LanaiMCInstLower::GetConstantPoolIndexSymbol(const MachineOperand &MO) const {
66 MCOperand LanaiMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
93 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
H A DLanaiMCInstLower.h1 //===-- LanaiMCInstLower.h - Lower MachineInstr to MCInst -------*- C++ -*-===//
23 // LanaiMCInstLower - This class is used to lower an MachineInstr
25 class LLVM_LIBRARY_VISIBILITY LanaiMCInstLower { class in namespace:llvm
31 LanaiMCInstLower(MCContext &CTX, AsmPrinter &AP) : Ctx(CTX), Printer(AP) {} function in class:llvm::LanaiMCInstLower
H A DLanaiAsmPrinter.cpp18 #include "LanaiMCInstLower.h"
153 LanaiMCInstLower MCInstLowering(OutContext, *this);
190 LanaiMCInstLower MCInstLowering(OutContext, *this);

Completed in 101 milliseconds