1 //===-- ZPU.h - Top-level interface for ZPU representation ----*- 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
11 // the LLVM ZPU back-end.
13 //===----------------------------------------------------------------------===//
18 #include "llvm/Target/TargetMachine.h"
21 class ZPUTargetMachine
;
23 class MachineCodeEmitter
;
24 class formatted_raw_ostream
;
26 FunctionPass
*createZPUISelDag(ZPUTargetMachine
&TM
);
27 FunctionPass
*createZPUStackSlotPass();
28 extern Target TheZPUTarget
;
29 } // end namespace llvm;
31 // Defines symbolic names for ZPU registers. This defines a mapping from
32 // register name to register number.
33 #include "ZPUGenRegisterNames.inc"
35 // Defines symbolic names for the ZPU instructions.
36 #include "ZPUGenInstrNames.inc"