LLVM
16.0.0git
|
#include "LoongArch.h"
#include "LoongArchSubtarget.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/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 |
Definition at line 25 of file LoongArchMCInstLower.cpp.
References llvm::MCConstantExpr::create(), llvm::MCSymbolRefExpr::create(), llvm::MCBinaryExpr::createAdd(), llvm::MCOperand::createExpr(), llvm::MachineOperand::getOffset(), llvm::MachineOperand::isJTI(), llvm::MachineOperand::isMBB(), llvm::AsmPrinter::OutContext, and llvm::MCSymbolRefExpr::VK_None.
Referenced by llvm::lowerLoongArchMachineOperandToMCOperand().