LLVM 19.0.0git
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"
17
18using namespace llvm;
19
20#define GET_INSTRINFO_MC_DESC
21#define ENABLE_INSTR_PREDICATE_VERIFIER
22#include "R600GenInstrInfo.inc"
23
25 MCInstrInfo *X = new MCInstrInfo();
26 InitR600MCInstrInfo(X);
27 return X;
28}
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
Provides R600 specific target descriptions.
Interface to description of machine instruction set.
Definition: MCInstrInfo.h:26
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18
MCInstrInfo * createR600MCInstrInfo()