OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTXMCAsmInfo
(Results
1 - 3
of
3
) sorted by null
/external/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 614 milliseconds