HomeSort by relevance Sort by last modified time
    Searched refs:PTXMCAsmInfo (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
PTXMCAsmInfo.h 1 //=====-- PTXMCAsmInfo.h - PTX asm properties -----------------*- C++ -*--====//
10 // This file contains the declaration of the PTXMCAsmInfo class.
23 struct PTXMCAsmInfo : public MCAsmInfo {
24 explicit PTXMCAsmInfo(const Target &T, const StringRef &TT);
PTXMCAsmInfo.cpp 1 //===-- PTXMCAsmInfo.cpp - PTX asm properties -----------------------------===//
10 // This file contains the declarations of the PTXMCAsmInfo properties.
14 #include "PTXMCAsmInfo.h"
19 PTXMCAsmInfo::PTXMCAsmInfo(const Target &T, const StringRef &TT) {
PTXMCTargetDesc.cpp 15 #include "PTXMCAsmInfo.h"
71 RegisterMCAsmInfo<PTXMCAsmInfo> X(ThePTX32Target);
72 RegisterMCAsmInfo<PTXMCAsmInfo> Y(ThePTX64Target);

Completed in 139 milliseconds