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

/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp1 //===-- NVPTXInstPrinter.cpp - PTX assembly instruction printing ----------===//
15 #include "InstPrinter/NVPTXInstPrinter.h"
31 NVPTXInstPrinter::NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, function in class:NVPTXInstPrinter
38 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
73 void NVPTXInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
81 void NVPTXInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
95 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
145 void NVPTXInstPrinter::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O,
218 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,
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.cpp16 #include "InstPrinter/NVPTXInstPrinter.h"
68 return new NVPTXInstPrinter(MAI, MII, MRI, STI);
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp23 #include "InstPrinter/NVPTXInstPrinter.h"
383 // Must be kept in sync with NVPTXInstPrinter::printRegName
2066 O << NVPTXInstPrinter::getRegisterName(MO.getReg());

Completed in 51 milliseconds