1 //=== Blackfin.h - Top-level interface for Blackfin backend -----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file contains the entry points for global functions defined in the LLVM
13 //===----------------------------------------------------------------------===//
15 #ifndef TARGET_BLACKFIN_H
16 #define TARGET_BLACKFIN_H
18 #include "llvm/Target/TargetMachine.h"
23 class BlackfinTargetMachine
;
25 FunctionPass
*createBlackfinISelDag(BlackfinTargetMachine
&TM
,
26 CodeGenOpt::Level OptLevel
);
27 extern Target TheBlackfinTarget
;
29 } // end namespace llvm
31 // Defines symbolic names for Blackfin registers. This defines a mapping from
32 // register name to register number.
33 #include "BlackfinGenRegisterNames.inc"
35 // Defines symbolic names for the Blackfin instructions.
36 #include "BlackfinGenInstrNames.inc"