LLVM
8.0.1
lib
Target
AMDGPU
MCTargetDesc
R600MCTargetDesc.cpp
Go to the documentation of this file.
1
//===-- R600MCTargetDesc.cpp - R600 Target Descriptions -------------------===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
/// \file
11
/// \brief This file provides R600 specific target descriptions.
12
//
13
//===----------------------------------------------------------------------===//
14
15
#include "
AMDGPUMCTargetDesc.h
"
16
#include "
llvm/MC/MCInstrInfo.h
"
17
18
using namespace
llvm
;
19
20
#define GET_INSTRINFO_MC_DESC
21
#include "R600GenInstrInfo.inc"
22
23
MCInstrInfo
*
llvm::createR600MCInstrInfo
() {
24
MCInstrInfo
*
X
=
new
MCInstrInfo
();
25
InitR600MCInstrInfo(X);
26
return
X
;
27
}
X
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
llvm::createR600MCInstrInfo
MCInstrInfo * createR600MCInstrInfo()
Definition:
R600MCTargetDesc.cpp:23
llvm
This class represents lattice values for constants.
Definition:
AllocatorList.h:24
MCInstrInfo.h
llvm::MCInstrInfo
Interface to description of machine instruction set.
Definition:
MCInstrInfo.h:24
AMDGPUMCTargetDesc.h
Provides AMDGPU specific target descriptions.
Generated on Sun Dec 20 2020 13:56:17 for LLVM by
1.8.13