Searched refs:NVPTXInstPrinter (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp1 //===-- 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...]
H A DNVPTXInstPrinter.h1 //= 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,
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.cpp15 #include "InstPrinter/NVPTXInstPrinter.h"
68 return new NVPTXInstPrinter(MAI, MII, MRI, STI);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp16 #include "InstPrinter/NVPTXInstPrinter.h"
671 // Must be kept in sync with NVPTXInstPrinter::printRegName
2396 O << NVPTXInstPrinter::getRegisterName(MO.getReg());

Completed in 199 milliseconds