LLVM 17.0.0git
Functions
RISCVMCInstLower.cpp File Reference
#include "RISCV.h"
#include "RISCVSubtarget.h"
#include "MCTargetDesc/RISCVMCExpr.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Functions

static MCOperand lowerSymbolOperand (const MachineOperand &MO, MCSymbol *Sym, const AsmPrinter &AP)
 
static bool lowerRISCVVMachineInstrToMCInst (const MachineInstr *MI, MCInst &OutMI)
 

Function Documentation

◆ lowerRISCVVMachineInstrToMCInst()

static bool lowerRISCVVMachineInstrToMCInst ( const MachineInstr MI,
MCInst OutMI 
)
static

◆ lowerSymbolOperand()

static MCOperand lowerSymbolOperand ( const MachineOperand MO,
MCSymbol Sym,
const AsmPrinter AP 
)
static