forked from OSchip/llvm-project
25 lines
831 B
TableGen
25 lines
831 B
TableGen
//===- HexagonSchedule.td - Hexagon Scheduling Definitions -*- tablegen -*-===//
|
|
//
|
|
// 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"
|
|
|
|
// V55 Machine Info +
|
|
include "HexagonScheduleV55.td"
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
// V60 Machine Info -
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
include "HexagonScheduleV60.td"
|
|
|