2012-02-18 20:03:15 +08:00
|
|
|
//===- HexagonSchedule.td - Hexagon Scheduling Definitions -*- tablegen -*-===//
|
2011-12-13 05:14:40 +08:00
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// V4 Machine Info +
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
include "HexagonScheduleV4.td"
|
|
|
|
|
2015-10-17 09:33:04 +08:00
|
|
|
// V55 Machine Info +
|
|
|
|
include "HexagonScheduleV55.td"
|
|
|
|
|
2011-12-13 05:14:40 +08:00
|
|
|
//===----------------------------------------------------------------------===//
|
2015-11-23 22:09:26 +08:00
|
|
|
// V60 Machine Info -
|
2011-12-13 05:14:40 +08:00
|
|
|
//===----------------------------------------------------------------------===//
|
2015-10-17 09:33:04 +08:00
|
|
|
|
2015-11-23 22:09:26 +08:00
|
|
|
include "HexagonScheduleV60.td"
|
|
|
|
|