LLVM 20.0.0git
|
#include "SystemZAsmPrinter.h"
#include "MCTargetDesc/SystemZGNUInstPrinter.h"
#include "MCTargetDesc/SystemZHLASMInstPrinter.h"
#include "MCTargetDesc/SystemZMCExpr.h"
#include "MCTargetDesc/SystemZMCTargetDesc.h"
#include "SystemZConstantPoolValue.h"
#include "SystemZMCInstLower.h"
#include "TargetInfo/SystemZTargetInfo.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/IR/Mangler.h"
#include "llvm/IR/Module.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"
#include "llvm/Support/Chrono.h"
#include "llvm/Support/ConvertEBCDIC.h"
#include "llvm/Support/FormatVariadic.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 |
#define | EMIT_COMMENT(Str) |
#define EMIT_COMMENT | ( | Str | ) |
#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 722 of file SystemZAsmPrinter.cpp.
References llvm::MCSymbolRefExpr::create(), llvm::MCContext::createTempSymbol(), llvm::MCStreamer::emitInstruction(), llvm::MCStreamer::emitLabel(), and llvm_unreachable.
|
static |
Definition at line 1241 of file SystemZAsmPrinter.cpp.
References llvm::LLVM_MARK_AS_BITMASK_ENUM.
|
static |
Definition at line 1329 of file SystemZAsmPrinter.cpp.
References llvm::ConverterEBCDIC::convertToEBCDIC(), llvm::XCOFF::NameSize, llvm::StringRef::size(), llvm::SmallString< InternalLen >::str(), and llvm::StringRef::substr().
|
static |
Definition at line 86 of file SystemZAsmPrinter.cpp.
References llvm::MCSymbolRefExpr::create(), llvm::MCContext::getOrCreateSymbol(), Name, and llvm::MCSymbolRefExpr::VK_None.
Referenced by llvm::SystemZAsmPrinter::emitInstruction().
|
static |
Definition at line 961 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.
|
static |
Definition at line 1158 of file SystemZAsmPrinter.cpp.
Definition at line 1181 of file SystemZAsmPrinter.cpp.
Definition at line 1174 of file SystemZAsmPrinter.cpp.
Definition at line 1167 of file SystemZAsmPrinter.cpp.
|
static |
Definition at line 79 of file SystemZAsmPrinter.cpp.
References llvm::MCSymbolRefExpr::create(), llvm::MCContext::getOrCreateSymbol(), Name, and llvm::MCSymbolRefExpr::VK_PLT.
Referenced by llvm::SystemZAsmPrinter::emitInstruction().
|
static |
Definition at line 1188 of file SystemZAsmPrinter.cpp.
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZAsmPrinter | ( | ) |
Definition at line 1712 of file SystemZAsmPrinter.cpp.
References llvm::getTheSystemZTarget(), and X.
|
static |
Definition at line 97 of file SystemZAsmPrinter.cpp.
References llvm::MCInst::addOperand(), llvm::MCOperand::createImm(), MI, and llvm::MCInst::setOpcode().
Referenced by llvm::SystemZAsmPrinter::emitInstruction().
|
static |
Definition at line 69 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 55 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addImm(), llvm::MCInstBuilder::addReg(), llvm::SystemZMC::getRegAsGRH32(), and MI.
|
static |
Definition at line 41 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addImm(), llvm::MCInstBuilder::addReg(), llvm::SystemZMC::getRegAsGR32(), and MI.
|
static |
Definition at line 122 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 132 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 1017 of file SystemZAsmPrinter.cpp.
References llvm::sampleprof::Base, OS, printFormattedRegName(), and printOperand().
Referenced by llvm::SystemZAsmPrinter::PrintAsmMemoryOperand().
|
static |
Definition at line 984 of file SystemZAsmPrinter.cpp.
References llvm::AD_HLASM, assert(), llvm::MCAsmInfo::getAssemblerDialect(), llvm::SystemZGNUInstPrinter::getRegisterName(), llvm::SystemZHLASMInstPrinter::getRegisterName(), OS, and RegName.
Referenced by printAddress(), and printReg().
|
static |
Definition at line 1005 of file SystemZAsmPrinter.cpp.
References llvm::MCOperand::getExpr(), llvm::MCOperand::getImm(), llvm::MCOperand::getReg(), llvm::MCOperand::isExpr(), llvm::MCOperand::isImm(), llvm::MCOperand::isReg(), llvm_unreachable, OS, llvm::MCExpr::print(), and llvm::printReg().
|
static |
Definition at line 998 of file SystemZAsmPrinter.cpp.
References OS, and printFormattedRegName().