LLVM
15.0.0git
|
#include "SystemZAsmPrinter.h"
#include "MCTargetDesc/SystemZInstPrinter.h"
#include "SystemZConstantPoolValue.h"
#include "SystemZMCInstLower.h"
#include "TargetInfo/SystemZTargetInfo.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/IR/Mangler.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInstBuilder.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/TargetRegistry.h"
Go to the source code of this file.
Macros | |
#define | LOWER_LOW(NAME) case SystemZ::NAME##64: LoweredMI = lowerRILow(MI, SystemZ::NAME); break |
#define | LOWER_HIGH(NAME) case SystemZ::NAME##64: LoweredMI = lowerRIHigh(MI, SystemZ::NAME); break |
Functions | |
static MCInst | lowerRILow (const MachineInstr *MI, unsigned Opcode) |
static MCInst | lowerRIHigh (const MachineInstr *MI, unsigned Opcode) |
static MCInst | lowerRIEfLow (const MachineInstr *MI, unsigned Opcode) |
static const MCSymbolRefExpr * | getTLSGetOffset (MCContext &Context) |
static const MCSymbolRefExpr * | getGlobalOffsetTable (MCContext &Context) |
static void | lowerAlignmentHint (const MachineInstr *MI, MCInst &LoweredMI, unsigned Opcode) |
static MCInst | lowerSubvectorLoad (const MachineInstr *MI, unsigned Opcode) |
static MCInst | lowerSubvectorStore (const MachineInstr *MI, unsigned Opcode) |
static unsigned | EmitNop (MCContext &OutContext, MCStreamer &OutStreamer, unsigned NumBytes, const MCSubtargetInfo &STI) |
static MCSymbolRefExpr::VariantKind | getModifierVariantKind (SystemZCP::SystemZCPModifier Modifier) |
LLVM_EXTERNAL_VISIBILITY void | LLVMInitializeSystemZAsmPrinter () |
#define LOWER_HIGH | ( | NAME | ) | case SystemZ::NAME##64: LoweredMI = lowerRIHigh(MI, SystemZ::NAME); break |
#define LOWER_LOW | ( | NAME | ) | case SystemZ::NAME##64: LoweredMI = lowerRILow(MI, SystemZ::NAME); break |
|
static |
Definition at line 612 of file SystemZAsmPrinter.cpp.
References llvm::MCSymbolRefExpr::create(), llvm::MCContext::createTempSymbol(), llvm::MCStreamer::emitInstruction(), llvm::MCStreamer::emitLabel(), and llvm_unreachable.
|
static |
Definition at line 78 of file SystemZAsmPrinter.cpp.
References Context, llvm::MCSymbolRefExpr::create(), and llvm::MCSymbolRefExpr::VK_None.
Referenced by llvm::SystemZAsmPrinter::emitInstruction().
|
static |
Definition at line 763 of file SystemZAsmPrinter.cpp.
References llvm::SystemZCP::DTPOFF, llvm_unreachable, llvm::SystemZCP::NTPOFF, llvm::SystemZCP::TLSGD, llvm::SystemZCP::TLSLDM, llvm::MCSymbolRefExpr::VK_DTPOFF, llvm::MCSymbolRefExpr::VK_NTPOFF, llvm::MCSymbolRefExpr::VK_TLSGD, and llvm::MCSymbolRefExpr::VK_TLSLDM.
Referenced by llvm::SystemZAsmPrinter::emitMachineConstantPoolValue().
|
static |
Definition at line 71 of file SystemZAsmPrinter.cpp.
References Context, llvm::MCSymbolRefExpr::create(), and llvm::MCSymbolRefExpr::VK_PLT.
Referenced by llvm::SystemZAsmPrinter::emitInstruction().
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZAsmPrinter | ( | ) |
Definition at line 867 of file SystemZAsmPrinter.cpp.
References llvm::getTheSystemZTarget(), and X.
|
static |
Definition at line 89 of file SystemZAsmPrinter.cpp.
References llvm::MCInst::addOperand(), Align, llvm::MCOperand::createImm(), MI, and llvm::MCInst::setOpcode().
Referenced by llvm::SystemZAsmPrinter::emitInstruction().
|
static |
Definition at line 61 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addImm(), llvm::MCInstBuilder::addReg(), llvm::SystemZMC::getRegAsGR64(), and MI.
Referenced by llvm::SystemZAsmPrinter::emitInstruction().
|
static |
Definition at line 47 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addImm(), llvm::MCInstBuilder::addReg(), llvm::SystemZMC::getRegAsGRH32(), and MI.
|
static |
Definition at line 33 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addImm(), llvm::MCInstBuilder::addReg(), llvm::SystemZMC::getRegAsGR32(), and MI.
|
static |
Definition at line 114 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addImm(), llvm::MCInstBuilder::addReg(), llvm::SystemZMC::getRegAsVR128(), and MI.
Referenced by llvm::SystemZAsmPrinter::emitInstruction().
|
static |
Definition at line 124 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addImm(), llvm::MCInstBuilder::addReg(), llvm::SystemZMC::getRegAsVR128(), and MI.
Referenced by llvm::SystemZAsmPrinter::emitInstruction().