LLVM API Documentation

XCoreMCTargetDesc.h
Go to the documentation of this file.
00001 //===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file is distributed under the University of Illinois Open Source
00006 // License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 //
00010 // This file provides XCore specific target descriptions.
00011 //
00012 //===----------------------------------------------------------------------===//
00013 
00014 #ifndef LLVM_LIB_TARGET_XCORE_MCTARGETDESC_XCOREMCTARGETDESC_H
00015 #define LLVM_LIB_TARGET_XCORE_MCTARGETDESC_XCOREMCTARGETDESC_H
00016 
00017 namespace llvm {
00018 class Target;
00019 
00020 extern Target TheXCoreTarget;
00021 
00022 } // End llvm namespace
00023 
00024 // Defines symbolic names for XCore registers.  This defines a mapping from
00025 // register name to register number.
00026 //
00027 #define GET_REGINFO_ENUM
00028 #include "XCoreGenRegisterInfo.inc"
00029 
00030 // Defines symbolic names for the XCore instructions.
00031 //
00032 #define GET_INSTRINFO_ENUM
00033 #include "XCoreGenInstrInfo.inc"
00034 
00035 #define GET_SUBTARGETINFO_ENUM
00036 #include "XCoreGenSubtargetInfo.inc"
00037 
00038 #endif