LLVM
8.0.1
|
#include "HexagonAsmPrinter.h"
#include "Hexagon.h"
#include "HexagonInstrInfo.h"
#include "HexagonRegisterInfo.h"
#include "HexagonSubtarget.h"
#include "MCTargetDesc/HexagonInstPrinter.h"
#include "MCTargetDesc/HexagonMCExpr.h"
#include "MCTargetDesc/HexagonMCInstrInfo.h"
#include "MCTargetDesc/HexagonMCTargetDesc.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDirectives.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Macros | |
#define | DEBUG_TYPE "asm-printer" |
Functions | |
void | llvm::HexagonLowerToMC (const MCInstrInfo &MCII, const MachineInstr *MI, MCInst &MCB, HexagonAsmPrinter &AP) |
static unsigned | getHexagonRegisterPair (unsigned Reg, const MCRegisterInfo *RI) |
static MCSymbol * | smallData (AsmPrinter &AP, const MachineInstr &MI, MCStreamer &OutStreamer, const MCOperand &Imm, int AlignSize) |
static MCInst | ScaleVectorOffset (MCInst &Inst, unsigned OpNo, unsigned VectorSize, MCContext &Ctx) |
void | LLVMInitializeHexagonAsmPrinter () |
#define DEBUG_TYPE "asm-printer" |
Definition at line 63 of file HexagonAsmPrinter.cpp.
|
inlinestatic |
Definition at line 66 of file HexagonAsmPrinter.cpp.
References assert(), and contains().
Referenced by llvm::HexagonAsmPrinter::HexagonProcessInstruction().
void LLVMInitializeHexagonAsmPrinter | ( | ) |
Definition at line 782 of file HexagonAsmPrinter.cpp.
References llvm::getTheHexagonTarget(), and X.
|
static |
Definition at line 254 of file HexagonAsmPrinter.cpp.
References llvm::MCInst::addOperand(), llvm::HexagonMCExpr::create(), llvm::MCConstantExpr::create(), llvm::MCOperand::createExpr(), llvm::MCOperand::getExpr(), llvm::MCInst::getNumOperands(), llvm::MCInst::getOpcode(), llvm::MCInst::getOperand(), llvm::MCInst::setOpcode(), and T.
Referenced by llvm::HexagonAsmPrinter::HexagonProcessInstruction().
|
static |
Definition at line 188 of file HexagonAsmPrinter.cpp.
References assert(), llvm::StringRef::drop_back(), llvm::MCStreamer::EmitCodeAlignment(), llvm::MCStreamer::EmitIntValue(), llvm::MCStreamer::EmitLabel(), llvm::MCStreamer::EmitSymbolAttribute(), llvm::MCStreamer::EmitValue(), llvm::MCStreamer::getContext(), llvm::AsmPrinter::GetCPISymbol(), llvm::MCContext::getELFSection(), llvm::MCOperand::getExpr(), llvm::AsmPrinter::GetJTISymbol(), llvm::MachineInstr::getOperand(), llvm::MCContext::getOrCreateSymbol(), llvm::AsmPrinter::getSymbol(), llvm::MCOperand::isExpr(), llvm::MCSymbol::isUndefined(), llvm_unreachable, llvm::MCSA_Global, llvm::MCSA_Local, Name, llvm::AsmPrinter::OutContext, llvm::ARMBuildAttrs::Section, llvm::ELF::SHF_ALLOC, llvm::ELF::SHF_WRITE, llvm::ELF::SHT_PROGBITS, llvm::StringRef::str(), llvm::MCStreamer::SwitchSection(), llvm::AMDGPU::HSAMD::Kernel::Key::SymbolName, and llvm::utohexstr().
Referenced by llvm::HexagonAsmPrinter::HexagonProcessInstruction().