|
LLVM
4.0.0
|
#include "SystemZAsmPrinter.h"#include "InstPrinter/SystemZInstPrinter.h"#include "SystemZConstantPoolValue.h"#include "SystemZMCInstLower.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/MCStreamer.h"#include "llvm/Support/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 MCInst | lowerSubvectorLoad (const MachineInstr *MI, unsigned Opcode) |
| static MCInst | lowerSubvectorStore (const MachineInstr *MI, unsigned Opcode) |
| static MCSymbolRefExpr::VariantKind | getModifierVariantKind (SystemZCP::SystemZCPModifier Modifier) |
| void | LLVMInitializeSystemZAsmPrinter () |
| #define LOWER_HIGH | ( | NAME | ) | case SystemZ::NAME##64: LoweredMI = lowerRIHigh(MI, SystemZ::NAME); break |
Referenced by llvm::SystemZAsmPrinter::EmitInstruction().
| #define LOWER_LOW | ( | NAME | ) | case SystemZ::NAME##64: LoweredMI = lowerRILow(MI, SystemZ::NAME); break |
Referenced by llvm::SystemZAsmPrinter::EmitInstruction().
|
static |
Definition at line 76 of file SystemZAsmPrinter.cpp.
References Context, llvm::MCSymbolRefExpr::create(), llvm::MCContext::getOrCreateSymbol(), and llvm::MCSymbolRefExpr::VK_None.
Referenced by llvm::SystemZAsmPrinter::EmitInstruction().
|
static |
Definition at line 473 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 69 of file SystemZAsmPrinter.cpp.
References Context, llvm::MCSymbolRefExpr::create(), llvm::MCContext::getOrCreateSymbol(), and llvm::MCSymbolRefExpr::VK_PLT.
Referenced by llvm::SystemZAsmPrinter::EmitInstruction().
| void LLVMInitializeSystemZAsmPrinter | ( | ) |
Definition at line 525 of file SystemZAsmPrinter.cpp.
References llvm::getTheSystemZTarget(), and X.
|
static |
Definition at line 59 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addImm(), llvm::MCInstBuilder::addReg(), llvm::MachineOperand::getImm(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), and llvm::SystemZMC::getRegAsGR64().
Referenced by llvm::SystemZAsmPrinter::EmitInstruction().
|
static |
|
static |
|
static |
Definition at line 85 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addReg(), llvm::MachineOperand::getImm(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), and llvm::SystemZMC::getRegAsVR128().
Referenced by llvm::SystemZAsmPrinter::EmitInstruction().
|
static |
Definition at line 95 of file SystemZAsmPrinter.cpp.
References llvm::MCInstBuilder::addReg(), llvm::MachineOperand::getImm(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), and llvm::SystemZMC::getRegAsVR128().
Referenced by llvm::SystemZAsmPrinter::EmitInstruction().
1.8.6