HomeSort by: relevance | last modified time | path
    Searched refs:MCInstPrinter (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86InstPrinterCommon.h 17 #include "llvm/MC/MCInstPrinter.h"
21 class X86InstPrinterCommon : public MCInstPrinter {
23 using MCInstPrinter::MCInstPrinter;
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFInstPrinter.h 16 #include "llvm/MC/MCInstPrinter.h"
19 class BPFInstPrinter : public MCInstPrinter {
23 : MCInstPrinter(MAI, MII, MRI) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.h 15 #include "llvm/MC/MCInstPrinter.h"
25 class HexagonInstPrinter : public MCInstPrinter {
29 : MCInstPrinter(MAI, MII, MRI), MII(MII) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
XCoreInstPrinter.h 19 #include "llvm/MC/MCInstPrinter.h"
23 class XCoreInstPrinter : public MCInstPrinter {
27 : MCInstPrinter(MAI, MII, MRI) {}
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
InstructionView.h 19 #include "llvm/MC/MCInstPrinter.h"
29 llvm::MCInstPrinter &MCIP;
39 llvm::MCInstPrinter &Printer,
56 llvm::MCInstPrinter &getInstPrinter() const { return MCIP; }
InstructionInfoView.h 41 #include "llvm/MC/MCInstPrinter.h"
75 llvm::MCInstPrinter &IP)
ResourcePressureView.h 64 #include "llvm/MC/MCInstPrinter.h"
89 llvm::MCInstPrinter &Printer,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCInstPrinter.cpp 1 //===- MCInstPrinter.cpp - Convert an MCInst to target assembly syntax ----===//
9 #include "llvm/MC/MCInstPrinter.h"
37 MCInstPrinter::~MCInstPrinter() = default;
41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
45 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
53 // By definition (see MCInstPrinter.h), CommentStream must end with
123 const char *MCInstPrinter::matchAliasPatterns(const MCInst *MI,
173 StringRef MCInstPrinter::markup(StringRef s) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
Disassembler.h 24 #include "llvm/MC/MCInstPrinter.h"
74 std::unique_ptr<llvm::MCInstPrinter> IP;
95 std::unique_ptr<MCInstPrinter> &&IP)
114 MCInstPrinter *getIP() { return IP.get(); }
115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.h 26 class MCInstPrinter;
62 MCInstPrinter *InstPrint,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
ARCInstPrinter.h 18 #include "llvm/MC/MCInstPrinter.h"
22 class ARCInstPrinter : public MCInstPrinter {
26 : MCInstPrinter(MAI, MII, MRI) {}
ARCMCTargetDesc.cpp 66 static MCInstPrinter *createARCMCInstPrinter(const Triple &T,
79 MCInstPrinter *InstPrint,
100 // Register the MCInstPrinter
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRInstPrinter.h 16 #include "llvm/MC/MCInstPrinter.h"
23 class AVRInstPrinter : public MCInstPrinter {
27 : MCInstPrinter(MAI, MII, MRI) {}
AVRMCTargetDesc.cpp 59 static MCInstPrinter *createAVRMCInstPrinter(const Triple &T,
87 MCInstPrinter *InstPrint,
106 // Register the MCInstPrinter.
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYInstPrinter.h 17 #include "llvm/MC/MCInstPrinter.h"
21 class CSKYInstPrinter : public MCInstPrinter {
25 : MCInstPrinter(MAI, MII, MRI) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430InstPrinter.h 16 #include "llvm/MC/MCInstPrinter.h"
19 class MSP430InstPrinter : public MCInstPrinter {
23 : MCInstPrinter(MAI, MII, MRI) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 52 static MCInstPrinter *createNVPTXMCInstPrinter(const Triple &T,
64 MCInstPrinter *, bool) {
83 // Register the MCInstPrinter.
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcInstPrinter.h 16 #include "llvm/MC/MCInstPrinter.h"
20 class SparcInstPrinter : public MCInstPrinter {
24 : MCInstPrinter(MAI, MII, MRI) {}
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
CodeRegionGenerator.h 43 parseCodeRegions(const std::unique_ptr<MCInstPrinter> &IP) = 0;
65 parseCodeRegions(const std::unique_ptr<MCInstPrinter> &IP) override;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 32 MCDisassembler *Disassembler, MCInstPrinter *InstPrinter,
69 MCInstPrinter *InstPrinter;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVInstPrinter.h 17 #include "llvm/MC/MCInstPrinter.h"
21 class RISCVInstPrinter : public MCInstPrinter {
25 : MCInstPrinter(MAI, MII, MRI) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEInstPrinter.h 17 #include "llvm/MC/MCInstPrinter.h"
21 class VEInstPrinter : public MCInstPrinter {
25 : MCInstPrinter(MAI, MII, MRI) {}
VEMCTargetDesc.cpp 70 MCInstPrinter *InstPrint,
75 static MCInstPrinter *createVEMCInstPrinter(const Triple &T,
110 // Register the MCInstPrinter
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.cpp 55 static MCInstPrinter *createMCInstPrinter(const Triple & /*T*/,
89 MCInstPrinter * /*InstPrint*/,
111 // Register the MCInstPrinter.
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstPrinter.h 1 //===- MCInstPrinter.h - MCInst to target assembly syntax -------*- C++ -*-===//
43 class MCInstPrinter {
79 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii,
82 virtual ~MCInstPrinter();

Completed in 32 milliseconds

1 2 3 4