LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::AMDGPUInstPrinter Class Reference

#include <AMDGPUInstPrinter.h>

Inheritance diagram for llvm::AMDGPUInstPrinter:
Inheritance graph
[legend]
Collaboration diagram for llvm::AMDGPUInstPrinter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AMDGPUInstPrinter (const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
void printInstruction (const MCInst *MI, raw_ostream &O)
void printInst (const MCInst *MI, raw_ostream &O, StringRef Annot) override

Static Public Member Functions

static const char * getRegisterName (unsigned RegNo)

Detailed Description

Definition at line 22 of file AMDGPUInstPrinter.h.


Constructor & Destructor Documentation

Definition at line 24 of file AMDGPUInstPrinter.h.


Member Function Documentation

static const char* llvm::AMDGPUInstPrinter::getRegisterName ( unsigned  RegNo) [static]
void AMDGPUInstPrinter::printInst ( const MCInst MI,
raw_ostream OS,
StringRef  Annot 
) [override, virtual]

printInst - Print the specified MCInst to the specified raw_ostream.

Implements llvm::MCInstPrinter.

Definition at line 20 of file AMDGPUInstPrinter.cpp.

References llvm::raw_ostream::flush(), llvm::MCInstPrinter::printAnnotation(), and printInstruction().

Referenced by llvm::AMDGPUAsmPrinter::EmitInstruction().

Referenced by printInst().


The documentation for this class was generated from the following files: