HomeSort by relevance Sort by last modified time
    Searched defs:PTXSubtarget (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSubtarget.cpp 1 //===- PTXSubtarget.cpp - PTX Subtarget Information ---------------*- C++ -*-=//
14 #include "PTXSubtarget.h"
25 PTXSubtarget::PTXSubtarget(const std::string &TT, const std::string &CPU,
39 std::string PTXSubtarget::getTargetString() const {
58 std::string PTXSubtarget::getPTXVersionString() const {
PTXSubtarget.h 1 //====-- PTXSubtarget.h - Define Subtarget for the PTX ---------*- C++ -*--===//
25 class PTXSubtarget : public PTXGenSubtargetInfo {
82 PTXSubtarget(const std::string &TT, const std::string &CPU,
127 }; // class PTXSubtarget

Completed in 206 milliseconds