Searched defs:NVPTXInstPrinter (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
H A D | NVPTXInstPrinter.h | 1 //= NVPTXInstPrinter.h - Convert NVPTX MCInst to assembly syntax --*- C++ -*-=// 25 class NVPTXInstPrinter : public MCInstPrinter { class in namespace:llvm 27 NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
|
H A D | NVPTXInstPrinter.cpp | 1 //===-- NVPTXInstPrinter.cpp - PTX assembly instruction printing ----------===// 14 #include "InstPrinter/NVPTXInstPrinter.h" 32 NVPTXInstPrinter::NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, function in class:NVPTXInstPrinter 39 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { 74 void NVPTXInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, 82 void NVPTXInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, 96 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O, 146 void NVPTXInstPrinter::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O, 219 void NVPTXInstPrinter [all...] |
Completed in 185 milliseconds