1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib/Target/Hexagon/HexagonSchedule.td
Krzysztof Parzyszek e6bc38cc6e [Hexagon] Update instruction formats
llvm-svn: 253867
2015-11-23 14:09:26 +00:00

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"