16 #ifndef LLVM_LIB_TARGET_R600_MCTARGETDESC_AMDGPUMCTARGETDESC_H
17 #define LLVM_LIB_TARGET_R600_MCTARGETDESC_AMDGPUMCTARGETDESC_H
19 #include "llvm/Support/DataTypes.h"
29 class MCSubtargetInfo;
32 class raw_pwrite_stream;
53 #define GET_REGINFO_ENUM
54 #include "AMDGPUGenRegisterInfo.inc"
56 #define GET_INSTRINFO_ENUM
57 #include "AMDGPUGenInstrInfo.inc"
59 #define GET_SUBTARGETINFO_ENUM
60 #include "AMDGPUGenSubtargetInfo.inc"
MCCodeEmitter * createSIMCCodeEmitter(const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
Target TheGCNTarget
The target for GCN GPUs.
Defines the object file and target independent interfaces used by the assembler backend to write nati...
Target TheAMDGPUTarget
The target which suports all AMD GPUs.
MCCodeEmitter * createR600MCCodeEmitter(const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
Context object for machine code objects.
MCRegisterInfo base class - We assume that the target defines a static array of MCRegisterDesc object...
MCAsmBackend * createAMDGPUAsmBackend(const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU)
MCCodeEmitter - Generic instruction encoding interface.
Interface to description of machine instruction set.
Triple - Helper class for working with autoconf configuration names.
Target - Wrapper for Target specific information.
An abstract base class for streams implementations that also support a pwrite operation.
MCObjectWriter * createAMDGPUELFObjectWriter(bool Is64Bit, raw_pwrite_stream &OS)
Generic interface to target specific assembler backends.
This class implements an extremely fast bulk output stream that can only output to a stream...
StringRef - Represent a constant reference to a string, i.e.