LLVM API Documentation
#include <AMDGPUInstPrinter.h>


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) |
Definition at line 22 of file AMDGPUInstPrinter.h.
| llvm::AMDGPUInstPrinter::AMDGPUInstPrinter | ( | const MCAsmInfo & | MAI, |
| const MCInstrInfo & | MII, | ||
| const MCRegisterInfo & | MRI | ||
| ) | [inline] |
Definition at line 24 of file AMDGPUInstPrinter.h.
| 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().
| void llvm::AMDGPUInstPrinter::printInstruction | ( | const MCInst * | MI, |
| raw_ostream & | O | ||
| ) |
Referenced by printInst().