LLVM
15.0.0git
lib
Target
AMDGPU
MCTargetDesc
R600MCTargetDesc.cpp
Go to the documentation of this file.
1
//===-- R600MCTargetDesc.cpp - R600 Target Descriptions -------------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
/// \file
10
/// \brief This file provides R600 specific target descriptions.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#include "
R600MCTargetDesc.h
"
15
#include "
llvm/MC/MCInstrInfo.h
"
16
17
using namespace
llvm
;
18
19
#define GET_INSTRINFO_MC_DESC
20
#include "R600GenInstrInfo.inc"
21
22
MCInstrInfo
*
llvm::createR600MCInstrInfo
() {
23
MCInstrInfo
*
X
=
new
MCInstrInfo
();
24
InitR600MCInstrInfo(
X
);
25
return
X
;
26
}
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:17
llvm::createR600MCInstrInfo
MCInstrInfo * createR600MCInstrInfo()
Definition:
R600MCTargetDesc.cpp:22
MCInstrInfo.h
X
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
R600MCTargetDesc.h
llvm::MCInstrInfo
Interface to description of machine instruction set.
Definition:
MCInstrInfo.h:26
Generated on Fri May 20 2022 14:53:10 for LLVM by
1.8.17