1 //===-- SparcMCTargetDesc.h - Sparc Target Descriptions ---------*- C++ -*-===//
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
7 //===----------------------------------------------------------------------===//
9 // This file provides Sparc specific target descriptions.
11 //===----------------------------------------------------------------------===//
13 #ifndef LLVM_LIB_TARGET_SPARC_MCTARGETDESC_SPARCMCTARGETDESC_H
14 #define LLVM_LIB_TARGET_SPARC_MCTARGETDESC_SPARCMCTARGETDESC_H
16 #include "llvm/Support/DataTypes.h"
25 class MCObjectTargetWriter
;
27 class MCSubtargetInfo
;
28 class MCTargetOptions
;
32 class raw_pwrite_stream
;
35 MCCodeEmitter
*createSparcMCCodeEmitter(const MCInstrInfo
&MCII
,
36 const MCRegisterInfo
&MRI
,
38 MCAsmBackend
*createSparcAsmBackend(const Target
&T
, const MCSubtargetInfo
&STI
,
39 const MCRegisterInfo
&MRI
,
40 const MCTargetOptions
&Options
);
41 std::unique_ptr
<MCObjectTargetWriter
> createSparcELFObjectWriter(bool Is64Bit
,
43 } // End llvm namespace
45 // Defines symbolic names for Sparc registers. This defines a mapping from
46 // register name to register number.
48 #define GET_REGINFO_ENUM
49 #include "SparcGenRegisterInfo.inc"
51 // Defines symbolic names for the Sparc instructions.
53 #define GET_INSTRINFO_ENUM
54 #include "SparcGenInstrInfo.inc"
56 #define GET_SUBTARGETINFO_ENUM
57 #include "SparcGenSubtargetInfo.inc"