summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/AMDIL.td
blob: 9bcccac241173c03a334f095f8e68c07be3cef76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//===-- AMDIL.td - TODO: Add brief description -------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//==-----------------------------------------------------------------------===//
// This file specifies where the base TD file exists
// and where the version specific TD file exists.
include "AMDILBase.td"
include "AMDILVersion.td"

include "R600Schedule.td"
include "SISchedule.td"
include "Processors.td"
include "AMDGPUIntrinsics.td"
include "AMDGPURegisterInfo.td"
include "AMDGPUInstructions.td"